.leftCol {
	background-image: url(images/leftColBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.rightCol {
	background-image: url(images/rightColBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.scroll {
	height: 250px;	
	overflow: auto;	
	border: 0px 
}
div.scrolla {
	height: 280px;	
	overflow: auto;	
	border: 0px 
}
a {
color:#000000;
text-decoration:none;
}
.sectionTitle {
	font-size: 14px;
	font-weight:bold;
}
.underlineCell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.red {
	color: #FF0000;
}
.rightAligned {
	text-align: right;
	padding-right:25px;
}

