/* General */ 
/*
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
*/
/*
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	
}
*/

body{
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:18px;
	color: #000080;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}


h2
{
	font-size: 16px;
	color: #F5D02F;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}
h3 {
	font-size:14px;
	color: #000080;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	padding: 10px 0px 10px 0px;
}

/*
h3.yellow {
	font-size:14px;
	color: #f5d02f;
	font-weight: bold;
	font-family: Georgia, Times, serif;
	padding: 10px 0px 10px 0px;
}
*/
h4 {
	font-size:14px;
	color: #000000;
	display: block;
	padding: 0px 0px 10px 0px;
	font-weight: normal;
	font-family: Georgia, Times, serif;
}
a:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 13px;
}
a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 13px;
}
a:visited {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:underline;
}

div.text, span.text{
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

span.address1
{
	background-color: #000080;
	color: #FFF !important;
}


 a.address1
{
	background-color: #000080;
	color: #FFF !important;
	text-decoration: underline;
}

a.address1:hover
{
	color: #f5d02f !important;
	text-decoration: underline;
}

a.address1:active
{
	color: #FFF;
	text-decoration: underline;
}

a.address1:visited
{
	color: #FFF;
	text-decoration: underline;
}


span.whiteText, p.whiteText
{
	color: #ffffff;
	line-height: 1.65em;
	background-color: #000080;
}
span.yellowBigText, p.yellowBigText  {
	color: #f5d02f;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px!important;
	font-family: Georgia, Times, serif;
	background-color: #000080;
}

span.whiteBigText, p.whiteBigText {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px!important;
	font-family: Georgia, Times, serif;
	background-color: #000080;
}

span.blueBigText, p.blueBigText{
	font-size:18px;
	color: #000080;
	padding-bottom: 3px;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}

/*
 a.flasharea:link {font-family: Georgia, Times, serif !important;text-decoration: underline; color: #000080 !important;}
a.flasharea:visited {font-family: Georgia, Times, serif;text-decoration: underline; color: #000080;}
a.flasharea:active  {font-family: Georgia, Times, serif;text-decoration: underline; color: #000080;}
a.flasharea:hover   {font-family: Georgia, Times, serif;text-decoration: underline; color: #000080;}
*/