body, p, table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

h1 {
	color : Green;
	text-align : center;
}

h2, h3 {
	color : Green;
}

.h2red {
       color : Red;
       font-size : 150%;
       font-weight : bold;
}

hr {
	width : 100%;
	color : Gray;
}

hr.splitter {
	text-align: center;
	width : 40%;
	color : Gray;
}

td.black {
	background-color : Black;
	color : White;
	font-weight : bold;
	text-align : center;
	font-size : 28px;
}

td.nav {
	background-color : #D3D3D3;
	font-weight : bold;
	font-size : 85%;
	line-height : 85%;
        padding-left: 2px;
}

.navtwo {
	background-color: White;
	font-weight: bold;
}

td.rightnav {
	background-color : #D3D3D3;
	font-size : 90%;
}

a:link {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : Blue;
	text-decoration : underline;
	font-weight : bold;
}

a.pic:link {
	color : Black;
	text-decoration : none;
	font-weight : normal;
}

a.pic:visited {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

a.pic:hover {
	color : Blue;
	text-decoration : underline;
	font-weight : bold;
}

li {
	list-style-type: lower-alpha;
}


ol.alpha {
	list-style-position: outside;
	list-style-type: lower-alpha;
}

.roman {
	list-style-type: lower-roman;
}


.bcent {
	font-weight : bold;
	text-align : center;
}

.blue {
	color : Blue;
	text-decoration : underline;
}


.bold {
	font-weight : bold;
	font-size : 90%;
}

/*.bold100 {
	font-weight : bold;
	font-size : 100%;
}*/

.comic {
	font-family : "Comic Sans MS";
	font-size : 130%;
}

.topbdr {
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : thin;
}

ol {
	list-style-type: lower-roman;
}
.cent {
	text-align : center;
}

.copy {
	font-weight : bold;
	font-size : 85%;
}

.copyleft {
	font-weight : bold;
	font-size : 85%;
	text-align : left;
}

.copyrgt {
	font-weight : bold;
	font-size : 85%;
	text-align : right;
}

.dark {
	color : #D3D3D3;
	line-height : 40%;
}


.designed {
	font-weight : bold;
	font-size : 65%;
	text-align : right;
	color : Gray;
}

.form {
	background : #D3D3D3;
}

.fund {
	width : 100%;
	color: Green;
}

.hd2 {
	color : Green;
	font-size : 150%;
	font-weight : bold;
}



.hd3 {
	color : Green;
	font-size : 120%;
	font-weight : bold;
}

.hd4 {
	font-weight : bold;
	color : Black;
	font-size : 105%;
}


.indent {
	text-indent : 10px;
}

.intro {
	background-color : #F5F5F5;
	text-align : center;
	font-weight : bold;
	height : 20px;
}

.left {
	text-align : left;
}

.lgr {
	font-size : 110%;
	font-weight : bolder;
}

.linenorm {
	line-height : 85%;
}

.margin5 {
	margin-left : 5px;
}

.normal {
	font-weight : normal;
}


.margin20 {
	margin-left : 20px;
	margin-right : 5px;
}

.red {
	color: Red;
	font-weight: bold;
}

.redbold {
	color : Red;
	font-weight : bold;
	font-size : 85%;
}

.right {
	text-align : right;
}


.small {
	font-size : 85%;
}

.top {
	position : absolute;
	top : 0px;
}

.un {
	list-style-type: square;
}

#walk {
	background-color: #eff1cf;
        color: Red
}