A:link {
	text-decoration: underline;
	color: #CC0033;
	font-weight: bold;	
}
A:visited {
	text-decoration: underline;
	color: #99CC66;
	font-weight: bold;
}
A:active {
	text-decoration: underline;
	color: #993300;
	font-weight: bold;
	}
A:hover {
	text-decoration: none;
	color: #009999;
		font-weight: bold;
}
.bodystyle {
	padding: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;	
}
.input {
	background-color: #99CCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #000000;
	}
.input2 {
	background-color: #FF6633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #333333;
}
.footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-top: 1px dotted #999999;
	padding: 5px;
	text-align: center;	
}

.sidebar
{
border-right: 1px dotted #999999;
}

.nav
{
border-bottom: 1px dotted #999999;
}
.mainExpand {
  cursor:hand;
  cursor:pointer;
  font-weight: bold;
  color: #669900;
  border-bottom: 1px dashed #999999;
  
}
