@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/homebackground2.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
a:link {
	color: #0033CC;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #1b88ce;
}
a:active {
	color: #FF0000;
}