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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-image: url(images/BlueToWhiteGradient.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
.headerbg {
	background-image: url(images/Template_05.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainstage {
	border: thin solid #CCCCCC;
}
.stagebg {
	background-image: url(images/Template_09.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	background-image: url(images/Template_20.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
