/* --- Body Style --- */

body {
	background-color: #E7DBC8;
}

/* --- Footer Style --- */

td#footer span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #695D54;
}
td#footer table tr td table tr td {
	padding: 0px 8px 0px 0px;
}
td#footer table tr td table tr td#copyright {
	padding: 0px 0px 0px 0px;
}
td#footer tr#secondary_menu td span a{
	text-decoration: none;
	color: #695D54;	
}
td#footer tr#secondary_menu td span a:hover{
	text-decoration: underline;
}

/* --- Content Style --- */

div.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#031D51;
	text-align:left 	
}
div.content h1{
	display:none;	
}
div.content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CA4E00;
	text-align:left;
	margin: 0px 0px 0px 0px;
}
div.content a{
	color:#CA4E00;
	text-decoration:none;
}
div.content ul{
	list-style-type:disc;	
}
div.content p{
	padding:0px 0px 0px 0px;
	border:0px;
	margin:0px 0px 10px 0px;
}
