body
{
	scrollbar-DarkShadow-Color:#b31701; 
	scrollbar-Track-Color:#184478;   	
	scrollbar-Face-Color:#b31701; 
	scrollbar-Shadow-Color:#ffffff;  
	scrollbar-Highlight-Color:#ffffff; 
	scrollbar-3dLight-Color:#ffffff; 
	scrollbar-Arrow-Color:#ffffff;
	font-size:75%;
	color:#2d68a4;
	background-color:#d3d5d7;
}
table, tr, td{
font-size:100%;
}

p, ul, li{
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:100%;
color:#666666;
text-align:justify;
}

p, li, ul{
fontfamily:Arial,Verdana,Helvetica,sansserif;
fontsize:12;
textalign:justify;
}

span, div
{
font-family:Arial,Verdana,Helvetica,sans-serif;
font-size:100%;
color:#666666;
}

span, div
{
fontfamily:Arial,Verdana,Helvetica,sans-serif;
fontsize:70%;
color:#666666;
}

h1 {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 24px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
	color: #184478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1.white {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 24px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	color: #184478;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
}
h3 {
	font-weight: bold;
	color: #184478;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
}

h3.white {
	font-weight: bold;
	color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
}

h4 {
	font-weight: bold;
	color: #184478;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
h5 {
	color: #184478;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
}

table.menu{
	background-image: url(images/bkgdTopMenu.gif);
	}

table.sideMenu{
	background-color:#0c234c;
	}
	
table.stripperList {
	border-right: #B31701 1px solid;
	border-top: #B31701 1px solid;
	border-left: #B31701 1px solid;
	color: white;
	border-bottom: #B31701 1px solid;
	background-color: #184478;
}

table.maleRates {
	border-right: #0c234c 2px solid;
	border-top: #0c234c 2px solid;
	border-left: #0c234c 2px solid;
	border-bottom: #0c234c 2px solid;
}

table.femaleRates {
	border-right: #b31701 2px solid;
	border-top: #b31701 2px solid;
	border-left: #b31701 2px solid;
	border-bottom: #b31701 2px solid;
}

td.sidebar {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 5px;
	padding-top: 5px;
	background-color: #c0c3c6;
	}
td.content {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	background-color: #d3d5d7;
}
	
td.blue {
	background-color: #184478;
}td.red {
	font-weight: bold;
	color: white;
	background-color: #b31701;
	font-size: 12px;
	font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
}td.footer {
	font-weight: bold;
	font-size: 10px;
	background-image: url(images/bkgdBottomMenu.gif);
	color: white;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}a.menu{
font-family:Tahoma,Arial,Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

a.menu:hover{
text-decoration:underline;
}

a.menu{
fontfamily:Tahoma,Arial,Verdana,Helvetica,sans-serif;
fontsize:12px;
fontweight:bold;
color:#ffffff;
textdecoration:none;
}form{
margin:0;
}.white {	color:#ffffff;	}.formReq {	color:#ffffff;	font-weight:bold;	}.form{	color:#ffffff;	}		/* drop in box styles */#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 220px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 300px; /*change width to above width-20. */
height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid black; /*Customize box appearance*/
background-image: url(images/dropDownBkgd.jpg);
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}