/* CSS Document */

body {
		font-family:arial,helvetica,sans-serif;
		font-size:14px;
	}

.midsection {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
		border-left-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;

}

.body {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	/*padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 0px;*/
	padding:0;
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dd7915;
	font-size: 12px;
	font-weight: bold;
}

.subsunderlined {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2a3089;
	font-size: 12px;
	font-weight: bold;
	border-bottom-color: #2a3089;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-transform: uppercase;
	padding-top: 15px;
}

.copyrightinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	line-height: 11px;
	}
	
	
ul {
	list-style-type: square;
	}
	
ol {
	list-style-type: decimal;
	}
	
.disclaimer {
	font-size: 9px;
	font-style: italic;
	color: #333333;
}
