#tabs
{
	margin-top: 15px;
}

#tab_1_content
{
	display: block;
}

#tabs .tab_selected
{
	border-bottom: 1px solid white;
	background-color: white;
	position: relative;
	z-index: 1000;
	display: inline;
}

.tab_content
{
	display: none;
	background-color: #fff;
	border: 0px solid #ccc;
	margin-top: -1px;
	padding: 5px 20px 15px 20px;
	color: #666;
	font-size: 0.8em;
	text-align: justify;
	float: left;
	width: 780px;
}

#tabs li
{
	float: left;
	background-color: #eee;
	border: 0px solid #ccc;
	padding: 10px;
	font-weight: bold;
	margin-right: 5px;
	color: #666;
	display:none;
}

#tabs li a
{
	cursor: pointer;
}

.tab_content h2
{
	margin: 10px 0px 5px 0px;
}

.tab_content p
{
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: justify;
}

.tab_content a
{
	border-bottom: 1px dotted #007BC0;
	color: #007BC0;
	text-decoration: none;
}

.tab_content a:hover
{
	border-bottom: 1px dotted #D37F27;
	color: #D37F27;
	text-decoration: none;
}



#main_content table
{
	border-collapse: collapse;
	border-left: 1px solid #ccc;
}



#main_content table th
{
	border: 1px solid #ccc;
	border-left: none;
	background-color: #eee;
	padding: 5px;
}



#main_content table td
{
	padding: 5px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}