@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/BG_Master.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #151517;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}
a:link {
	color: #E68A02;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E68A02;
}
a:hover {
	text-decoration: underline;
	color: #E68A02;
}
a:active {
	text-decoration: none;
	color: #999;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
}

.Header {
	text-align: center;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.Navigation {
	clear: both;
	height: 37px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.Footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	text-align: center;
	color: #5B5B5B;
}
.MASTER_LatestNews {
	float: left;
	height: auto;
	width: 494px;
	padding-left: 24px;
	padding-bottom: 24px;
}
.MASTER_SideBody {
	background-image: url(images/BG_SideBody.jpg);
	background-repeat: repeat-x;
	height: auto;
	padding-top: 35px;
	width: 170px;
	padding-right: 15px;
	padding-left: 15px;
}

.MASTER_Body {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/BG_Body.jpg);
	background-repeat: repeat-x;
	background-color: #151517;
	clear: both;
}

.Latest_News_Title {
	font-size: 16px;
	font-weight: bold;
	color: #E36F00;
}
.Posted_By {
	font-size: 9px;
	color: #666666;
}
.Line_Color {
	color: #099
}
.Page_Titles {
	font-size: 22px;
	font-weight: bold;
	color: #E68A02;
	text-align: left;
}
.MASTER_Body table tr td table tr td p {
	color: #999;
}

