/* CSS Document */
A {
	color : #333333;
	text-decoration : none;
}

A:Visited  {
	color : #666666;
	text-decoration : none;
}

A:Active  {
	color : #666666;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
	color : #000000;	
}
body {
	background-image: url(../images/gldgrad_vert.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}
