* { font-size: 13px; }
body {
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
}

a {
	color: #312f9a;
	text-decoration: none;
}
a:hover {
	color: #e33f5a;
}

a.nav {
	color: #ffffff;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

a.nav:hover {
	text-decoration: underline;
	color: #e33f5a;
}

.navCell {
	padding: 5px;
}

.bodySection {
	padding: 10px;
	font-size: 10pt;
}

/*	body {
		background: #fff;
		font-family: arial, verdana;
		font-size: 10pt;
		color: #fff;
		background: #fff;
	}
	
	td {
		text-align: left;
	}
	
	td.right {
		text-align: right;
	}
	
	td.mainAreas {
		background-color: #323232;
		background-image: url('../images/main_bg.gif');
		background-repeat: repeat-x;

	}
	*/
	h1, h2, h3 {
		text-align: left;
	}

	#Nav {
		padding: 20px;
	}

	#Nav a.navText {
		color: #fff;
		font-family: arial, verdana;
		font-size: 10pt;
		text-decoration: none;
		line-height: 20px
	}

	#Nav a.navText:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	#mainBody {
		padding: 10px;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	img {
		border: none;
	}
	
	img.border {
		border: solid;
		border-color: #fff;
	}
	
	td.copyright {
		text-align: right;
		color: #000;
		font-family: arial, verdana;
		font-size: 8pt;
	}
	div.overflowGallery {
	float: left; 
	width: 650px; 
	height: 200px; 
	overflow: auto;
	}
