body {
	color: #3366CC;
	background-color: #E0E8EB;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #003d89;
}
#main {
	width: 851px;
	background-color: #FFFFFF;
	background-image: url(../images/tablebg.jpg);
}

#foot {
	background-image: url(../images/index_09.jpg);
	background-repeat: no-repeat;
	height: 145px;
}
.button a:link {
	background-image: url(../images/btn_off.jpg);
	height: 62px;
	width: 93px;
	line-height: 62px;
	display: block;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.button a:visited {
	background-image: url(../images/btn_off.jpg);
	height: 62px;
	width: 93px;
	line-height: 62px;
	display: block;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

.button a:hover {
	background-image: url(../images/btn_over.jpg);
	height: 62px;
	width: 93px;
	line-height: 62px;
	display: block;
	color: #CCCCCC;
}

a:link, a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #6490c5;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

