body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	}
div.content {
	border-top: 2px solid #FF9966;
	border-right: 2px solid #FF9966;
	border-bottom: 2px solid #FF9966;
	border-left: 2px solid #FF9966;
	padding: 5px;
	}
h5 {
	background-color : #DBDBDB;
	color: #646464;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 8px;
	border-color: White;
	border-style: solid;
	border-width: thick thin thin;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left : 2px;
	text-indent : 5px;
	font-weight : 600;
	font-size : 0.9em;}

H4.mainpage {
	background-color : #DBDBDB;
	color: #646464;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left : 5px;
	border-color: White;
	border-style: solid;
	border-width: thick;
	padding: 5px;
	font-weight : 900;
	font-size : 24px;
	text-align : center;
}

p {
	color: #646464;
	margin-right: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left : 5px;
	padding-right : 5px;
	font-size : 0.8em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	}
table {
	margin-top: 10px;
}
td.mainnav {
	text-align : center;
	color: #646464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : 600;
	font-size : 12px;
}
td.navbottom {
	text-align : center;
	color: #646464;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : 600;
	font-size : 11px;
}

A:LINK {
	text-decoration: underline;
	color: #FF9900;

}

 A:VISITED {
	text-decoration: underline;
	color: #999999;
	font-style: normal;

}
 
 A:ACTIVE {
	text-decoration: underline blink;
	color: #FF9900;
	font-weight: bolder;

}

 A:HOVER {
	text-decoration: underline;
	color: #000000;
	font-weight: bolder;


}
