A:ACTIVE {
	color : white;
	background-color : #CCCCCC);
	text-decoration : underline;
}

A:HOVER {
	color : white;
	background-color : #CCCCCC);
	text-decoration : underline;
}

A:LINK {
	color : Blue;
	background-color : #CCCCCC;
	text-decoration : none;
}

A:visited {
	color : Purple;
	background-color : #CCCCCC;
	text-decoration : none;
}

a.gry:active {
	color : white;
	background-color : #CCCCCC);
	text-decoration : underline;
}

a.gry:hover {
	color : white;
	background-color : #CCCCCC);
	text-decoration : underline;
}

a.gry:link {
	color : Blue;
	background-color : #CCCCCC;
	text-decoration : none;
}

a.gry:visited {
	color : Purple;
	background-color : #CCCCCC;
	text-decoration : none;
}

BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	background: #FFFBF0;
}

p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	background: #FFFBF0;
}

.nav {
	font-size : 8pt;
	font-weight : bold;
	color : White;
	background-color : Silver;
}

BLOCKQUOTE {
	font-size : 10pt;
}


