html
{
	width: 100%;
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #0D3245;
	font-family: Verdana;
	font-size: 70%;
}

div
{
	font-size: 100%;
}

img
{
    border: None;
}

td
{
	font-size: 100%;
}

span
{
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}

input
{
	font-size: 100%;
}

textarea
{
	font-family: Verdana;
	font-size: 100%;
}

a, a:link, a:active, a:visited
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: #6B6C6D;
	text-decoration: underline;
}

div.li_disc
{
	padding: 0px 0px 0px 30px;
	background-position: 14px 4px;
	background-repeat: no-repeat;
	background-image: url('../images/li_disc.gif');
}

div.li_circle
{
	padding: 0px 0px 0px 30px;
	background-position: 15px 4px;
	background-repeat: no-repeat;
	background-image: url('../images/li_circle.gif');
}

div.li_square
{
	padding: 0px 0px 0px 30px;
	background-position: 14px 4px;
	background-repeat: no-repeat;
	background-image: url('../images/li_square.gif');
}

div.li_arrow
{
	padding: 0px 0px 0px 30px;
	background-position: 14px 3px;
	background-repeat: no-repeat;
	background-image: url('../images/li_arrow.gif');
}

div.li_arrow1
{
	padding: 0px 0px 0px 16px;
	background-position: 0px 3px;
	background-repeat: no-repeat;
	background-image: url('../images/li_arrow.gif');
}

a.footerLink, a.footerLink:link, a.footerLink:active, a.footerLink:visited
{
    color: White;
    text-decoration: none;
}

a.footerLink:hover
{
	color: #CDCDCD;
	text-decoration: underline;
}

a.homeLink, a.homeLink:link, a.homeLink:active, a.homeLink:visited
{
    color: #757575;
    text-decoration: none;
}

a.homeLink:hover
{
	color: #333333;
	text-decoration: none;
}
