/* CSS Document */

BODY {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, San Serif;
	font-size: 12px;
}
TABLE {
	background-color: #CDCDCD;
}

H2 {
	font-size: 16pt;
	color: #000066;
}

H3 {
	font-size: 14pt;
	color: #000066;
}

H4 {
	font-size: 12pt;
	color: #000066;
}

H5 {
	font-size: 11pt;
	color: #000066;
}

A {
	text-decoration: none; 
}

A:link {
	COLOR: #000066;
	text-decoration: none;
}

A:visited {
	COLOR: #000066;
	text-decoration: none;
}

A:active {
	COLOR: #fff067;
	text-decoration: none;
}

A:hover {
	COLOR: #fff067;
	text-decoration: none;
}