@charset "utf-8";
/* CSS Document */
<style type="text/css">


a.nav:link {
	color: #FFFFFF;
	font-weight: bold;
}

a.nav:link {
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:active {
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:visited {
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:hover {
	color: #00CCFF;
	font-weight: bold;
}

a.page:link {
	color: #0066FF;
	background: #ffffff;
	font-size: 14px;
}
a.page:active {
	color: #0066FF;
	background: #ffffff;
	font-size: 14px;
}
a.page:visited {
	color: #0066FF;
	background: #ffffff;
	font-size: 14px;
}
a.page:hover {
	color: #000099;
	background: #ffffff;
	font-size: 14px;
}
a.recent:link {
	color: #0066FF;
	background: #ffffff;
	font-size: 15px;
}
a.recent:active {
	color: #0066FF;
	background: #ffffff;
	font-size: 15px;
}
a.recent:visited {
	color: #0066FF;
	background: #ffffff;
	font-size: 15px;
}
a.recent:hover {
	color: #000099;
	background: #ffffff;
	font-size: 15px;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

H1 {
	font-weight: bold;
	padding-left: 25px;
}
H2 {
	font-weight: bold;
	margin-left: 12px;
	line-height: 1;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 1;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5;

}
body {
	background-color: #FFFFFF;
}
img
{  border-style: none;
}
</style> 
