
h1 {font-size: 3em; margin: 20px 0;}
.container {width: 600px; margin: 10px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 31px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: right;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-right: none;
	margin-bottom: -1px;
	background: #E9F0FC;
	overflow: hidden;
	/*position: relative;*/
}
ul.tabs li a {
	text-decoration: none;
	color: #8B8B8B;
	display: block;
	font-size: 8pt;
	Font-Family:tahoma;
	padding: 0 20px 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #D2DEEC;
	font-size: 8pt;
	Font-Family:tahoma;
	color: #990000;
	
}	

html ul.tabs li.active, html ul.tabs li.active a{
	background: #FFFfff;
	border-bottom: 1px solid #FFFfff;
	color: #0000CC;
	font-weight: Bold;
	font-size: 8pt;
	Font-Family:tahoma;

}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: right; 
	width: 100%;
	background: #fff;
	/* -moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px; */
}
.tab_content {
	padding: 0px;
	font-size: 9pt;
}
.tab_content h2 {
	font-weight: Bold;
	padding-bottom: 15px;
	padding-Top: 15px;
	text-align:right;
	font-size: 12pt;
}
.tab_content h3 a{
	color: #254588;
}