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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(BG.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: 006699;
}
h1 {
	font-size: 14px;
	color: #b00000;
	font-weight:bold;
}
h2 {
	font-size: 12px;
	color: #0066FF;
	font-weight:bold;
}
.style1 {font-size: 10px}
.style2 {
	color: #0066FF;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.outline {border: 3px solid #E7EE21;
}

