body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.orangerule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FB8004;
}

.hilight {
	background-color: #FFFF00;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	background-image: url(images/bg.jpg);
	background-color: #8AC9D2;
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1D9AB0;
	font-weight: bold;
}
.outerborder {
	border: 1px solid #FFFFFF;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #246271;
}
a:hover {
	text-decoration: none;
	color: #6BB4BB;
}
a:active {
	text-decoration: underline;
	color: #6BB4BB;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FB8004;
}
h2 {
	font-size: 18px;
	color: #18717F;
}
h3 {
	font-size: 16px;
	color: #1EA0B8;
}