
#tabbed_box_1
{
	margin: 0px auto 0px auto;
	width: 650px;
}
.tabbed_box h4
{
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 23px;
	color: #ffffff;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.tabbed_box h4 small
{
	color: #e3e9ec;
	font-weight: normal;
	font-size: 9px;
	font-family: Arial,Helvetica,Sans-serif;
	text-transform: uppercase;
	position: relative;
	top: -4px;
	left: 6px;
	letter-spacing: 0px;
}
.tabbed_area
{
	border: 1px solid #01285F;
	background-color: #020F22;
	padding: 8px;
}

ul.tabs
{
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
}
ul.tabs li
{
	list-style: none;
	display: inline;
}
ul.tabs li a
{
	background-color: #020F22;
	color: #A7DBD8;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	font-size: .9em;
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #01285f;
	background-image: url( "../images/Page_tab/tab_off.png" );
	background-repeat: repeat-x;
	background-position: bottom;
}
ul.tabs li a:hover
{
	color: #FA6900;
}
ul.tabs li a.active
{
	background-color: #001532;
	color: #E0E4CC;
	background-position: top;
	background-image: url(  "../images/Page_tab/tab_on.png" );
	background-repeat: repeat-x;
	border-style: solid solid none solid;
	border-width: 0px;
}

.content
{
	background-color: #001532;
	padding: 10px;
	border: 1px solid #001532;
	font-family: Arial, Helvetica, sans-serif;
	background-position: bottom;
	font-size: 12px;
}
#content_2, #content_3
{
	display: none;
}

.content ul
{
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
.content ul li
{
	padding-top: 15px;
	padding-bottom: 3px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #01285F;
	list-style-type: disc;
}


.content ul li:last-child
{
	border-bottom: none;
}
.content ul li a
{
	text-decoration: none;
	font-size: 12px;
}
.content ul li a small
{
	color: #8b959c;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Arial,Helvetica,Sans-serif;
	position: relative;
	left: 4px;
	top: 0px;
}
.content ul li a:hover
{
	color: #e0e4cc;
}
.content ul li a:hover small
{
	color: #baae8e;
}

.content b
{
	color: #A7DBD8;
}
.content p
{
	line-height: 1.5em;
	text-align: justify;
}

#ulContainer
{
}

.DivHeight
{
	min-height: 200px;
}

.tabSelected
{
	color: #FA6900;
}
.newsText
{
	background-color: #001532;
	border: 1px solid #001532;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A7DBD8;
}



.newsText p
{
	text-align: justify;
	line-height: 1.5em;
	font-weight: normal;
}



