A:link {
	text-decoration: underline;
}
A:hover {
	color: #999999;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
}

TR,A,TD,BODY,P {font-family: verdana, tahoma,arial; font-size: 13px; color: #000000; }

img {
	border-color: Black;
}
IMG:link {
	border-color: Black;
}
IMG:hover {
	border-color: Grey;
}

.head{
	font: bold 8pt verdana, tahoma,arial;
	margin-left: 10px;
	margin-bottom: 10px;
	color: #222222;
	padding-left: 10px;
	padding-top: 5px;
	height: 24px;
	background-color: White;
	background-image: url();
	background-repeat: no-repeat;
}

.menu{
	DISPLAY: block;
	height: 20px;
	font: 8pt verdana, arial;
	border-bottom: 1px solid #000000;
	margin: -5px;
}
.menu a{
	display: block;
	text-decoration: none;
	color: #000000;
	border: #eaeaea 1px black;
	padding: 5px 2px 7px 5px;
	margin: 0px;
	
}
.menu a:hover{
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px 2px 7px 5px;
	margin: 0px;
	background-color: white;
}

.mainmenu a{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.mainmenu a:hover {
	color: #999999;
}

.mainmenu2 a{
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
.mainmenu2 a:hover {
	color: #FFFFFF;
}

.text {
	margin-left: 25px;
	text-decoration: none;
}