
/* CONTENT TEXT ONLY! */

#content h1,h2,h3,h4,h5,h6{
	font-family: "Times New Roman", Times, serif;
	color: black;
}

#content h1{
	font-size: 18px;
}
#content h2{
	font-size: 16px;
}
#content h3{
	font-size: 14px;
}
#content h4{
	font-size: 12px;
}
#content h5{
	font-size: 10px;
}
#content h6{
	font-size: 8px;
}

#content p, td, textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
	line-height: 16px;
}

#content table td{
	padding: 4px 5px 4px 4px;
}

a:link, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #124a7e;
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#content img{
	border-color: black;
	margin: 10px;
}