/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	/*font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;*/
	border=0;
	/*padding: 4px;*/
}
.m0l0iover {
	/*font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;*/
	border : 0px;
}

/* level 0 outer */
.m0l0oout {
	/*text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #4682B4;*/
	border : 0px;
}
.m0l0oover {
	/*text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #5AA7E5;*/
	border : 0px;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #CAE3A2;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color:#9BAF75;
		color:#FFFFFF;
	
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
/*body style sheets*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.leftmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : Red;
}

.leftmenusmall {
	font-family: Arial, Helvetica, sans-serif;
	color : #435B94;
	font-size: 11px;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F87622
	}
.td {
	font-family: Verdana;
	font-size: 11px;	
	color: #000000;	
}

.inputbtn {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#E8795E;
	color:#511000;
	border: #FFFFFF;
}
.text {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	border-width : 2 2 2 2;
	color: #000000;
}

.heading {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;	
}
/*input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	/*background-color : #B74529;
	background-color:#CCFFCC;
	border: #FFFFFF;*/

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-color : #B74529;
	background-color:#CCFFCC;
	border: #B74529;*?
}

.input1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: #435B94;
	background-color: Silver;
	border-style : solid;
	border-width : 1 1 1 1;*/
}
a:link {
	font:"Times New Roman";
	color: #000000;
	text-decoration: underline;
	font-variant: normal;
}
a:active {
	font:"Times New Roman";
	color: #006599;
	text-decoration: underline
}
a:hover {
	font:"Times New Roman";
	color: #006599;
	text-decoration: underline;
}

a:visited {
	font:"Times New Roman";
	color: #000000;
	font-style: normal;
	text-decoration: underline;	
}
