body{
	font-family: Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	font-size: 12px;
	background: url('../images/bg_tile.gif') top left repeat;
	margin: 0px 0px 0px 0px;
}
a, a:link, a:active, a:hover{
	color: #123791;
	text-decoration: underline;	
}
a:visited{
	color: #0387B1;	
}
h2{	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFA616;
}
h3{	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFA616;
}
.whiteBackdrop{
	background-color: white;
}
.blueBackdrop{
	background: url('../images/blueBackdrop.jpg') top left repeat;
}
.contentBg{
	background: url('../images/contentBg.jpg') bottom right no-repeat;
}
.bgLeft{
	background: url('../images/bgLeft.gif') bottom right repeat-y;
}
.bgRight{
	background: url('../images/bgRight.gif') bottom right repeat-y;
}
.content{
	margin: 0px;
	padding: 31px 4px 20px 50px;
}
.content p{
	padding-right: 4px;
}
.topLinks{	
	padding-bottom: 7px;
}
.topLinks a, .topLinks a:link, .topLinks a:visited, .topLinks a:active, .topLinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	font-weight: bold;	
}
