@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background:url(images/bg.gif);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
.rightbox_bg{
	background:url(images/rightbox-bg.gif) repeat-y;
}
.footer_bg{
	background:url(images/footer-bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
.tbl_txt{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.tbl_txt_hd{
	color:#950303;
	font-weight:bold;
}
.tbl_txt_cnt{
	padding-left:15px;
}
.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: #ffffff;
	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/but2-bg.gif);
	}
	
.textfield{
	width:170px;
	font-size:11px;
	color:#000000;
	border:#9D9D9D solid 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.textarea{
	width:225px;
	height:60px;
	color:#000000;
	font-size:11px;
	border:#9D9D9D solid 1px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.readmore{
	color:#843111;
	text-decoration:none;
	font-weight:bold;
}
.readmore:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.website_link{
	color:#ff0000;
	text-decoration:none;
}
.website_link:hover{
	color:#000000;
	text-decoration:underline;
}
.footer_link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
	text-decoration:none;
}
.footer_link:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}
.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;
}
