﻿.head {
	height: 29px;
	width: 100%;
	background-color: #CCCCCC;
	background-image:url('../images/head1.gif')
}
#sitemain {
	width: 770px;
	padding: 0;
	margin: 0 auto 0 auto;
}
/* START MAIN MAIN MENU*/
.menu {
	margin: 0;
	padding: 0;
	list-style: none;

}
.menu span {
	display:none;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 29px;
	list-style: none;
	background-repeat: no-repeat;
	float: left;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 29px;
	background-repeat: no-repeat;
}
ul.menu li a:hover {
	background: none;
}
.menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bgsp {
	background-image: url('../images/menu/bg3.gif');
	width: 129px;
	text-indent: -1000px;
}
.content {
	font-size: 13px;
}

.content a {
	text-decoration: none;
	color: black;
}
.content a:hover {
	color: #FD38A1;
}
.topiclink {
	font-size: 10pt;
}
.topiclink a {
	text-decoration: none;
	color: black;
}
.topiclink a:hover {
	color: #FD38A1;
}
a {
	color: #0149FE;
}
a:hover {
	color: #002997;
}
/* END MAIN MAIN MENU*/


