P  {
	font-size : 10pt;
	font-family : Arial;
	color : black;
}
H1  {
    font-style : normal;
	
	font-weight : bold;
	color : #6600CC;
	font-size : 20;
    }

H5  {
	font-style : normal;
	
	font-weight : bold;
	color : Black;
	font-size : 20;
	text-align : center;
	letter-spacing : 2px;
}

H2  {
	font-style : normal;
	font-family : Monotype Corsiva;
	font-weight : bold;
	color : Navy;
	font-size : 18;
	BACKGROUND-COLOR: yellow;
	

	
}

H3  {
	font-style : normal;
	font-family : Garamond;
	font-weight : bold;
	color : Navy;
	font-size : 18;
	BACKGROUND-COLOR: yellow;
	

}
A{
color : blue;
text-decoration : none;

}
A:Visited  {
color : blue;
text-decoration : none;
}

A:Active  {
color:grey;
text-decoration : underline;
}
A:Hover  {
	color : navy;
	text-decoration : underline;
}
A.gold{
color : gold;
text-decoration : none;

}
A.gold:Visited  {
	color : white;
	text-decoration : none;
	font-weight : bold;
}

A.gold:Active  {
	color:gold;
	text-decoration : none;

}
A.gold:Hover  {
	color : gold;
	text-decoration : none;
}
BODY  {
	background-color : #3333ff;
	font-style : normal;
	font-size : 10pt;}
TABLE{}

TABLE.TOP{
	border: 1px solid #006699f;
	BACKGROUND-COLOR: lightblue;
	FONT-FAMILY: Tahoma;FONT-SIZE: 11px
}

TABLE.MAIN{
 	width:100%; border: 2px solid #006699;
	Margin-Top: 15pt; BACKGROUND-COLOR: lightblue;
	FONT-FAMILY: Tahoma;FONT-SIZE: 11px
}