/* CSS Document */
BODY {
	font-family: Arial;  
	font-size: 11px; 
	font-style: normal;
	color:black;
	line-height: 15px; 
	font-weight: normal; 
	font-variant: normal;	
        margin-top: 0em;
        margin-left: 2em;
        margin-right: 0em;
}

.hrcheader {
	font-size:18px;
	font-family:Arial;

}
.resultshead{
font-size:11px;
font-weight:bold;
background-color:#FFCC66
}
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:12px;
	border-style:groove;
	height:17px;
}
input.smalltext{
	background-color: white; 
	border: 1px;
	border-color: gray; 
	font-size:12px;
	border-style:solid;
	height:13px;
}
.selectbox{
	border: 1px;
	border-color: #666666; 
	color: black; 
	font-size: 12px; 
	border-style:solid;
	font-family:Arial;
	width:100px;
	height:20px;

}
.button {
	border:1px;
	border-style:solid;
	border-left-color: gray; 
	border-top-color: gray;
	background-color: #FFCC66; 
	color: black; 
	font-size: 12px;
	font-family:Arial;
	height:20px;
}

textarea {
	border: 1px solid gray; 
	font-family:Arial; 
	font-size: 12px;
}

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;
	font-weight:bold;
	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;
}