body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
}

.mainText {
	text-decoration : none;
	font-weight : normal;
	font-size: 12px;
	color:#333333;
	line-height:16px;
}

.mainText a {
/*	font-weight:bold;*/
text-decoration : none;
	font-size: 12px;
	color:#333333;
	line-height:16px;
}

.mainText a:hover {
	/*font-weight:bold;*/
	font-size: 12px;
	color:#FF0000;
	line-height:16px;
}



.blueTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
}

.popDiv {
	height: 340px;
	width: 410px;
	overflow:auto;
}

#menu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
}

#menu ul, #menu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#menu a:link, #menu a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
}

#menu a:link.active, #menu a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#menu a:hover	{
	color : #f00;
}

	
#menu ul a:hover {
	color : #f00 !important;
}
