/* CSS Document */

A.goldnav{
	font-family:		verdana;
	font-size:			11px;
	color:				#0000ff;
	text-decoration:	none;
	}

A.goldnav:hover{
	font-family:		verdana;
	font-size:			11px;
	color:				#ffffff;
	text-decoration:	none;
	}

A.bluenav{
	font-family:		verdana;
	font-size:			11px;
	color:				#ffffff;
	text-decoration:	none;
	}

A.bluenav:hover{
	font-family:		verdana;
	font-size:			11px;
	color:				#00ffff;
	text-decoration:	none;
	}

A.bottomnav{
	font-family:		verdana;
	font-size:			11px;
	color:				#0000ff;
	text-decoration:	none;
	}

A.bottomnav:hover{
	font-family:		verdana;
	font-size:			11px;
	color:				#ff0000;
	text-decoration:	underline;
	}

.style1 {font-size: 24px}

.style2 {font-size: 18px}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; }

.style5 {
	font-size: 18;
	font-weight: bold;
}

.style6 {font-size: 18px; font-weight: bold;}
