/* Unchanged */
body {
	background-color: #000000;
	background-image: url(images/background.gif);
	background-position: center top;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
.content_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	background-color: #d1d1d1;
/*
	padding-top: 16px;
	padding-right: 8px;
	padding-bottom: 16px;
	padding-left: 8px;
*/
	border: 1px solid #3b3b3b;
	background-image: url(images/content_corner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.profile {
	width: 382px;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 12px;
}
.profile h1 img {
	vertical-align: bottom;
	padding-left: 10px;
}
.profile h1 {
	font-size: 20px;
	color: red;
	margin: 0px;
	padding: 0px;
}
.profilename {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.profiledesc {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
.profiledeets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e2e2e2;
	border: 1px solid #b1b1b1;
	margin-top: 10px;
	padding: 10px;
	width: 362px;
}
.profiledeets:hover {
	border: 1px solid red;
	background-color: white;
}
.profiledeets:hover img{
	border: 1px solid red;
}
.profiledeets img {
	border: 1px solid #b1b1b1;
}
.profiledeets ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.profiledeets ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b1b1b1;
	padding-top: 3px;
	text-transform: uppercase;
	font-weight: normal;
}
.profiledeets ul li:last-child {
	color:red;
	text-transform: uppercase;
	font-weight: bold;
}
.profiledeets .wrapper {
	float: left;
	width: 100px;
}
.profiledeets ul li strong {
	padding-right: 50px;
}
.profiledeets div { max-width:362px;}
.rates_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.disclaimtable {
	background-color: #EDEDEB;
	padding: 5px;
	border: 1px solid #262626;
	font-size: 10px;
	color: #898989;
}

