	BODY {
	 	background-color: #1F1F1F;
	 	margin: 0px;
	 }
	body, table {
		color: #C1C1C1;
	 	font-family: arial, helvetica, verdana, sans-serif;
	 	font-size: 13px;
		line-height: 19px;
	}

	 a {
	 	color: #418393; 	
		text-decoration: none;
	 }

	 a:hover {
	 	color: #666666;
	 }
	 


	 H1, .h1 {
	 	font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		color: #ffffff;
		font-weight: bold;
	 }
	 H2, .h2{
	 	font-size: 14px;
		font-weight: bold;
		margin-bottom: 0px;
		color: #C1C1C1;
		font-weight: bold;
	 }




	 .leftTile{
		background-image:url(../images/leftTile.jpg);
		background-align: right;
		background-repeat: repeat-y;
	 }
	 .rightTile{
		background-image:url(../images/rightTile.jpg);
		background-align: left;
		background-repeat: repeat-y;
	 }
	 .tblBrdrStyle{
	 	border-left: 1px solid #373737;
	 	border-right: 1px solid #373737;
	 	border-bottom: 1px solid #373737;
	 	background-color: 000000;
	 }
	 .button{
	 	height:20px; 
		background:#6A6A6A; 
		color:white; 
		font-size:11px;
		border:solid #ababab 1px; 
		border-style: outset; 
		padding:2px 5px; 
		height:19px
	 }
	 #leftNav{
	 	font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
	 	line-height: 25px;
	 	margin: 44px 10px 10px 17px;
	 }	
	 a.leftNav{
	 	color: #3A3A3A;
		text-decoration: none;
	 }
	 a.leftNav:visited{
	 	color: #3A3A3A;
		text-decoration: none;
	 }
	 a.leftNav:hover{
	 	color: #418393;
	 }




	 #content{
	 	font-size: 13px;
	 	color: #C1C1C1;
	 	margin: 10px 12px 50px 12px;
		line-height: 19px;
	 }
	 #content a{
	 	color: #418393;
		text-decoration: none;
	 }
	 #content a:hover{
	 	color: #666666;
	 }

	 div#breadCrumb {
	 	font-weight: bold;
	 	font-size: 12px;
	 	color: #666666;
	 	margin: 10px 10px 10px 0px;
	 }
	 div#breadCrumb a {
		color: #666666;
		text-decoration: none;
	}
	 div#breadCrumb a:hover {
		color: #418393;
		text-decoration: none;
	}

	 #content IMG{
	 	margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	 }
	 #content H1, .h1 {
	 	font-size: 16px;
		font-weight: bold;
		margin-bottom: 0px;
		color: #ffffff;
		font-weight: bold;
	 }
	 #content H2, .h2{
	 	font-size: 14px;
		font-weight: bold;
		margin-bottom: 0px;
		color: #C1C1C1;
		font-weight: bold;
	 }
	 #leftNavBottom{
	 	font-size: 11px;
		margin-top: 30px;
	 }
	 #grpSpace DIV{
		margin-top: 20px;
	 }
	 .emailSignUp{
	 	font-size: 9px;
		background-color: #7E7979;
		border-left: 1px solid #696464;
		border-top: 1px solid #696464;
		border-right: 1px solid #858585;
		border-bottom: 1px solid #858585;
		padding:2px 5px;
		width: 86px;
	 }
	 #footer{
	 	text-align: center;
		color: #535352;
		font-size: 10px;
		line-height: 20px;
		margin-top: 50px;
		margin-bottom: 10px;
	 }
	 .footer{
	 	color: #535352;
	 }
	 a.footer{
		text-decoration: none;
	 }
	 a.footer:visited{
	 	color: #535352;
		text-decoration: none;
	 }
	 a.footer:hover{
	 	color: #418393;
	 }


.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
}
.formfield {
	padding-left: 5px;
}


