/* Set up the primary page characteristics .9=10pt */
body {	
	background-color: #ffffff;
	font-family: Arial,Helvetica, sans-serif;
	font-size : 9pt;
	color : black;
}



/* Set up link formatting */
	a:link		{ color: #FF0000; text-decoration:none; }
	a:visited	{ color: #FF0000; text-decoration:none; }
	a:active	{ color: #FF0000; }
	a:hover		{ color: #003366; text-decoration:none; }
	
.nav {
font-family: "Comic Sans MS", sans-serif;
font-weight: bold;
font-size: 16px;
text-align: left;
}
	
.nav a:link		{ color:#FF0000; text-decoration:none; }
.nav a:visited	{ color:#FF0000; text-decoration:none; }
.nav a:active	{ color: #FF0000; text-decoration:none; }
.nav a:hover		{ color: #003366; text-decoration:none; }

a.big{
	font-weight : bolder;
	color : #333333;
	font-size: 12px;
	font-style: normal;


}

a.big2{

	font-weight : bold; 
	font-style: italic;
	text-decoration : none;
	color : #222222;

}

a.big:visited{

	font-weight : bold; 
	text-decoration : none;
	color : #000066;
	}
a.bigger{

	font-weight : bold; 
	text-decoration : none;
	color : #000066;

}
a.bigger:visited{
	font-weight : bold; 
	text-decoration : none;
	color : #000066;

}

A.dull{
	text-decoration : none;
	
}
A.dull:visited{
	text-decoration : none;
	color : white;
}

.brd-black1 { border: 1px solid #ababab}
.hr-red {
	border: AE1C1D;
	line-height: 1px;
	color: #ae1c1d;
}
.p-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #FF0000;
}
a.big:hover {


	font-weight : bold; 
	text-decoration : none;
	 color : #FF6633;
}
.float {
	float: right;
	padding-left: 5px;
}
