body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
/*	color: #7DC7EE;
*/	color: #AED145;
}
a:active {
	color: #0000FF;
}
.announcement_title {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.text {
	font-size: 12px;
}
.text_title {
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
.title {
	font-size: 14px;
	font-weight:bold;
}
.formButton {
	color: #D2ECFB;
	background-color: #999999;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	border: 1px solid #000000;
}
.formInput {
	font-size: 12px;
	font-style: normal;
	color: #006600;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
	border: 1px solid #93E1C4;
}
.formInputTransparent {
	font-size: 12px;
	font-style: normal;
	color: #006600;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	background-color: #D2ECFB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
.failure {
	font-size: 14px;
	font-weight:bold;
	color:#FF0000;
}
.success {
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}
.table_head {
	font-size: 12px;
	font-weight: bold;
	background-color: #D3EDE1;
}
.table_content {
	font-size: 10px;
	font-weight: bold;
	background-color: #D2ECFB;
}
/**********************************************************************************************************************************/

#coolmenu a{
font-size:14px;
padding: 2px;
display: block;
width: 100%;
color: white;
text-decoration: none;
border-bottom: 1px solid white;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: white;
font-weight:bold;
color: #AED145;
}

.menuHead{
	font-size:16px;
	font-weight:bold;
}
.formButton {
	color: #DFF6EE;
	background-color: #999999;
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
