/*////////////////////// FONT STYLES */
/*////////////////////// FONT STYLES */

* { border-color: #D9D9D9; }

.text, body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.text, td, input, select, textarea {
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	color: #6B87A7;
	color: #666666;
}

.pagehead, H1 { 
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
}

.bodyheader, H2 { 
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	color: #2C445C;
}

H3 { 
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2C445C;
}

.inlineH3 { 
	font-size: 12px;
	font-weight: bold;
	color: #2C445C;
}

.footer { 
	font-size: 9px;
	line-height: 14px;
	color: #999999;
}

.details { 
	font-size: 10px;
	color: #999999;
}

.bodytext {
	color: #333333;
	font-size: 12px;
}
.sidebarhead { text-indent: 25px; color: #FFFFFF; font-size: 12px; }
.sidebarbody { line-height: 12px; color: #4E70AC; }

.error { color: #990000; font-weight: bold; }
.alert { color: #CC9900; font-weight: bold; }


