html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
	background:#FFFFFF;
	padding:10px;
}

.body {
	background:#999999;
	padding:0px;
	margin:0px;
}
.body,td,div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#666666;
}

#title {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size:11px;
	color:#B00000;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:normal;
}
h2 {
	font-size:11px;
	color:#000000;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:normal;
}
h3 {
	font-size:20px;
	color:#666666;
	padding:0px;
	margin:0px;
	line-height:normal;
}
a.nav, a.nav:hover{
	color:#666666;
	text-decoration:none;
}
a.footer
{
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

#top_stripe {
	height: 10px;
	background-color: #666666;
}

/* BUTTON */
.button_red {
	background:#CC0000;
}
.button_red td.button_top_left {
	background:url(../images/btnbox_topleft.gif);
}
.button_red td.button_top_right {
	background:url(../images/btnbox_topright.gif);
}
.button_red td.button_btm_left {
	background:url(../images/btnbox_bottomleft.gif);
}
.button_red td.button_btm_right {
	background:url(../images/btnbox_bottomright.gif);
}
.button_drkgrey {
	background:#575757;
}
.button_drkgrey td.button_top_left {
	background:url(../images/btnbox_topleft_drkgrey.gif);
}
.button_drkgrey td.button_top_right {
	background:url(../images/btnbox_topright_drkgrey.gif);
}
.button_drkgrey td.button_btm_left {
	background:url(../images/btnbox_bottomleft_drkgrey.gif);
}
.button_drkgrey td.button_btm_right {
	background:url(../images/btnbox_bottomright_drkgrey.gif);
}
td.button_text {
	padding:0px 10px 0px 10px; 
	font-size:11px;
	color:white;
}