/* CSS Document */
a:link {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
		font-weight: bold;
}

a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	
}

body {
	background-color: #E43135; /* background color */
	color: inherit; /* text color */

}

.MainLink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;

}	
.FooterLink {
	font-family: Verdana, Arial, sans-serif;
		color: #fff;
	font-size: 12px;
	font-weight: bold;	

}
.SideText {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.SideTextBold {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.PageHeader {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
	
.Maintext {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	}
.MaintextBold {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}	
	
	.Subtext {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	}
	
.BottomText {
	font-family: Arial, 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;
}

