@charset "utf-8";
/* CSS Document */

/* Default Stylles */
body {
	background-image: url(Graphics/bg.jpg);
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #4F3B18;
}

/* Link Styles */
a {
	font-family: Georgia, Times New Roman, Times, serif;	
	font-weight: bold;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	text-decoration: none;
	color: #B79730;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	text-decoration: none;
	color: #B79730;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	text-decoration: none;
	color: #E3C956;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-weight: bold;
	text-decoration: none;
	color: #B79730;
}

.portal_link a:link {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #E3C956;
}
.portal_link a:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #E3C956;
}
.portal_link a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #CC3300;
}
.portal_link a:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #E3C956;
}

.footer_link a:link {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #B19267;
}
.footer_link a:visited {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #B19267;
}
.footer_link a:hover {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #E3C956;
}
.footer_link a:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #B19267;
}

/* Text Styles */
.portal_main {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	color: #F9F3E6;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;  
	color: #F9F3E6;
}
.news_header {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #4F3B18;
}
.news_source {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #B19267;
}
.news_title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #B79730;
}

/* Object Styles */
hr {
 	color: #E3C956;
	background-color: #E3C956;
	border: 0;
	height: 4px;
}
