@charset "UTF-8";
/* CSS Document */
body {
	background:url(../images/strutbkgd-page.jpg) no-repeat center top #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

h2{
	color:#666;
	font:normal 16px Georgia, Times, serif;
	font-weight:100;
	letter-spacing:5px;
	margin-top:-10px;
	text-transform:uppercase;	
	
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {
	color: #666;text-decoration:none;
	}
	
table.page{
	background:url(../images/homeslideshowshade.png) no-repeat center top;
	color:#666;
	font: normal 12px Helvetica, Arial, sans-serif;
	line-height:18px;
	padding-top:20px;
	}
table.page a{
	color:#666;
	text-decoration:none
}


table.page a:hover, table.page a.active{
	color:#FFF;
}
table.page td{
	padding-bottom:10px;
	}

.page .highlight {color:#999;font-size: 120%;}
table.page .highlight a{
	color:#999;
	text-decoration:none
}
table.page .highlight a:hover, table.page .highlight a.active{
	color:#FFF;
}

.required 
 { 
 color: #CC0000; 
 }

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #666;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	}
 A.underline:link, A.underline:visited
		{ text-decoration : none; border-bottom : 1px solid #222; }
 A.underline:hover
		{ text-decoration : none; border-bottom : 0px solid #FFF; }

