@charset "utf-8";
/* CSS Document */

body {
	margin-top:0
	}

.bg {
	background-color: #8e8d8d;
	background-image:url(../images/interface/image_02.jpg);
	background-repeat:repeat-x;
	}   

/* CSS Interface Styles */

.img_border {
	padding:3px;
	padding-bottom: 10px;
	border:1px solid #CCCCCC;
	}

.stripe {
	background-image:url(../images/interface/image_16a.jpg);
	background-position:top;
	height:84px;
	width: 736px; 
	background-repeat:no-repeat;
	}
	
.dotted_line {
	background-image:url(../images/interface/dotted_line.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	margin-top: 40px;
	}
	
.top_bg { 
	background-image:url(../images/interface/image_07.jpg);
	background-position:top;
	height:99px;
	width: 738px;
	background-repeat:repeat-x;
	}

.table_border { 
	border: 1px solid #333333; 
	}
	
	
/* CSS Font Styles */	

.tx_footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	}
	
.tx_md_or_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	color:#cd7d1a;
	}	

a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:800;
	color: #cd7d1a;
	font-weight:bold;
	text-decoration: none;
}

a.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #cd7d1a;
	font-weight:bold;
	text-decoration: none;
}

a.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #cd7d1a;
	font-weight:bold;
	text-decoration: none;
}

a.hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ECAE64;
	font-weight:bold;
	text-decoration: none;
}
