/* CSS Document */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
		color: #000;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;	
}

Body {
scrollbar-face-color: #00CCFF;
scrollbar-shadow-color: #49B7C6;
scrollbar-highlight-color: #49B7C6;
scrollbar-3dlight-color: #49B7C6; 
scrollbar-darkshadow-color: #49B7C6;
scrollbar-track-color: #49B7C6; 
scrollbar-arrow-color: #49B7C6;
}


.MainLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;

}
.SideText {
	font-family: Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.SideTextBold {
	font-family: Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
	
.Maintext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	}
.MaintextBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}	
	
	.Subtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	}
	
.BottomText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	}
.Scrollarea {
	width:740px;
	height:385px;
	table-layout:fixed;
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
}

