/* CSS Document 

COLOR RED #CC0000 

*/

h1, h2, h3, h4 {
        font-family: 	Verdana, Arial, Helvetica,sans-serif;/*	Geneva, "Lucida Grande", Arial, Tahoma, Verdana, san-serif;*/
		color: 			#FFCC00;
        font-weight: 	bold;        
		letter-spacing: 1px;
}
h1 {
        font-size: 		18pt;
        line-height: 	18pt;
}
h2 {
        font-size: 		16pt;
        line-height: 	17pt;
		color:			#000000;
text-transform: uppercase;
}
h3 {
        font-size: 12pt;
        line-height: 14pt;
		font-variant:small-caps;
		letter-spacing:1px;
		color:#CC0000;
}
h4 {
        font-size: 10pt;
        line-height: 12pt;
}
td.label
{
	text-align:			left;
	font-family:		Verdana, Arial, Helvetica,sans-serif;/*		Arial, Verdana, Helvetica, sans-serif;	*/
	font-size:			8pt;
	line-height:		14pt;
}
a, a:visited {
	color:				#CC0000;
	text-decoration:	none;
	font-weight:		bold;
}
a:hover {
	color:				#FFFFFF;
	background-color:	#CC0000;
	text-decoration:	none;
	font-weight:		bold;	
}
div.hr
{
	border-top:			dotted 1px #CC0000;
	width:				100%;
	height:				20px;
}
div.quote
{
	color:				#CC0000;
	font-size:			20px;
	line-height:		22px;
	padding:			20px;
	padding-top:		100px;
	font-style: 		italic;	
}
a.top,a.top:visited
{
	font-size:			10px;
	line-height:		10px;	
	color:				#CC0000;
	font-variant:		small-caps;
	letter-spacing:		1px;	
	text-decoration:	none;
}
a.top:hover {
	color:				#CC0000;
}
a.linkfooter:hover
{
	color:				#CC0000;
	background-color:	transparent;	
	text-decoration:	none;
	font-weight:		normal;	
}
/* 2 COLUMN LAYOUT START 

#hdr{
 width: 100%;
 height: 100%;
 margin: 0;
 border-top: 1px dotted #CC0000;
 color: #333333;
 padding:40px 0 0 0;
 }
     
#lh-col{
 width: 45%;
 float: left;
 margin: 0;
 border-right: 1px dotted #CC0000;
 color: #333333;
 padding-right:30px;
 }

#rh-col{
 color: #333333;
 margin: 0;
 border: 0;
 padding-left:400px;
 }

 2 COLUMN LAYOUT END */
 
 td.bkgrd {
	color: #FFFFFF;
	background-color:#CC0000;
	font-weight:bold;
}
#checkbkgrd {
	color: #FFFFFF;
	background-color:#CC0000;
	font-weight:bold;
}
