body, body div, body p, body th, body td, body li, body dd 
{
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
} 

a { text-decoration: underline; color: #333399; } 

a:hover { text-decoration: none; color: #666666; } 


/*Typography
--------------------------------------------------------*/

.header {
	font-weight: bold;
	color: #CC6600;
	font-size: 16px;
}

.header2 {
	font-size: 20px;
	line-height: 1em;
}

.subheader {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
}

.subheaderRed {
	font-weight: normal;
	color: #CC6600;
	font-size: 13px;
}
.subheaderWhite {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.quote {
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
}

.quote2 {
	font-weight: normal;
	color: #FFCC66;
	font-size: 1.4em;
	line-height: 1.4em;
}
.numRed {
	font-size: 11px;
	color: #D68433;
}
.caption {
	font-weight: normal;
	color: #FF6600;
	font-size: 12px;
}
.news {
	color: #333333;
	line-height: 14px;
}
.bold {
	font-weight: bold;
}

/*tables
--------------------------------------------------------*/

td.tdOrder {
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	padding: 5px 0 3px 0;
	margin-top: 10px;
}

/*misc
--------------------------------------------------------*/

.borderGrey {
	border: 1px solid #666666;
}
.borderWhite {
	border: 1px solid #FFFFFF;
}

img.left { 
	float: left; 
	margin: 5px 20px 20px 0;
	border: 1px solid #d69f25;
}
	
/*Sidebar
--------------------------------------------------------*/

#sideBar {
	padding-right: 30px;
}

td.sideBar {
	padding: 30px 0px 30px 0px;
	margin: 0;
	text-align:left;
	width: 234px;
}

td.sideBar p {
	color: #CCC;
	line-height: 1.6em;
	font-size: 11px;
}

img.right {
	text-align:right;
	margin: 0 0 15px 0;
	border: none;
}

/*Footer
--------------------------------------------------------*/
.footer { 
	font-weight: normal; 
	font-size: 10px;
	color: #666666; 
}

.footer a { color: #999; }
.footer a:hover { color: #CCC; }

/*Home Styles
--------------------------------------*/

table.home { border-top: 1px solid #FFF;
}

td.main {
	margin: 0;
	padding: 30px 30px 30px 30px;
	width: 428px;
}

td.main p { 
	color: #CCC;
	line-height:1.6em;
	font-size: 11px;
}

td.main a, td.sideBar a {
	color: #FF9900;
	text-decoration:none;
}

td.main a:hover, td.sideBar a:hover { color: #FFF; text-decoration: underline;}

p.line { 
	border-bottom: dotted 1px #666; 
	margin:0; padding: 0;
}

