body
{
	width: 100%;
	margin: 0;
	padding: 0;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #FFFFFF;
}

h1, h2, h3, h4 { margin: 0em; }
h1 { font-size: 150%; }
h2 { font-size: 100%; }
h3 { font-size: 90%; }
h4 { font-size: 80%; }


#contentBox
{
	
	font-family: verdana, arial, helvetica, sans-serif;
	background: #FFFFFF;
	color: black;
}

.contentTitle
{
	font-size: 1.5em;
	color: #616161;
	text-align: left;
	text-decoration: underline;
}

.contentSubTitle
{
	font-size: 1.5em;
      color: #616161;
}

.contentText
{
	font-size: small;
	font-weight: bold;
	color: #616161;
}

a:link
{
	color: #66C;
	background: transparent;
	text-decoration: none;
}

a:link       { color: #6699FF; text-decoration: underline; font-weight: bold}
a:visited    { color: #8F96E4; text-decoration: underline; font-weight: bold }

a:visited
{
	color: #66C;
	background: transparent;
	text-decoration: underline;
}

a:hover
{
	color: #F00;
	background: transparent;
	text-decoration: underline;
}

a:active
{
	color: #F00;
	background: transparent;
	text-decoration: underline;
}