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

body {
	margin-left: 0px;
	margin-top: 10px;
	background-color: #059DCF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	color: #FFFF33;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: #FF00CC;
	font-size: 11px;
	text-decoration: none;
}
a {
	font-weight: bold;
	font-size: 11px;
}
a:active {
	text-decoration: none;
}
.tinylink a:link, .tinylink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.tinytext {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
}
.whitetext {color: #FFFFFF}
.maintext {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.mainlink a:link, .mainlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}
.purpletext {color: #48134F}
.bluetext {
	color: #000066;
	font-size: 14px;
}
.smallbluetext {
	color: #000066;
	font-size: 12px;
}
iframe { border:0px; }

.tinyredlink a:link, .tinyredlink a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
