/* CSS Document */

body{
	margin:0px;
	background:#6B7F01;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
h3{
	color:#009933;
}
.rightbox_bg{
	background:url(images/rightbox-bg.gif) left repeat-y;
}
.side_headdings{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#E75B2B;
	font-size:12px;
}
.side_headdings2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6A9803;
	font-size:12px;
}
.email_link{
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}
.email_link:hover{
	text-decoration:underline;
	color:#ff0000;
	font-weight:normal;
}
.textfield{
	width:150px;
	height:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#E9BD78 solid 1px;
}
.textarea{
	width:170px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#E9BD78 solid 1px;
}
.footer_bg{
	background:url(images/footer-bg.gif) left repeat-x;
	font-size:11px;
	color:#ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.cssbutton{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
	height: 23px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but-bg.gif);
}
.cssbutton2{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style:normal;
	color: #000000;
	height: 23px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background:url(images/but2-bg.gif);
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align:left;
}
