/*  [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: #000000;
	text-decoration:none;
}

a:visited {
	font-weight: bold;
	color: #000000;
	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: #ffffff;
	text-decoration: none;
	background: #639cce;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border-right: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

a.mainmenu:hover {
	font-family: verdana, helvetica;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background: #8cb7dd;
	display: block;
	width:100%;
	padding: 6px;
	height: 15px;
	border-right: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

/* menu top end */

/* menu left start */
a.leftmenu {
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background: #338b26;
	display: block;
	width:100%;
	padding:10px;
	height: 25px;
	border-bottom: 1px dotted #ffffff;
}

a.leftmenu:hover {
	font-family: verdana, helvetica;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	background: #006633;
	display: block;
	width:100%;
	padding: 10px;
	height: 25px;
	border-bottom: 1px dotted #ffffff;
}
a.leftmenu:visited{
	color: #ffffff;
}
/* menu left end */

.footer {
	color: #454545;
	font-size: 10px;
	font-family: verdana, helcetica;
	padding: 8px;
}