@charset "utf-8";
/* CSS Document */

body {
	background-color: #18c1f3;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
hr {color: #ffffff;}
h2 {color:#000099; font-size:16px; margin-bottom:0px;}
h3 {color:#000099; font-size:14px; margin-bottom:0px; text-decoration:underline;}
h4 {color:#000099; font-size:12px; margin-top:0px;}
p {margin-top:0px;}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {color: #0000CC}

