A:link {color: #8B2F2F; font-weight: normal; text-decoration: underline;}
A:visited {color: #8B2F2F; font-weight: normal; text-decoration: underline;}
A:active {color: #8B2F2F; font-weight: normal; text-decoration: underline;}
a:hover {color: #8B2F2F; font-weight: normal; text-decoration: none;}

.LinkRedBold a:link {color: #8B2F2F; font-weight: bold; text-decoration:none;} 
.LinkRedBold a:visited {color: #8B2F2F; font-weight: bold; text-decoration:none;} 
.LinkRedBold a:active {color: #8B2F2F; font-weight: bold; text-decoration:none;} 
.LinkRedBold a:hover {color: #8B2F2F; font-weight: bold; text-decoration:underline;}

body {
	margin: 0px;
	background-color: #646464;
	background-image:url(../images/BackPage.gif);
	background-repeat:repeat-x;
	}
	
.PageBody {
	margin-right: 4px;
	}
	
.BodyContent {
	padding: 6px 20px 30px 25px; 
	}
	
.RightColDiv {
	padding: 2px;
	}

.RightColContent {
	padding: 0px 4px 4px 4px;
	}
	
.News {
	padding: 10px;
	}
	
.RightColTable {
	padding: 4px;
	border: 1px solid #74A6D2;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	}
