/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F0F0;
	background-image:url(images/bg_new.gif);
	background-repeat:repeat;
}
a {
	font-size: 10px;
	color: #5F6D34;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #369E14;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {color: #888888}
.style3 {color: #666666}
.style4 {color: #555555}

h1{ font-size: 9px; color: #CCCCCC; margin: 0px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }

h2{ 
	font-size: 14px;
	color: #519D0D;
	font-weight:bold;
}	

.leftmenucontainer{
	padding: 14px;
}
.leftmenucell{
	padding: 0px;
	border-bottom: 1px dotted #B5D0AC;
	height: 11px;
}		

.formtable{
	background-color: #F1F7EF;
	border: 1px dotted #B3C9AC;
}

.formtableheader{
	font-weight: bold;
	background-color: #5B6B25;
	color: #FCD107;
}
	
input.greenbutton{
	color:#FCD107;
	font-family: verdana,helvetica,sans-serif;
	font-size:10px;
	font-weight:900;
	height: 28px;
	width: 150px;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#cec; filter:progid:DXImageTransform.Microsoft.Gradient( GradientType=0,StartColorStr='#ff4B7810',EndColorStr='#ff769054'); margin: 6px; 
}

input, select, textarea{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }