body {

	margin: 5px;
	font-family: verdana;
	font-size: 8pt;
	background: #ffffff;
	color: #000000;
}
a,a:visited,a:active,a:hover {
	font-size: 7pt;
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 7pt;
}
td {
	vertical-align: top;
	font-family: verdana;
	font-size: 8pt;
}
h1 {
	font-size: 20pt;
	font-weight: normal;
	font-family: georgia;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin-bottom: 5px;
}
b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #000000;
}
hr {
	text-align: center;
	border: none 0;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dashed #000000;
	height: 1px;
}
.b {
	text-transform: uppercase;
	font-size: 7pt;
	color: #000000;
}
a img,a:hover img,a:visited img,a:active img {
	border:0;
}
.desc {
	font-size: 7pt;
	color: #000000;
}
.input {
	border: 1px solid #000000;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 8pt;
	height: 25px;
	width: 150px;
	padding: 2px;
}

/********** Pyramid CSS Menu Bar *************/


#navPyra {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #FFFFFF;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #000000;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #E39639;
	background: url(tab_pyram.gif) no-repeat bottom center;
	}
