/* *************************************
HTML TAG STYLES BELOW
/* ********************************** */

body {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #535353;
	background-color: #D9EFFC;
	background-repeat: repeat-x;
	/* margin: top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
}

table {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #535353;
}

p {
	font-size: 9pt;
	color: #535353;
	/* margin: top right bottom left */
	margin: 5px 5px 10px 0px;
	padding: 0px 0px 0px 0px;	
}	

li {
	
	/* margin: top right bottom left */
	font-size: 9pt;
	color: #535353;
	margin: 0px 0px 0px 0px;
}

form, textarea, input {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	color: #535353;
}

/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */

H1 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2B629F;
	/* margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H2 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #3B88CA;
	/* margin: top right bottom left */
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H3 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	/* margin: top right bottom left */
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000; 
	/* margin: top right bottom left */
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H5 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	/* margin: top right bottom left */
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H6 {
	font-family: verdana, helvetica, geneva, arial, sans-serif;
	font-size: 8pt;	
	font-weight: bold;
	font-style: italic;
	color: #000000; 
	/* margin: top right bottom left */
	margin: 15px 5px 0px 15px;
	padding: 0px 0px 0px 0px;
}

HR {
	
	padding-top : 8px;
	margin-bottom : 8px;
	height : 1px;
	color : Silver;
	border-color : Silver;
	border-style : none;
	width : 100%;
}


/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
a:link {
	text-decoration: none;
	color: #2B629F;
}

a:visited {
	text-decoration: none;
	color: #2B629F;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.small {
	font-size: 8pt;
}

.credits {
	font-size: 8pt;
	color: #535353;
}
				
a.cr:link {
	text-decoration: none;
	color: #3B88CA;
}

a.cr:visited {
	text-decoration: none;
	color: #3B88CA;
}

a.cr:hover {
	text-decoration: none;
	color: #000000;
}

a.cr:active {
	text-decoration: none;
	color: #000000;
}

.p2 {
	line-height : 25pt;
}

.bgimage {
	background-image: url(/images/howard_bg.gif);
	background-repeat: repeat-x;
}

.bgimage2 {
	background-image: url(/images/bg2.gif);
	background-repeat: repeat-y;
}

.bgimage3 {
	background-image: url(/images/int_bg.gif);
	background-repeat: repeat-x;
}

.flashbg {
	background-image: url(/images/bg_flash.gif);
	background-repeat: repeat-y;
}

.imagespace {
	/* margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* COLORS */
				
.white {
	background-color: #ffffff
}

.black {
	background-color: #000000;
}

.blue {
	background-color: #d9effc;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	text-align: center;
}

.pagefooter {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #595959; }

.homefooter {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; }

.NormalDarkRed
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #C90F1E
}
