/* CSS Document */

body {
	font-family: arial; font-size: 12px; color: #333333

}
td {
	font-family: arial; font-size: 12px; color: #333333
}


a:link {
	color: #009900; text-decoration: none
}
a:visited {
	color: #999900; text-decoration: none
}
a:hover {
	text-decoration: underlined; color: #000000;
}


a.nav:link {
	color: #ffffff; text-decoration: none
}
a.nav:visited {
	color: #ffffff; text-decoration: none
}
a.nav:hover {
	text-decoration: underlined; color: #c8c8c8;
}


a.news:link {
	font-size: 16px; color: #cc0000; font-weight: bold; text-decoration: none
}
a.news:visited {
	font-size: 16px; color: #cc0000; font-weight: bold; text-decoration: none
}
a.news:hover {
	font-size: 13px; font-weight: bold; color: #333333;
}


.news {
	font-size: 16px; color: #cc0000; font-weight: bold; text-decoration: none
}
.title {
	font-size: 18px; color: #006600
}
.border {
	border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid
}
.bgimage {
	background-image: url(images/mainBG.gif);
	background-repeat: no-repeat;
	background-position: top;
}
