@charset "UTF-8";
.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #005EAB;
}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #005EAB;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	color: #999999;
	font-style: italic;
}
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body
{
	background: #FFFFFF url(images/background.jpg) no-repeat center top;
}
a:link {
	color: 005fa9;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: 005fa9;
}
a:hover {
	text-decoration: none;
	color: 005fa9;
}
a:active {
	text-decoration: underline;
	color: 005fa9;
}
