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

body {
    background:#FFFFFF url('images/background.gif') no-repeat fixed top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #003333;
}
.footer {
	font-size: 9px;
	color: #CCCCCC;
}
.footer a:link {
	color: #FFFFCC;
}
.footer a:hover {
	color: #FFFF00;
}
.yellow {
	background-color: #FFFF00;
}
