/* CSS Document */

body {
background-image: url(images/background.gif);
}

body, p, td{
font-family: Verdana, Helvetica, sans-serif; 
font-size: 11px; 
color : #333333; 
}
a { 
font-family: Verdana, Helvetica, sans-serif; 
font-size: 11px; 
color : #333333; 
font-weight: bold;
text-decoration:none;}
	   
a:hover { 
color : 666666; 
text-decoration:underline;
}

.quote {
font-family: Verdana, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold;
font-style: italic;
text-align: right;
padding-top: 0px;
}

.copyright {
font-family:  Verdana, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: normal;
text-align: right;
color: #666666;
}


.menu A:link, .menu A:visited
{
	padding-bottom : 0px; 
	padding-top : 0px; 
	display : block; 
	text-decoration : none; 
	font-weight:bold;
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.menu A:hover
{
	display : block; 
	padding-bottom : 4px; 
	padding-top : 4px; 
	background-color :#E2E1DF;
	color: #000000;
	text-decoration : none; 
	font-weight:bold;
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}

h3 {
	font-family:  Georgia, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold;
	text-align: right;
	color: #CC8213;
	letter-spacing: 1px;
}

h4 {
	font-family:  Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bold;	
}

h5{
	font-family:  Verdana, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight:bold;
	text-transform: uppercase;
	color: #666666;
	
}

.white {
	color: white;
	font-size: 1px; 
}

.white a: {
	color: white;
	font-size: 1px; 
	text-decoration: none;
}

.tableSpec {
	font-size: 12px; 
}

.tableSpec th {
	text-align: left;
	width: 30%;
} 

.tableSpec td {
	padding: 1.0em 0;
	
}