/*master styles*/

<!-- BODY STYLES -->

body
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004290;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


td
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004290;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	line-height: 12px;

}
p.bold
{
	font-weight: bold;
}

<!-- LINK STYLES -->

a
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004290;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: underline;
}

a:link
{
	font-weight: normal;
	color: #004290;
	text-decoration: underline;
}

a:active
{
	font-weight: normal;
	color: #004290;
	text-decoration: underline;
}

a:visited
{
	font-weight: normal;
	color: #004290;
	text-decoration: underline;
}

a:hover
{
	font-weight: normal;
	color: #004290;
	text-decoration: none;
}

a.menu
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #004290;
	line-height: 12px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

a.menu:link
{
	font-weight: normal;
	color: #004290;
	text-decoration: none;
}

a.menu:active
{
	font-weight: normal;
	color: #004290;
	text-decoration: none;
}

a.menu:visited
{
	font-weight: normal;
	color: #004290;
	text-decoration: none;
}

a.menu:hover
{
	font-weight: normal;
	color: #004290;
	text-decoration: underline;
}


