body {
	background-color: #DDDDDD;
	font-size: 1em;
	font-family: Georgia, Times New Roman, Times, serif;
	}
	
h1 {
	font-size: 1.2em;
	/*color: #16348C;*/
	padding-top:10px;
	}
	
h2 {
	font-size: 1.0em;
	}
	
h3 {
	font-size: .9em;
	/*color: #16348C;*/
	font-weight:bold;
	padding:10px 0 10px 0;
	}
	
p {
	font-size: .9em;
	}
	
.content img {
	border:0px;
	padding: 2px 10px 2px 10px;
	}
	
.content a
{
	color: #16348C;
	text-decoration: none;
}

.content a:hover
{
	color: #16348C;
	text-decoration: underline;
}

.content a:visited
{
	color: #16348C;
	text-decoration: none;
}

/*#mainClm h1 {
	font-size: 1.2em;
	padding-top:50px;
	}*/