/* Page Elements */
body {
	background-color: #E7E3D7; /*E5DFCF*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #993300;
	text-decoration: none;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
td {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #B25628; /*993300*/
	line-height: 1.4em;
	text-decoration: none;
	/*background-color: #E7E3D7;*/
}
td A:link, td A:visited {color: #CC0000; text-decoration: none;}
td A:hover {color: #FF0000; text-decoration: none} /* Inherets weight from A:link */
.img_border {
	border: 1px solid #999999;
	margin-bottom: 8px;
}

/* Custom Styles */
.title_new { 
	font-size: 10pt;
	color: #666666; /*73644F*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
.title {color: #CC3300; font-size: 13pt; font-weight: bold; font-family: Arial, Helvetica, sans-serif; line-height: normal;}
.caption {color: #666666; font-size: 7pt; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:normal; margin-top: .6em; display:block;}
.date {
	font-size: 10pt;
	color: #666666; /*73644F*/
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
}
.small {
	font-size: 9px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Colors */
.beige_light { background-color: #F9F5EE; }
.divider {background-color: #CCCCCC }
.rule {background-color: #DAE9EF;}
.topbar {
	background-color: #CC6600;
	height: 30px;
} /*717232*/
.alert {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 8pt;
	line-height: normal;
	background-color: #FFFFFF;
	padding: 5px;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	margin-top:10px;
	margin-bottom:10px
}
