H1  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 11pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}



a {
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color: #000000;
}

.nav {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	color: #ffffff;
}
a.nav:link {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:none;
}

a.nav:visited {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;
	color: #ffffff;
	text-decoration:none;

}

a.nav:hover {
	font-family:Arial, Verdana, sans-serif;
	font-size:10px;	
	color:#FFFFFF;
	text-decoration:underline;
}


a:link {
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color: #000000;
}

a:visited {
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	color: #000000;
}

a:hover {
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;	
	color:#CC6600;
}




.backW {
	color: #000000; 
    font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
    background-color: #eaeaea;
    font-weight : bold;
}

.backNormal {
	color: #000000; 
    font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
    background-color: #eaeaea;
    font-weight : normal;
}
DIV.notice_header {
	background-color : Red;
	color : White;
	font : bolder 18px Arial, Helvetica, sans-serif;
	width : 400px;
	text-align : center;
}
DIV.notice_box {
	background-color : White;
	color : Black;
	font : normal 14px Arial, Helvetica, sans-serif;
	width : 400px;
	text-align : center;
	border : thin groove Red;
}
