body, a, table, tr, td
{
	font-family : Arial, Verdana, Helvetica, sans-serif; 
	font-weight : normal; 
	font-size: 12px;
}

a:link
{
	text-decoration : underline; 
	color: blue;
}

a:visited
{
	text-decoration : underline; 
	color: blue;
}

a:hover
{
	text-decoration : none; 
	color: blue;
}

a.logo:link
{
	color:white;
}

a.email:link
{
	text-decoration : none; 
	color: blue;
	font-size: 10px;
}

a.email:visited
{
	text-decoration : none; 
	color: blue;
	font-size: 10px;
}

a.email:hover
{
	text-decoration : underline; 
	color: blue;
	font-size: 10px;
}

a.main:link 
{
	text-decoration : none; 
	color: white;
	display : inline; 
} 

a.main:visited 
{
	text-decoration : none; 
	color: white;
	display : inline; 
} 

a.main:hover 
{
	text-decoration : underline; 
	color: white;
	display : inline;
} 

a.sub:link 
{
	text-decoration : none; 
	color: black;
	display : inline; 
} 

a.sub:visited 
{
	text-decoration : none; 
	color: black;
	display : inline; text-align : 
} 

a.sub:hover 
{
	text-decoration : underline; 
	color: black;
	display : inline;
} 

.motto
{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}

.note
{
	font-size: 10px;
	color: red;
}

.logo
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.sectionheader
{
	font-size: 14px;
}

.fineprint
{
	font-size:10px;
}

.topicheader
{
	font-weight: bold; font-size: 18px; font-family: Geneva, Arial, Helvetica, sans-serif; color: #FFFFFF;
}
.subtopicheader 
{
	color: #FFFFFF; font-size: 12px; font-weight: bold; 
}
.style13 {
	color: #FF0000;
	font-style: italic;
}