/* THE URL FOR BGIMAGE IS ALSO SET IN THE HEAD OF ALL PAGES AS NN4X FIX*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

/* SET THESE FOR BROWSERS INHERITANCE PROBLEMS */

table, td, th, tr, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* ADDITIONAL SPAN STYLE TO BOLD LEAD IN OF P */

.heading {
	font-weight: bold;
	color: #003399;
	font-size: 16px;

}

/* SETS STYLE FOR DYNAMIC DATE SCRIPT */

.date {  
	font-weight: bold; 
	color: #666666
}

/* AFFECTS THE MARGINS AND LEADING FOR PARAGRAPHS */

.mypara {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	color: #000000;
	font-size: 12px;


}
.leadpara {
	line-height: 175%;
	margin-left: 0px;
	color: #000000;

}
/* SETS THE DEFAULT LINK STYLES */

a:link {  color: #003399}
a:visited { color: #CC6600}
a:hover { color: #9999CC}

/* SETS THE ICONS/SIDEBAR AREA STYLES*/

.icons {
	font-weight: bold;
	color: #003399;
	text-align: left;
	font-size: 12px;
	background-position: left top;
}
.icons a:link {
	color: #669999;
	text-decoration: none;
	font-size: 12px;
}
.icons a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 12px;
}
.icons a:hover {
	color: #003399;
	font-size: 12px;
}
.footer 
{
	font-size: 11px;
	color: #003399;
	font-weight: bold;
}
/* SETS THE paragraph styles H1 - H5 AREA STYLES*/
h1 {
	font-size: 18px;
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	text-align: left;
}
.h1white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
h2 {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	text-align: left;
}
h4
{
	font-size: 12px;
	color: #0099CC;
	font-weight: bold;
	text-align: left;
}
h5
{
	font-size: 10px;
	color: #663399;
	font-weight: bold;
	text-align: left;
}
/* SETS THE ICONS/SIDEBAR White AREA STYLES*/
.iconsw
{
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	background-position: left top;
}
.iconsw a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.iconsw a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-size: 12px;
}
.iconsw a:hover {
	color: #003399;
	font-size: 12px;
	text-decoration : underline;
}