a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	margin: 0px 0px 0px 0px;
	color: #000000;
	background-color: #E7E7D8;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.border-main {
	border: 1px solid #1D2172;
	border-width: 1px 1px 1px 1px;
	background-color:#FFFFFF
}

.content-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A54733;
	text-align: left;
	}
	
.content-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A54733;
	text-align: left;
	}
		
p {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	}
	
td {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	}

.content-padding {
	padding: 10px 4px 4px 4px;
}

.image-caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #666666;
}

.image-padding {
	padding: 5px 0px 5px 0px; 
}

.red-type {
	color: #ff0000;
}