.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC9966;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #993300;
	

}
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #660000;
	

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #ECDCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #660000;
	list-style-image: url('images/bullet.gif');
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #660000;

}
a:link	{
	color: #660000; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	text-decoration: none; 
	}

a:visited	{
		color: #660000;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none; 
		} 

a:hover {
	color: cc9966;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFCC;
	text-decoration: underline overline;

	}
.tablebody {
	background-color: #FFFFFF;
	background-image: url('images/tablebg.gif');
}

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #660000;
text-decoration: none;
border-bottom: 1px solid #CC9966;
}

.wireframemenu a:visited{
color: #660000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}
