/* CSS Document */

body{
	font-family: Calibri;
	color: #333333;
	font-size: 12px;
	background-image: url(images/homebg.jpg);
}
td,th {
	font-family: Calibri;
	color: #333333;
	font-size: 12px;
}
.title{
	font-size: 18px;
	text-indent: 0px;
}

.white{
	color: #FFFFFF;
}
.yellow{color:#FF6600}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #333333;
}
a:active {
	color: #FF6600;
}

.menu{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #356686;
	height: 20px;
	border: 1px outset #8CABB8;
	font-weight: normal;
	text-align: center;}
.menu:link {
	COLOR: #FFFFFF;
	text-decoration: none;
	}
.menu:visited {
	COLOR: #FFFFFF;
	text-decoration: none;
	}
.menu:hover {
	COLOR: #0C1921;
	text-decoration: none;
	}