/* general styles */

body {
	margin: 11px;
	background-color: #ffffff;
	background-image: url(../img/bg.gif);
	list-style-image: url(/img/square.gif);


}
.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

td.footer {
	background-color: #FAF8F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;

}
table.main {
	background-color: #FAF8F9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;

}
.redbold {
	color: #880003;
	font-weight: bold;
	font-size: 13px;
}
.smredbold {
	color: #880003;
	font-weight: bold;
	font-size: 11px;
}
.graybold {
	color: #666666;
	font-weight: bold;
}
.blackbold {
	color: #000000;
	font-weight: bold;
}
.bigblackbold {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
a:link { color:#880003; text-decoration:underline;}
a:visited { color:#880003; text-decoration:underline;}
a:active { color:#880003; text-decoration:underline;}
a:hover { color:#880003; text-decoration:none; } 
/* form stuff
input {
background-color: #ffffff;
border: black 1px solid;
color: black;
font-family: arial, verdana, ms sans serif;
font-weight: normal;
font-size: 10pt
}  */

textarea {
	background-color: #F2F2F2;
	border: black 1px solid;
	font-family: arial, verdana, ms sans serif;
	font-size: 10pt;
	font-weight: normal;

} 

.altButtonFormat {
background-color: #880003;
font-family: arial, verdana, ms sans serif;
border: #000000 1px solid;
font-size: 11px;
font-weight: bold;
color: #ffffff;
} 

.lowText { color:#F0F0F0; text-decoration:none; font-weight: bold;}
.lowText2 { color:#F0F0F0; text-decoration:none;}
.highText { color:#F0F0F0; text-decoration:none; font-weight: bold;} 
.highText2 { color:#000000; text-decoration:none;} 

a:link.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:visited.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:active.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}