td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color: #E5E5E5;
}

a {
	text-decoration: none;
	color:#FFFFFF;
}

A:Hover  {
	color : #999999;
	text-decoration : underline;
}

H1  {
	color: #2580a2;
}

H2  {
	color: #2580a2;
}

H3 {
	color: #2580a2;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

.deleteButton { color: #FF0000; }

.updateButton {
	color: #009900;
}

.bigorange {
	color: #2580a2;
	font-weight: bold;
	font-size : 20px;
}

.smallorange {
	color: #2580a2;
	font-weight: bold;
	font-size : 14px;
}

.orange {
	color: #2580a2;
	font-size : 14px;
}

.bigwhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size : 20px;
}

.smallwhite {
	color : #FFFFFF;
	font-size:14px;
}

.pricestyle {

	color : #FFFFFF;
	font-weight: bold;
	font-size:14px;

}

.listing {

	color : #FFFFFF;
	font-size:13px;

}

.menu {
	text-decoration: none;
	color:#000000;
	font-size:13px;
	font-weight:bold;

}

.menu:Hover  {
	color : #2580a2;
	text-decoration : underline;
}


#cssmenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	z-index:2;
}
#cssmenu li {
	margin: 0;
	padding: 0;
}
#cssmenu a {
	background: #333 url("/i/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#cssmenu a:hover {
	background: #2580a2 url("/i/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
	
.selectorBox {
	color: #999;
	background-color: #333;
	border-color: #2580a2;
	border-width: 2px;	
}
