/* 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{

	font-weight : bold; 
	text-decoration : none;
	color : #0066FF;

}

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


}

a.big2{

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

}

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;
}


A:visited{
	color : #009999;
}
A:hover{
	color : black;
	/* background-color: #CCFF99; */
}

.brd-black1 { border: 1px solid #000000}
.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 : #009E4A;
}
