/* CSS Document */
BODY {
	font-family: Arial;  
	font-size: 12px; 
	font-style: normal;
	color:black;
	line-height: 15px; 
	font-weight: normal; 
	font-variant: normal;	
        margin-top: 0em;
        margin-left: 2em;
        margin-right: 0em;
    margin-top:20px;
	width:800px;
}

.smallfont {font-size: 12px}

table {	font-size: 12px; 
}

hr {
	width:800px;
	text-align:left;}

.hrcheader {
	font-size:18px;
	font-family:Arial;

}
.resultshead{
font-size:11px;
font-weight:bold;
background-color:#CCCCCC
}
div#top{
margin-left:55px;
}

div.top{
margin-left:55px;
}
.tblMenu{
	border: 1px solid #AAAAAA;
	height:18px;
	font-size:11px;
}
.eventMenu{
	border: 1px solid #AAAAAA;
	font-size:11px;
}
input.text{
	background-color: white; 
	border: 1px;
	border-color: #666666; 
	font-size:14px;
	border-style:groove;
	height:17px;
	width:325px;
	vertical-align:bottom;
}

select.text{
	background-color: white; 
	border: 1px;
	border-color: #666666; 
	font-size:12px;
	border-style:groove;
	height:20px;

}
input.smalltext{
	background-color: white; 
	border: 1px;
	border-color: gray; 
	font-size:12px;
	border-style:solid;
	height:13px;
}

.footnote{
	font-size:10px;
	font-weight:bold;
}

.selectbox{
	border: 1px;
	border-color: #666666; 
	color: black; 
	font-size: 13px; 
	border-style:solid;
	font-family:Arial;
	height:20px;
	width:325px;
}

.button {
	border:1px;
	border-style:solid;
	border-left-color: gray; 
	border-top-color: gray;
	background-color:#FFFFCC;
	color: black; 
	font-size: 12px;
	font-family:Arial;
	height:20px;
}

textarea {
	border: 1px solid gray; 
	font-size: 12px;
	width:500px;
}

textarea.wide {
	border: 1px solid gray; 
	font-family:Arial; 
	font-size: 12px;
	width:500px;
}

th.left {
	background-color:#CCCCCC;
	font-weight:bold;
}

td.left {
	background-color:#CCCCCC;
	font-weight:bold;
}

A:link {
	COLOR: #52443c;
	text-decoration:none;
}
A:visited {
	COLOR: #52443c;
	text-decoration:none;
}
A:active {
	COLOR: #925000;
	text-decoration:none;
}
A:hover {
	COLOR: #925000;
	text-decoration:underline;
}
a:link.big {
	font-weight:bold;
	text-decoration:underline;
}
A:visited.big {
	font-weight:bold;
	text-decoration:underline;
}
A:active.big {
	font-weight:bold;
	text-decoration:underline;
}
A:hover.big {
	font-weight:bold;
	text-decoration:none;
}
A:link.red {
	COLOR: red;
	text-decoration:none;
}
A:visited.red {
	COLOR: red;
	text-decoration:none;
}
A:active.red {
	COLOR: red;
	font-weight:bold;
	text-decoration:none;
}
A:hover.red {
	COLOR: red;
	text-decoration:underline;
}

a:link.underline {
	text-decoration:underline;
}
A:visited.underline {
	text-decoration:underline;
}
A:active.underline {
	text-decoration:underline;
}
A:hover.underline {
	text-decoration:none;
}

.highlight {
background:#CCCCCC;
}

H1 {
	FONT: bold small-caps Arial, Helvetica, sans-serif
}
H2{
	FONT: bold small-caps Arial, Helvetica, sans-serif
}