font {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-color: #FCFFBB;
	text-decoration: underline;
	font-weight: normal;
	
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #6600FF;
	background-color: #FCFFBB;
	text-decoration: underline;
	font-weight: normal;
	
}

em {  font-family: Arial, Helvetica, sans-serif; font-size: large; font-weight: bold;}

td {  font-family: Arial, Helvetica, sans-serif; }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	text-decoration: underline;
	background-color: #A8E2FF;
	color: #0000FF;


}
th {
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	color: #000000;
	background-color: #DDDDDD;
	text-align: left;
	border: thin outset #CCCCCC;



}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #0000FF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	background-color: #FFFBDB;
	overflow: scroll;
	scrollbar-base-color:cyan;
	scrollbar-face-color:#FFD40C;
	scrollbar-track-color:#E79525;
	scrollbar-arrow-color:red;
	scrollbar-3dlight-color:#FFFFC2;
	scrollbar-highlight-color:yellow;
	scrollbar-shadow-color:brown;
	scrollbar-darkshadow-color:navy;
	font-size: medium;
	font-weight: normal;
	line-height: 120%;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	line-height: normal;
	border: 1px solid #0000FF;
	position: static;
	margin-bottom: 4px;
	color: #FFF9CC;
	background-color: #C27032;


}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF0000;
	background-color: #FFFF66;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	top: 5px;
	bottom: 5px;
}
hr {
	color: #0000FF;
	height: 1px;
	width:100%;
}
