html, body {
	SCROLLBAR-FACE-COLOR: #222222;
	SCROLLBAR-HIGHLIGHT-COLOR: #656565;
	SCROLLBAR-SHADOW-COLOR: #656565;
	SCROLLBAR-3DLIGHT-COLOR: #000;
	SCROLLBAR-ARROW-COLOR:  #2d9ae8;
	SCROLLBAR-TRACK-COLOR: #2e2e2e;
	SCROLLBAR-DARKSHADOW-COLOR: #000;
	width:100%;
	height:100%;
	border:0;
	margin:0;
	font:normal 12px Arial;
	color:#fff;
	background:#000;
}
A {
	font:normal 12px Arial;
	color:white;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}
H1, H2, H3, FORM {
	margin:0px;
}
Img {
	border:none;
}
select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.rtl
{
	text-align:right;
	direction:rtl;
}
.ltr
{
	text-align:left;
	direction:ltr;
}
#intro_box
{
	position:absolute;
	top:145px;
	left:30px;
	height:410px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
.scroll_box
{
	width:300px;
	height:120px;
	overflow:auto;
	padding:7px;
	margin-bottom:5px;
	margin-top:10px;
	font:normal 12px Arial;
}
.scroll_box h2
{
	font:bold 13px Arial;
	color:#2d9ae8;
}
#MainBox
{
	display:block;
	width:796px;
	text-align:center;
	background:url(../images/main_bg.gif) repeat-y;
}
#Content
{
	min-height:450px;
	text-align:center;
	padding-left:20px;
	padding-right:25px;
}
#BotBG
{
	display:block;
	width:100%;
	background:url(../images/main_bot.gif) bottom no-repeat;
	text-align:center;
}
.AreaBtn
{
	margin:0;
	padding:0px;
	width:103px;
	height:28px;
	background:url(../images/area_btn.jpg) no-repeat;
}
.AreaBtn a
{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#000;
	font:bold 13px Arial;
	padding-top:6px;
}
.GirlDetails
{
	width:210px; 
	border:1px solid #2a8fd8;
	border-collapse:collapse;
}
.GirlDetails tbody tr
{
	height:25px;
	background:url(../images/detail_bg.jpg) bottom  repeat-x;
}
.GirlDetails tbody th
{
	color:#2d9ae8;
	padding-right:5px;
	padding-left:5px;
}
.GirlDetails tbody td
{
	color:#fff;
	padding-right:5px;
	padding-left:5px;
}
.GirlDetails thead th
{
	color:#fff;
	font:bold 14px Arial;
	text-align:center;
	background:url(../images/box_title.jpg) repeat-x;
	height:25px;
}
.GirlDetails A
{
	font:bold 12px Arial;
	color:white;
	text-decoration:underline;
}
.GirlDetails A:hover
{
	color:#2d9ae8;
}

