
/* CONTENT TEXT ONLY! */

#content h1,h2,h3{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#content h1{
	font-size: 35px;
	font-family: Monotype Corsiva;
	color: #3333ff;
	font-weight: normal;
	line-height: 1em;
}
#content h2{
	font-size: 25px;
	font-family: Monotype Corsiva;
	color: #3333ff;
	font-weight: normal;
	line-height: 1em;
}
#content h3{
	font-size: 12px;
}

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

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

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

#content img{
	margin: 0px 0px 20px 20px;
}