/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ABABAB;
}
a:link {
	color: #B4282E;
	text-decoration: none;
}
a:visited {
	color: #424242;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.headerlink {
	font-size: 12px;
}
.headerlink-main {
	font-size: 11px;
}
.footer { 
	font-size: 12px;
}
.heading {
	color: #B4282E;
	font-size: 14px;
	font-weight: bold;
}
.subheading  {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.maincontent  {
	font-size: 12px;
	color: #000000;
}
.maincontent-hl  {
	font-size: 12px;
	font-weight: bold;
	color: #B4282E;
}
.smalltext {
	font-size: 10px;
}
.floatImgleft {
	float: left;
	margin: 0px 25px 10px 0;
}
.style10 {
	font-size: x-small;
}
.style4 {
	font-size: 12px;
}
#divScroll {
width: 400px;
height: 95px;
padding-top: 5px;
padding-bottom: 5px;
white-space: nowrap;
overflow: auto;
}
#divScroll img { /* applied to images */
padding: 0px;
margin: 2px;
}