@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(images/bg.gif) repeat-x left top #1B6C2B;
}
.header_bg{
	background:url(images/header-bg.gif) repeat-x;
}
.headdings{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#BD5145;
	border-bottom:#000000 dotted 1px;
}
.headdings_two{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
}
.right_box_border{
	border:#5B9400 solid 1px;
}
.border_top{
	border-top:#CFE5C2 solid 1px;
}
.border_right {
	border-left:#CFE5C2 solid 1px;
	border-right:#CFE5C2 solid 1px;
}
.border_bottom{
	border-bottom:#CFE5C2 solid 1px;
}
.border_all{
	border:#000000 solid 1px;
}
.link{
	text-decoration:none;
	color:#000000;
}
.link:hover{
	text-decoration:underline;
	color:#ff0000;
}
.buttontwo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	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);
}
.textfield{
	width:170px;
	height:14px;
	border:#000000 solid 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.textarea{
	width:220px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#000000 solid 1px;
}
.footer_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
}
.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;
}
