a:link {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color:#006699} 
a:visited {color:#999999; font-size: 11px; } 
a:hover {color: #FF0000; font-size: 11px; } 
a:active {color: #FF0000;font-size: 11px; } 
.darktext {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
.darktext a:link {color: #0033CC; text-decoration: underline} 
.darktext a:visited {color: #003399; text-decoration: underline} 
.darktext a:hover {color: #FF0000;text-decoration: none;} 
.darktext a:active {color: #FF0000; text-decoration: none}
.litetext {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC}
.litetext a:link {color: #00CCFF; text-decoration: underline} 
.litetext a:visited {color: #99CC00; text-decoration: underline} 
.litetext a:hover {color: #FF0000; text-decoration: none; background-color: #333333} 
.litetext a:active {color: #FF0000; text-decoration: none} 

.nav {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8px; color: #000000}
.nav a:link {color: #0033CC; text-decoration: none} 
.nav a:visited {color: #0033CC; text-decoration: none} 
.nav a:hover {
	color: #FF0000;
	text-decoration: underline;
} 
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}




.tpl {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}



body , p, h1 , h2 , h3 , ul , ol , textarea , input {
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
} 

body {
	text-align: center;
	background-color: #000000;/*  font-size: 62.5%;  */
	margin: 0px;
}

li {color: #000000; padding: 0px 0px 0px 10px; line-height: 1.4; list-style-image: url(../_images/bullets/sqred.gif);} 
ul {font-size: 11px; color: #000000; list-style-type: square;} 
td {font-size: 11px; color: #000000;} 


h1 {

	font-size: 200%;
	font-weight: bold;
}
h2 {

	font-size: 175%;
	font-weight: bold;
}
h3 {

	font-size: 150%;
	font-weight: bold;
}
h4 {

	font-size: 125%;
	font-weight: bolder;
}
h5 {

	font-size: 125%;
	font-weight: bolder;
}
h6 {

	font-size: 115%;
	font-weight: bolder;
}


/* Ledger standard formats */
.byline {font-family: Arial, Tahoma, Helvetica, sans-serif;	font-size: 12px; font-weight: bold;	color: #000000;}
.creditline {font-family: Arial, Tahoma, Helvetica, sans-serif;	font-size: 9px;	color: #000000;	right: auto; text-align: right;}
.cutline {font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000;}
.mainhed {font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 70px; font-weight: bold; color: #333333;}
.mainhed2 {font-family: Georgia, Times, serif; font-size: 60px; font-weight: normal; color: #333333;}
.mainhed3 {font-family: Arial, Helvetica, sans-serif; font-size: 44px; font-weight: bold; color: #333333;}
.mainhed3red {font-family: Arial, Helvetica, sans-serif; font-size: 44px; font-weight: bold; color:#990000;}
.mainhed4 {font-family: Arial, Helvetica, sans-serif; font-size: 32px; font-weight: bold; color: #333333;}
.mainhed5 {font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: normal; color: #333333;}
.mainhed6 {font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 32px; color:#000000;}
.mainhed7 {font-family: Georgia, Arial, Helvetica, sans-serif; font-size: 26px; color:#000000;}
.subhed {font-family: Arial, Helvetica, verdana, sans-serif; font-size: 24px;	color: #000000;}
.breakerhed {font-family: Arial, Helvetica, sans-serif;	font-size: 18px; font-weight: bold;	color: #000000;}
.sidebartext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}

.reverse1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background-color:#000000;
	color: #FFF;
	font-weight: bolder;
	font-size: medium;
	text-indent: 10px;
}

/* FRAMEWORK 3-col CSS */




#container {
	width: 750px;
	border: 1px solid #000000;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:0px;
	clear: both;
	float: none;
}   



.left {
	float: left;
	width: 200px;
	border-top: 0px dashed;
	border-bottom: 0px dashed;
	border-left: 0px dashed;
	padding: 5px;
}
.picleft {
	float: left;
	width: 125px;
	border-top: 0px dashed;
	border-bottom: 0px dashed;
	border-left: 0px dashed;
	padding: 5px;
}
.contents {
	float: left;
width: 740px; 

	border-top: 0px dashed #000000;
	border-left: 0px dashed #999999;
	border-right: 0px dashed #999999;
	border-bottom: 0px dashed #000000;
	padding: 10px 0px 10px 10px;
	background-color: #FFFFFF;
}
.right {
	float: right;
	width: 0px;
	padding: 5px;
}
.header {
	clear: both;
	float: none;
	width: 100%;
	color: #000000;
	padding: 0;
}

.footer {
	clear: both;
	float: none;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	padding: 10px 0;
	border-top: 1px dashed #999999;

}
.footer a:link {color:#FFFFFF; text-decoration: underline} 
.footer a:visited {color:#0066CC; text-decoration: underline} 
.footer a:hover {color: #FF0000;text-decoration: none;} 
.footer a:active {color: #FF0000; text-decoration: none}



/* FRAMEWORK 2-col CSS */

.contentswide {
	float: left;
	width: 525px;
	border-top: 0px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 0px dashed #000000;
	border-bottom: 0px dashed #000000;
	padding: 10px;
	background-color: #FFFFFF;
}



/* Add to div command or table command, etc., ie: id="content" */
#colleft {padding: 10px;}
#colright {padding: 10px;}
#content {
	padding: 10px;
	background-color: #FFF7CC;
}


.tablenofloat
		{
	width: 300px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}
.tablenofloat200
		{
	width: 200px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}
.tablenofloat250
		{
	width: 250px;
	padding: 10px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}
		
		
		
.center {width:200px; margin:2px auto; color:#ccc; padding:2px; border: 1px solid #666; background-color:#F0F0F0}		


.table300floatright
		{
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	background-color:#FFFFF4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}


.table400floatright
		{
	float: right;
	width: 400px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	background-color:#FFFFF4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}

.photospecs
		{
width: 240px;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}
.photoauto
		{
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}

.photo300floatright
		{
	float: right;
	width: 300px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}
.photo125floatright
		{
	float: right;
	width: 125px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}

.photo300floatleft
		{
	float: left;
	width: 300px;
	padding: 10px;
	margin: 0px 10px 10px 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
		}



.sidefloatleft
		{
		float: left;
		width: 150px;
		padding: 5px;
		margin: 0px 5px 0px 0px;
		background-color:#FFF;
		}
.quotefloatleft
		{
	float: left;
	width: 150px;
	padding: 5px;
	margin: 10px 10px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
		}
.quotefloatright
		{
	float: right;
	width: 150px;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
		}
.sidefloatright
		{
		float: right;
		width: 150px;
		padding: 5px;
		margin: 0px 0px 0px 5px;
		background-color:#FFF;
		}
		
.sidefloatright300
		{
		float: right;
		width: 300px;

		margin: 0px 10px 0px 10px;
		background-color:#FFF;
		}		
		
.sidefloatright200
		{
		float: right;
		width: 200px;
		margin: 0px 10px 0px 10px;
		padding: 10px;
		background-color:#CCCCCC;
		}		
.sidefloatright200b
		{
		float: right;
		width: 225px;
		margin: 0px 10px 0px 10px;
		padding: 5px;
		background-color:#FFFFFF;
		border-top: 1px solid #000000;
		border-right: 1px solid #999999;
		border-bottom: 6px solid #000000;
		border-left: 1px solid #999999;
		}		
.simplebox
		{
		margin: 0px 10px 0px 10px;
		padding: 10px;
		border-top: 1px solid #999999;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		}		
.sidesplit
		{
		float: right;
		width: 50%;
		margin: 0px 0px 5px 5px;
		padding: 10px;
		background-color:#FFF;
			border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;

		}		
.sidesplitnorule
		{
		float: right;
		width: 50%;
		margin: 0px 0px 5px 5px;
		padding: 10px;
		background-color:#FFF;
		}		
		
.sidebarright
		{
	float: right;
	width: 200px;
	padding: 10px;
	margin: 0px 0px 10px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-style: solid;
	background-color:#FFFFF4;
		}
		
	

	
	
		
.quoteboxes
		{
	width: 150px;
	padding: 10px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #999999;
		}

.quoteboxsmall
		{
	width: 150px;
	padding: 10px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
		}

.dropcap {
float:left;
color:#000;
font-size:70px;
line-height:50px;
padding-top:2px;
padding-right:5px;
font-family: Times, serif, Georgia;
} 

.dropcap2 {
	float:left;
	color:#000;
	font-size:40px;
	line-height:40px;
	padding-top:2px;
	padding-right:5px;
	font-family: Times, serif, Georgia;
} 

