body {
	background-color: white;
}

body,td {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	line-height: 18px;
}

a {
	color: gray;
	text-decoration: none;
}

a:visited {
	color: gray;
	text-decoration: none;
}

a:active {
	color: gray;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.block a {
	color: #010066;
	text-decoration: none;
}

.block a:visited {
	color: #010066;
	text-decoration: none;
}

.block a:active {
	color: #010066;
	text-decoration: none;
}

.block a:hover {
	color: black;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: red;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 0px;
	margin: 0px;
	height: 36px;
	width: 520px;
	background-image: url(/assets/images/h1bg.gif);
	background-repeat: no-repeat;
	text-align: center;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: red;
	margin: 0px;
	height: 18px;
}

a.menu {
	font-size: 17px;
	color: red;
	text-decoration: none;
}

a.menu:active {
	color: red;
}

a.menu:visited {
	color: red;
}

a.menu:hover {
	color: navy;
	text-decoration: none;
}

.copyright {
	font-size: 10px;
	color: black;
	font-weight: bold;
}

.orangebelt {
	color: orange;
	font-weight: bold;
}

.bluebelt {
	color: blue;
	font-weight: bold;
}

.yellowbelt {
	color: yellow;
	font-weight: bold;
}

.greenbelt {
	color: green;
	font-weight: bold;
}

.brownbelt {
	color: brown;
	font-weight: bold;
}

.blackbelt {
	color: black;
	font-weight: bold;
}

