.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: 33ccff;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 1px;
}
.transparent {
	
	padding-top: 25px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 25px;
	border-right: thin none;
	filter:alpha(opacity=85);
	background-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #33CCFF;
	-moz-opacity:.85;
	opacity:.85;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	line-height: 22px;
	vertical-align: top;
	font-weight: normal;
}

.adminheads{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	border: none;


}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33CCFF;
	line-height: 18px;
	font-weight: bold;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}


a:hover{text-decoration: underline;}
