.footertext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* header text formatting */
H1
{
	font-size:14px;
	padding-top: 5px;
}
/* H1 formatting */
H2
{
	font-size: 12px;
	padding-top: 5px;
}
/* H2 formatting */
H3
{
	font-size:10px;
	padding-top: 5px;
}
/* H3 formatting */
TD
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.center
{
	text-align : center;
	}
}
.picturetext
{
	color: #0a3a9a;
	margin-top: 3px;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-style : italic;
}
/* H3 formatting */
STRONG
{
	color: #000000;
	font-size: 12px;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* STRONG text formatting */
EM
{
	color: #000000;
}
.homepageul
{
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 15px;
}
.homepageli
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding: 0px 0px 0px 0px;
}
UL
{
}
LI
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}
/* LI formating */

.homepagetext
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight:lighter;
	text-decoration: none;
	text-indent: 0cm;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
}
P
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
}
/* normal text with a 1cm indent */
.justify
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
}
/* normal text with a 1cm indent */
.text
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* normal text, this should not be used that often, use the <p> tag instead */
.tinytextblack
{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	text-decoration: underline;
}
.tinytextwhite
{
	color: #FFFFFF;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom:10px;
	text-decoration: underline;
}
/* text back to top or footer */
.wrapleft
{
	float: left;
	text-align : center;
	padding: 5px;	
}
/* forces images or callout boxes to the right */
.wrapright
{
	float: right;
	text-align : center;
	padding: 5px;	
}
/* forces images or callout boxes to the right */
A:link
{
	color: blue;
}
/* unvisited links */
A:visited
{
	color: blue;
}
/* visited links   */
