/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background:url(images/bg.jpg);
	
}
.header_text{
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000000; 
	line-height:20px;
}
.headding1{
	font-family:"Times New Roman", Times, serif;
	color:#993300;
	font-weight:bold;
	font-size:16px;
	margin-left:10px; 
	margin-right:10px; 
	margin-bottom:6px; 
	margin-top:6px;
}
.headding2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}
.email_link{
	text-decoration:underline;
	color:#000000;
}
.email_link:hover{
	text-decoration:none;
	color:#ff0000;
}
.buttonone{
	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-style:normal;
	color: #000000;
	height:22px;
	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-top-bg.gif);
}
.buttontwo{
	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-style:normal;
	color: #000000;
	height:22px;
	font-weight:bold;
	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-bottom-bg.gif);
}

.textfield{
	width:150px;
	height:14px;
	border:#D2D1D1 solid 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.textarea{
	width:200px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#D2D1D1 solid 1px;
}
.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}
.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;
}
