@charset "utf-8";
/* CSS Document */

body {
	background-color: #660066;
	background-image: url(../images/header.gif);
	margin-top: 1px;
	background-repeat:no-repeat;
}
body.blue {
	background-color: #3399CC;
	background-image: url(../images/header_blue.gif);
	margin-top: 1px;
	background-repeat:no-repeat;
}
body.orange {
	background-color: #FF3300;
	background-image: url(../images/header_orange.gif);
	margin-top: 1px;
	background-repeat:no-repeat;
}
body.red {
	background-color: #990000;
	background-image: url(../images/header_red.gif);
	margin-top: 1px;
	background-repeat:no-repeat;
}
body.yellow {
	background-color: #FFCC00;
	background-image: url(../images/header_yellow.gif);
	margin-top: 1px;
	background-repeat:no-repeat;
}
body.green {
	background-color: #006600;
	background-image: url(../images/header_green.gif);
	margin-top: 1px;
	background-repeat:no-repeat;
}
.style1 {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660066;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
body,td,th {
	color: #44444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #660066;
	margin: 10px 0px 10px 0px;
}
a:link {
	color: #660066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660066;
}
a:hover {
	text-decoration: underline;
	color: #ED1C24;
}
a:active {
	text-decoration: none;
	color: #660066;
}
a.inline {
	color:#660066;
	text-decoration: underline;
}
h3.text, p.text {
	margin: 0px 15px 15px 15px;
}
td.right {
	border: 10px solid #FFF200;
}
td.footer {
	border-top: #999999 solid 2px;
}
.style3 {font-size: 10px}


