/* -- Document Colors --------------
		952420 = red
		6f6f4b = drab green
		b28220 = mustard
		84733f = khaki
		84513f = light red
		382e2a = dark red 
		384c65 = light blue
		292d32 = dark blue 
		3e3e3e = light gray
		cbcbcb = light gray text
		252525 = dark gray 
--------------------------------- */

/*  General Layout -------------- */

body	{
	background: #000000;
	color: #cbcbcb;
	font-family: "lucida grande", lucida, myriad, "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 15 0 30px;
	font-size: 11px;
	} 

/*  Typography -------------- */
	
td	{
	font-size: 11px;
	line-height: 16px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	} 

p	{
	margin-top: 0;
	margin-bottom: 1em;
	}

.texttitle	{
	font-family: "Arial Narrow", "Lucida Grande", "Trebuchet MS", "Gill Sans", "Century Gothic", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	} 
	
.textboldred {
	font-weight: bold;
	color: #cc0000;
	}
	
.textstrike	{
	text-decoration: line-through;
	}
	
.textbold	{
	font-weight: bold;
	}

.textitalics	{
	font-style: italic;
	}
	
.tdpad	{
	padding: 5px 10px 5px 15px;
	}	

.textlineheight	{
	line-height: 22px;
	}
	
.legalcopyfooter {
	color: #cbcbcb;
	font-weight: normal;
	line-height: 11px;
	font-size: 9px;      
	} 

.texttiny	{
	font-size: 9px;      
	} 

.footer	{
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 10px;
	} 
	
.pullquoteLeft {
	color: #aaaaaa;
	width: 160px;
	float: left;
	text-align: left;
	font-size: 13px;
	font-family: "Times New Roman", Times, "Hoefler Text", Hoefler, serif;
	padding: 13px 0px 13px 13px;
	line-height: 22px;
	font-style: italic;
	}
	
.pullquoteRight {
	color: #aaaaaa;
	width: 160px;
	float: right;
	text-align: right;
	font-size: 13px;
	font-family: "Times New Roman", Times, "Hoefler Text", Hoefler, serif;
	padding: 13px 0px 13px 13px;
	line-height: 22px;
	font-style: italic;
	}

/* General linkology -------------- */
a:link, a:visited {
	font-weight: bold; 
	text-decoration: underline;
	color: #CCCCCC;
	background: transparent; 
	}

a:hover {
	font-weight: bold; 
	text-decoration: underline;
	color: #FF0099;
	background: transparent; 
	}

a:active {
	font-weight: bold; 
	text-decoration: none;
	color: #FF0099;
	background: transparent;  
	}
.textboldcaps {
	font-weight: bold;
	text-transform: uppercase;
}
