@charset "utf-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/gradient2.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
}
.link2:link {color: BBBBBB ; text-decoration: none}
.link2:visited {color: BBBBBB ; text-decoration: none}
.link2:active {color: BBBBBB ; text-decoration: none}
.link2:hover {color: BBBBBB ; text-decoration: underline}
.subhead:link {color: 99CCCC ; text-decoration: none}
.subhead:visited {color: 99CCCC ; text-decoration: none}
.subhead:active {color: 99CCCC ; text-decoration: none}
.subhead:hover {color: 99CCCC ; text-decoration: underline}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
.homebox {color: #BBBBBB}

.spacer {color: #FFFFFF}

.home_intro {
	font-size: 12px;
	font-weight: bold;
}
.title {
	font-size: 24px;
	color: #000000;
}
.small_title {
	font-size: 18px;
	color: #000000;
}
.grey{
	color: #666666;
}
.blue{
	color: #006699;
}


-->
