﻿

body { 

	margin: 10px 0px;

	background-color:#000000;

	font-family:"arial narrow",arial, helvetica;

	

}



h1 { 

	font-family:arial, helvetica; 

	color: #bb0011; 

	font-size : 18px;



	padding-top:10px;

	text-align:center; 

	

}



h2 { 

	font-family:  arial, helvetica; 

	color: #bb0011; 

	font-size : 18px; 

	padding-left:8px;

	text-align:left; 

}



h3 { 

	font-family:  arial, helvetica; 

	color: #bb0011; 

	font-size : 14px;

	padding-left:8px;

	text-align:left;

	 

}



h4 { 

	font-family: arial, helvetica ; 

	color: #bb0011; 

	font-size : 12px;

	padding-left:8px;

	text-align:left;  

}



p { 

	font-family:"arial narrow",arial, helvetica; 

	color: black; 

	font-size : 14px;

	text-align:left;

	padding-right:10px;

	padding-left:10px;

	 

}









#table { 

    width:1024px;

	font-family:"arial narrow", arial, helvetica; 

	color: black; 

	font-size : 14px;

	background-color:#fff;

	border:1px #000 solid; 

	

}

.table2 {

border:none;}

table2, .td {

border:1px #bb0011 solid;

vertical-align:top;}





.li { 

text-align:left;
list-style:square;



}



hr {

	width: 85%;

	color: #FFFFF;

}



a:link { 

	color : #000022;

	text-decoration:none; 

}



a:visited { 

	color : #000000;

	text-decoration:none; 

}



a:hover { 

	color : #bb0011;
text-decoration:none; 

}



a:active { 

	color : #ff0044;

	text-decoration:none; 

}

.home a:link { 

	color : #bb0011;

	text-decoration:none;

	font-weight:bold; 

}



.home a:visited { 

	color : #bb0011;

	text-decoration:none;

	font-weight:bold; 

}



.home a:hover { 

	color : #000000;

	text-decoration:none; 

}



.home a:active { 

	color : #bb0011;

	text-decoration:none; 

	font-weight:bold;

}



img.center {

  display: block;

  margin-left:auto;

  margin-right:auto;

}

.styleL {

float:left;

margin:10px;

}

.styleR {

float:right;

margin:10px;

}

.formfields1   { 

	font-family: arial; 

	color: #000000; 

	font-size: 10pt; 

	

	border: 1px solid #000000; 

	padding-left: 2px; 

	padding-right: 2px; 

	text-align:left;



    }

.formfields  { 

	font-family: arial;

	 

	color: #000000; 

	font-size: 8pt; 

	

	border: 1px solid #000000; 

	

	text-align:left;

	width:210px;

margin-top:200px;

	margin-left:auto;

	margin-right:auto;

    }
#nav, #nav ul { /* all lists */
	padding:0px;
	margin: 0px 10px;
	list-style: none;
	line-height: 1.5;
	font-size:15px;
	background-color:#ededed;
	font-variant:small-caps;
}

#nav a {
	display: block;
	width: auto;
margin:4px;
}

#nav li { /* all list items */
	float:left;
	width: auto; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
background:transparent;
	width:auto;
	line-height:1.4;
	font-size:12px;
	font-variant:normal;
border:none;
	color:#fff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a {
color:#fff;
}
#nav li:hover ul {

	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}


#nav li:hover , #nav li.sfhover  { /* lists nested under hovered list items */
background-color:transparent;
 

	

}

	




