A:link {color: #633A85; font-weight: normal; text-decoration: underline;}
A:visited {color: #633A85; font-weight: normal; text-decoration: underline;}
A:active {color: #633A85; font-weight: normal; text-decoration: underline;}
a:hover {color: #633A85; font-weight: normal; text-decoration: none;}

.LinkPurpleBold :link {color: #633A85; font-weight: bold; text-decoration:none;} 
.LinkPurpleBold :visited {color: #633A85; font-weight: bold; text-decoration:none;} 
.LinkPurpleBold :active {color: #633A85; font-weight: bold; text-decoration:none;} 
.LinkPurpleBold :hover {color: #633A85; font-weight: bold; text-decoration:underline;}

.LinkPurple :link {color: #633A85; text-decoration:none;} 
.LinkPurple :visited {color: #633A85; text-decoration:none;} 
.LinkPurple :active {color: #633A85; text-decoration:none;} 
.LinkPurple :hover {color: #633A85; text-decoration:underline;}

.LinkTealBold :link {color: #01756E; font-weight: bold; text-decoration:none;}
.LinkTealBold :visited {color: #01756E; font-weight: bold; text-decoration:none;}
.LinkTealBold :active {color: #01756E; font-weight: bold; text-decoration:none;} 
.LinkTealBold a:hover {color: #01756E; font-weight: bold; text-decoration:underline;}

.LinkTeal :link {color: #01756E; text-decoration:none;}
.LinkTeal :visited {color: #01756E; text-decoration:none;}
.LinkTeal :active {color: #01756E; text-decoration:none;} 
.LinkTeal a:hover {color: #01756E; text-decoration:underline;}

body {
	margin: 0px;
	background-color: #E1DECA;
	background-image:url(../images/Background3.jpg);
	background-repeat:repeat-x;
	}
	
.NewsScroll {
	padding: 10px;
	height: 150px;
	overflow-y: auto;
	scrollbar-3dlight-color: #FAF9F6;
	scrollbar-arrow-color: #BBB69E;
	scrollbar-base-color: #F1EEE1;
	scrollbar-darkshadow-color: #FAF9F6;
	scrollbar-face-color: #F1EEE1;
	scrollbar-highlight-color: #BBB69E;
	scrollbar-shadow-color: #BBB69E;
	scrollbar-track-color: #FCFCFA;
	}
	
.HomeRatesDiv {
	padding: 10px;
	}
	
.BodyContent {
	height: 300px;
	font-weight: normal;
	color:#434343;
	padding: 20px 25px 40px 25px;
}