A:link {color: #0D775F; font-weight: normal; text-decoration: underline;}
A:visited {color: #0D775F; font-weight: normal; text-decoration: underline;}
A:active {color: #0D775F; font-weight: normal; text-decoration: underline;}
a:hover {color: #0D775F; font-weight: normal; text-decoration: none;}

.LinkBlue :link {color: #173359; text-decoration:none;}
.LinkBlue :visited {color: #173359; text-decoration:none;}
.LinkBlue :active {color: #173359; text-decoration:none;} 
.LinkBlue a:hover {color: #173359; text-decoration:underline;}

.LinkBlueBold :link {color: #173359; text-decoration:none; font-weight:bold;}
.LinkBlueBold :visited {color: #173359; text-decoration:none; font-weight:bold;}
.LinkBlueBold :active {color: #173359; text-decoration:none; font-weight:bold;} 
.LinkBlueBold a:hover {color: #173359; text-decoration:underline; font-weight:bold;}

body {
	margin: 0px;
	background-color: #2B4B75;
	background-image:url(../images/BackPage.gif);
	}
	
.MainTable {
	margin-top: 11px;
	background-color:#FFFFFF;
	}
	
.NewsScroll {
	margin: 5px 5px 20px 5px;
	padding: 15px;
	height: 250px;
	overflow: auto;
	scrollbar-3dlight-color: #F0EEE5;
	scrollbar-arrow-color: #B8B3A2;
	scrollbar-base-color: #DFDBC8;
	scrollbar-darkshadow-color: #F0EEE5;
	scrollbar-face-color: #DFDBC8;
	scrollbar-highlight-color: #B8B3A2;
	scrollbar-shadow-color: #B8B3A2;
	scrollbar-track-color: #E6E3D5;
	}
	
.TenPixel {
	margin: 0;
	padding: 10px;
	}

.BodyContent {
	font-weight: normal;
	color:#434343;
	height: 300px;
	padding: 20px 25px 40px 25px;
	background-color:#F0EEE4;
}