/* CSS Document */

body{
	margin:0px;
	background:url(images/bg.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1867A7;
}
.tabletext{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
.tabletext2{
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#993333;
}
.padding{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}
.padding2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left:15px;
	font-size:11px;
}
.borderbottom{
	border-bottom:#7A2206 dotted 1px;
}
.style2 {
	color: #990000;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
.sidebox{
	color:#8D0000;
	text-decoration:underline;
	font-weight:bold;
}
.textarea{
	width:215px;
	height:50px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#E9BD78 solid 1px;
}
.textfield{
	width:150px;
	height:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:#E9BD78 solid 1px;
}
.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/but2-bg.gif);
}
.footerbg{
	background:url(images/footer-bg.gif) repeat-x;
	color:#ffffff;
}
.leftboxbg{
	background:url(images/leftbox-bg.gif) repeat-y;
}
.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;
}
