body {
	margin: 0px auto; 
	padding: 0px; 
	background: #ffffff;
	font-family: arial,sans-serif;
	font-size: 13px; 
	color: #000000;
}

td {
	font-family: arial,sans-serif;
	font-size: 13px; 
	color: #000000;
}

p {
	font-family: arial,sans-serif;
	font-size: 13px; 
	color: #000000;
	margin-top:15px;
	margin-bottom:15px;
}

a:link {color:#055A8D;text-decoration:none;font-size: 13px;font-weight: bold;}
a:active {color:#055A8D;text-decoration:none;font-size: 13px;font-weight: bold;}
a:visited {color:#055A8D;text-decoration:none;font-size: 13px;font-weight: bold;}
a:hover {color:#FF3333;text-decoration:underline;font-size: 13px;font-weight: bold;}

a.unbold:link {color:#055A8D;text-decoration:none;font-size: 13px;font-weight: normal;}
a.unbold:active {color:#055A8D;text-decoration:none;font-size: 13px;font-weight: normal;}
a.unbold:visited {color:#055A8D;text-decoration:none;font-size: 13px;font-weight: normal;}
a.unbold:hover {color:#FF3333;text-decoration:underline;font-size: 13px;font-weight: normal;}

a.unboldsmall:link {color:#055A8D;text-decoration:none;font-size: 11px;font-weight: normal;}
a.unboldsmall:active {color:#055A8D;text-decoration:none;font-size: 11px;font-weight: normal;}
a.unboldsmall:visited {color:#055A8D;text-decoration:none;font-size: 11px;font-weight: normal;}
a.unboldsmall:hover {color:#FF3333;text-decoration:underline;font-size: 11px;font-weight: normal;}

a.footer:link {color:#FFFFFF;font-size: 12px;font-weight: bold;TEXT-DECORATION: none;}
a.footer:active {color:#FFFFFF;font-size: 12px;font-weight: bold;TEXT-DECORATION: none;}
a.footer:visited {color:#FFFFFF;font-size: 12px;font-weight: bold;TEXT-DECORATION: none;}
a.footer:hover {color:#999999;font-size: 12px;font-weight: bold;TEXT-DECORATION: none;}

.NormalText
{
	font-family: arial,sans-serif;
	font-size: 13px; 
	color: #000000;
}

.HeaderText
{
	font-family: arial,sans-serif;
	font-size: 13px; 
	color: #2E9A65;
	font-weight: bold;	
}
.GreyHeaderText
{
	font-size: 13px; 
    font-family: arial,sans-serif;
	color: #666;
	font-weight: bold;
	margin:0;
	padding-bottom:4px;
}
.FooterText
{
	font-size: 12px; 
    font-family: arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.SmallText
{
    font-size: 11px; 
    font-family: arial,sans-serif;
	color: #000000;
	font-weight: normal;
}

ul li {
	font-family: arial,sans-serif;
	font-size: 13px; 
	color: #000000;
}

ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	padding-bottom:6px;
	}

li {background-image: url(images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 16px;
	padding-bottom:6px;
	margin: .4em 0;
	color:#055A8D;
} 