
body {
	font-size: 13px;
	font-family: 'Trebuchet MS', verdana, geneva, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #009900;
	font-weight: bold;
}
.border {
	border: 1px solid #DCDCDC;
}
.wireframemenu{
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 216px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 216px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}
.style1 {font-weight: bold}
.style2 {
	padding-left: 2px;
	padding: 4px 3px;
	color: #ffffff;
	font-weight: bold;
	background-color: #009900;
}
.indent {
	text-indent: 15px;
}
.style3 {color: #009900}
.style4 {color: #0066CC}
.copyright {font-size: 10px;
	color: #999999;
}
.floatright {
	float: right;
	margin: 5px 5px;
}

a:visited {color:#0066FF; }


a.nope:link {color:#000000;	text-decoration: none;}
a.nope:active {color:#000000;	text-decoration: none;}
a.nope:visited {color:#000000;	text-decoration: none;}
a.nope:hover {color:#000000;	text-decoration: none;}
