body {
	background-image: url('images/page_bg.jpg');
	background-attachment: fixed;
	margin: 0px;
}

.top {
	font: 11px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
}

a:link.top, a:visited.top, a:active.top {
	font: 11px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.top {
	font: 11px Tahoma;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.ops {
	font: 9px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
}

a:link.ops, a:visited.ops, a:active.ops {
	font: 9px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover.ops {
	font: 9px Tahoma;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.func {
	font: 9px Tahoma;
	color: #CC0000;
	font-weight: bold;
}

a:link.func, a:visited.func, a:active.func {
	font: 9px Tahoma;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover.func {
	font: 9px Tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.nhd {
	font: 11px Tahoma;
	color: #666666;
	font-weight: bold;
}

.nav {
	font: 11px Tahoma;
	color: #666666;
	font-weight: bold;
}

a:link.nav, a:visited.nav, a:active.nav {
	font: 11px Tahoma;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:hover.nav {
	font: 11px Tahoma;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.foo {
	font: 11px Tahoma;
	color: #FFFFFF;
}

a:link.foo, a:visited.foo, a:active.foo {
	font: 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.foo {
	font: 11px Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}

.hed {
	font: 13px Tahoma;
	color: #FFFFFF;
	font-weight: bold;
}

p {
	font: 11px Tahoma;
	color: #333333;
}

a:link, a:visited, a:active {
	font: 11px Tahoma;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font: 11px Tahoma;
	color: #CC0000;
	text-decoration: none;
}

h2 {
	font-family: Tahoma;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
	margin-top: 5;
	margin-bottom: 5;
}