/* Cascading Style Sheet */
A 		{text-decoration: none; color:#990000;}
A:active 	{ color: #990000;}
A:link 		{ color: #990000;}
A:visited 	{ color: #990000;}
A:hover 	{ text-decoration: none; color: #000000;}
/* A.link 		{ font-size: 10px; text-decoration: none;} */
A.linkinhead 	{ color: #FFFFFF;}
A.linkinhead:visited 	{ color: #FFFFFF;}
A.linkinhead:hover 	{ color: #CC6666;}

body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
		background-color: #E0E3E4;
		color: #000000		}
td	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		}
th	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
		background-color: #990000;
		color: #FFFFFF;
		}
.tfooter	{	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
		background-color: #666666;
		color: #FFFFFF;
		}


.pagetitle { 	margin-top: 15px;
		margin-bottom: 5px;
		font-size: 16pt;
		font-weight: bold;
		color: #000000; }

.pagesubtitle { margin-top: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: normal;
		color: #000000; }

.eval_new_select{ width:236px; }

.optionmenu {	background-color: #FFFFFF; 
				width: 500px;}

.rowcolor1 { background-color: #E0E3E4;}
.rowcolor2 { background-color: #CCCCCC;}
.rowcolor3 { background-color: #666666;}
.rowcolor4 { background-color: #CC6666;}
.rowcolor5 { background-color: #CCFF99;}


.horizheading { font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			text-align: left;
			background-color: #CCCCCC;
			color: #FFFFFF;
			vertical-align: top;
			}
.horizdata { 	font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			text-align: left;
			background-color: #E0E3E4;
			color: #000000;
			vertical-align: top;
			}



.headrow1	{background-color: #990000; color: #FFFFFF; font-weight: bold; text-align: left}

.mainbody {	width: 600px;
		margin-left: 15px;
		border-style: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		}

.footer {	width: 100%;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center; 	
		font-size: 8pt;
		}

.notification {	width: 100%;
		margin-top: 15px;
		margin-bottom: 10px;
		background-color: #CCFF99;
		border-style: dashed;
		}
		
/* These 2 may be used by wysiwyg editor */
.headline { font-family: arial black, arial; font-size: 28px; letter-spacing: -1px; }
.headline2{ font-family: verdana, arial; font-size: 12px; }



/* new 'style guide' elements below
#container {
	text-align:left;
	background:#FFF;
	width:700px;
	margin:auto;
	position:relative;
	padding:0;
	z-index: 0;
}

#userInfo {
	position:absolute;
	top:156px;
	left:525px;
	width:175px;
	background:#FD9453;
	border-top:#fff 1px solid;
	color:#fff;
}



*/