/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/


.m0l0o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l1o {
	text-decoration: none;
	margin: 0px;
	border: 1px solid #ffffff;
}

.m0l0i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}

.m0l1i {
	padding: 2px;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}

table {
	bgcolor="#FFCC33";
}

h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	color: #000000;
}

h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
	color: #000000;
}

body, tr, td, p, li {
	font-family: tahoma, verdana, arial;
	font-size: 14px;
	bgcolor: #FFCC33;	
}

font {
	font-family: tahoma, verdana, arial;
	color: #FFFFFF;
}

hr {
	color: #CC3300;
	height : 1px;
}
				
.darkline {
	background: #4682B4;
}

.cright {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background: #4682B4;
	text-align: right;
}



		a, A:link, a:visited, a:active
		{color: #FF6600; text-decoration: none; font-family: Tahoma, Verdana; font-size: 12px}
	A:hover
		{color: #FF0000; text-decoration: none; font-family: Tahoma, Verdana; font-size: 12px}
	p, tr, td, ul, li
		{bgcolor: #FFCC33; color: #000000; font-family: Tahoma, Verdana; font-size: 12px}
	th
		{background: #FFCC66; color: #000000;}
	.header1
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px; margin: 0px; padding-left: 2px; height: 21px}
	.header2, h2
		{color: #000000; background: #FFCC33; font-weight: bold; font-family: Tahoma, Verdana; font-size: 12px;}
	.intd
		{color: #000000; font-family: Tahoma, Verdana; font-size: 12px; padding-left: 15px;}
	.wcell
		{background: #FFFFFF; vertical-align: top}
	.ctrl
		{font-family: Tahoma, Verdana, sans-serif; font-size: 12px; width: 100%;}
	.btnform
		{border: 0px; font-family: tahoma, verdana; font-size: 12px; font-weight: bold; background-color: #DBEAF5; width: 100%; height:18px; text-align: center; cursor: hand;}
	.btn
		{background-color: #DBEAF5; padding: 0px;}
	textarea, select,input
		{font: 9px Verdana, arial, helvetica, sans-serif; background-color: #DBEAF5;}
		
	/* classes for validator */
	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}

