.LargeFont1 {
	font-style : italic;
	font-size : x-large;
	font-family : "Arial Black";
}

.LinkFont {
	font-family : "Arial Black";
	font-size : 16pt;
	font-style : normal;
}

.BlueBold {
	color : Blue;
	font-weight : bold;
}

.PrincipalInfo {
	font-weight : bold;
	font-style : italic;
}


A {}

/* Link is active now*/
A:Active  {}

/* What heppens when the mouse hovers over the link*/
A:Hover  {}

/*Link before anything happens to it*/
A:LINK {}

/* Link has been visited*/
A:VISITED {}

BODY  {
	font-size : 12pt;
	font-family : Arial;
	color : black;
	background-image : url("images/bg111.gif");
}

B {
	font-style : normal;
}


EM {
	font-family : Arial Black;
}

EM.PrincName {
	font-family : Arial Black;
	font-style : italic;
	font-size : 18pt;
}

H1  {
	font-family: Arial Black;
	font-style : italic;
	text-align : center;
}

H2  {
	text-align : center;
}

H3  {}

HR.major {
	width : 85%;
}


HR.linecard {
	width : 100%;
	color : Gray;
}

P  {
	text-indent : 4 ex;
	font-size : 12pt;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}

STRONG {
	font-size : large;
	font-style : italic;
}

TABLE.Link {
	background-color : #FFD700;
	border : ridge;
	color : Black;
	border-width : 6;
	border-style : ridge;
	font-style : normal;
	font-size : larger;
	padding : 8;
}
