*
{
	margin: 0;
	padding: 0;
}
a:link, a:visited
{
	text-decoration: none;
	color: #D70000;
}
a:hover, a:active
{
	text-decoration: underline;
	color: #D70000;
}
body
{
	background-color: white;
	text-align: center;
}
body,div,input
{
	font-family: Verdana;
	font-size: 9pt;
}
div
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-family: Georgia, Arial, Serif;
	color: #1A9A9D;
	font-weight: bold;
}
h1 { font-size: 15pt; }
h2 { font-size: 13pt; }
h3 { font-size: 13pt; }
h4 { font-size: 13pt; border-bottom: 1px solid #20BBC1; }
hr
{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	height: 1px;
	border: 0px none;
	border-top: 1px solid #20BBC1;
}
img { border:0px none; }
p
{
	padding: 0px;
	margin: 10px 0px 10px 0px; 
}
table,tbody,tr,td,th
{
	padding: 0px;
	margin: 0px;
}
table
{
	width: 100%;
}
th,td
{
	vertical-align: top;
	text-align: left;
}

#content
{
	overflow: hidden;
	padding: 20px 20px 20px 20px;
	border: 1px solid #20BBC1;
}
#footer
{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 8pt;
	clear: both;
	color: #606060;
}
#header
{
	padding: 10px 0px 20px 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	border-bottom: 1px solid #20BBC1;
	font: normal 8pt Verdana;
	clear: both;
}
#header .description
{
	margin: 10px 0px 0px 0px;
	color: #606060;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}
#header .logo
{
	font-family: Georgia, Arial, Serif;
	font-size: 22pt;
	color: #1A9A9D;
	letter-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}
#page
{
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
}

.box-l
{
	width: 430px;
	float: left;
}
.box-r
{
	width: 430px;
	float: right;
}
.clear { clear: both; }
.table td
{
	border: 1px solid #20BBC1;
	border-top: 0px none;
	padding: 3px 10px 3px 10px;
	color: #000000;
}
.table td.ads
{
	border-left: 0px none;
	padding: 10px 10px;
	width: 300px;
}
.table td.name
{
	border: 0px none;
	border-bottom: 1px solid #20BBC1;
	padding: 3px 0px 3px 0px;
	color: #000000;
}
.table th
{
	background-color: #EBF8FC;
	border-left: 1px solid #20BBC1;
	border-bottom: 1px solid #20BBC1;
	padding: 3px 10px 3px 10px;
	font: bold 8pt Verdana;
	color: #000000;
	text-align: right;
	width: 150px;
}
.tabs
{
	padding: 3px 0px 0px 0px;
	margin: 0px;
	height: 22px;
	font: bold 11px Tahoma;
	clear: both;
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #20BBC1;
}
.tabs li
{
	display: inline;
	margin: 0;
}
.tabs li a
{
	text-decoration: none;
	margin-right: 3px;
	padding: 2px 15px 4px 15px;
	display: block;
	float: left;
	border-top: 3px solid #20BBC1;
	background-color: #CEF5F7;
	color: #0E5254;
}
.tabs li.selected a
{
	text-decoration: none;
	margin-right: 3px;
	padding: 2px 15px 4px 15px;
	display: block;
	float: left;
	border-top: 3px solid #0E5254;
	background-color: #FFFFE6;
	color: #0E5254;
}
.tabs li a:hover,.tabs li.selected a:hover
{
	text-decoration: none;
	border-top: 3px solid #0E5254;
	background-color: #FFFFE6;
	color: #0E5254;
}
.tabscontainer
{
	width: 100%;
	padding: 10px 0px 10px 0px;
}
.tabscontent
{
	display: none;
}