/*  [B1CMS] Content Management System By B1media.net  */

body {
	background-color: #FFFFFF;

}
td {
	font-size: 11px;
	font-family: Verdana, Arial, Trebuchet MS;
}
p {
	font-size: 11px;
	font-family: Verdana, Arial, Trebuchet MS;
}
a:link {
	font-weight: bold;
	color: #454545;
	text-decoration:none;
}
a:visited {
	font-weight: bold;
	color: #454545;
	text-decoration:none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}

.h1 {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #000000
}
.headline {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #000000
}
.headline2 {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Trebuchet MS;
	color: #999999;
}

.submit {
	background-color : #F1F1F1;    
	border : 1px solid #000000; 
}

/* menu top start */

a.mainmenu{
	font-family: verdana, helvetica;
	font-size: 11px;
	text-align: center;
	color: #454545;
	text-decoration: none;
	background: #CCCCCC;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
	border-bottom: 1px solid #454545;
}
a.mainmenu:hover{
	font-family: verdana, helvetica;
	font-size: 11px;
	text-align: center;
	color: #454545;
	text-decoration: none;
	background: #B3DB11;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border-right: 1px solid #454545;
	border-left: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

/* menu top end */

/* menu left start */

a.leftmenu{
	font-family: verdana, helvetica;
	font-size: 11px;
	text-align: center;
	color: #454545;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
}
a.leftmenu:hover{
	font-family: verdana, helvetica;
	font-size: 11px;
	text-align: center;
	color: #454545;
	text-decoration: none;
	background: #B3DB11;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
}

/* menu left end */
.footer {
	color: #454545;
	font-size: 10px;
	font-family: verdana, helcetica;
	padding: 8px;
}