body
{
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	font-size: 13px;
	text-align: justify;
	color: rgb(0, 51, 102);	
}

p
{
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	font-size: 13px;
	text-align: justify;
	color: rgb(0, 51, 102);
}

h1, h2, h3
{
	font-family: "Times New Roman", "Century Gothic", Arial, Helvetica;
	color: rgb(0, 51, 102);
}
h1
{
	font-size: x-large;
	font-style: italic; 
}
h2
{
	font-size: large;
	font-style: italic;
}
h3
{
	text-decoration: underline;
	font-style: italic;
	font-weight: normal;
}

A:link 
{
	color: #660099; 
	text-decoration: none; 
	font-family: Verdana, Century Gothic, Arial, Helvetica; 
	font-size: 13px; 
	font-weight: bold;
}
A:visited 
{
	color: #660099; 
	text-decoration: none; 
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	font-size: 13px; 
	font-weight: bold;
}
A:hover 
{ 
	color: #6600FF; 
	text-decoration: underline; 
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
}

td.sectionTitle
{
	font-size: 13px;
	font-weight:bold;
	color: #FFFFCC;
	background-color: #5960B5;
}
td.sectionBody
{
	font-size: 13px;
    text-align: justify;
}
b.colored
{
	color: #993399;	
}