﻿body {
	background-color: #303B41;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container{
	margin:0 auto;
	width:984px;
	background-color: #202020;
}
#table_color{
	background-color: #202020;
	width:984px;
	border-collapse:collapse;
}
#table_content{
	background-color: #fff;
	width:100%;
	border-collapse:collapse;
}
.content{
	width:50%;
	font-size:12px;
	padding:10px;
}
.links {
	background-image: url('../images/linksbg.gif');
	padding: 12px;
	font-family: "Franklin Gothic Book";
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}
.links a {
	color: #000000;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.leftcontent{
	width:300px;
	background-color:#202020;
	color:#fff;
	padding:0 10px 6px 40px;
	font-size:12px;
}
.rightcontent{
	width:684px;
}
.paddingrightcontent{
	padding:20px 30px 20px 40px;
	background-color:#DCDCDC;
	width:934px;
	font-size:12px;
}
td{
	vertical-align:top;
	font-family: "Franklin Gothic Book";
	font-size:14px;
	line-height:150%;
}
h1{
	font-family: "Franklin Gothic Book";
	font-size:16px;
}
h2{
	font-family: "Franklin Gothic Book";
	font-size:14px;
	color: #FFFFFF;
}
.button{
	border:1px solid #ccc;
	width:130px;
}
p{
	margin:0;
	font-size:14px;
	font-family: "Franklin Gothic Book";
	line-height:150%;
}
a{
	text-decoration:none;
	color:#5F5F5F;
}
img{
	border:0;
}
a:hover{
	text-decoration:underline;
}
.footer {
	background-color: #ccc;
	padding: 10px;
	font-size: 14px;
}
ul{
	margin:0;
	padding-left:15px;
}
ul li{
	font-family:"Franklin Gothic Book";
	font-size:14px;
}

/* full button */
.icon{
	width:300px;
	background-color:gray;
}
.topleft{
	background-image:url(../images/top_left.jpg);
	background-repeat:no-repeat;
	float:left;
	width:22px;
	height:22px;
}
.topmiddle{
	background-color:#231F20;
	width:256px;
	height:22px;
	float:left;
}
.topright{
	background-image:url(../images/top_right.jpg);
	background-repeat:no-repeat;
	float:left;
	width:22px;
	height:22px;
}
.text, .texth1{
	padding: 0 20px 0 20px;
	font-family:"Franklin Gothic Book";
	font-size:14px;
	color:#B5B5B5;
	letter-spacing:0.03em;
	background-color:#231F20;
}
.texth1{
	font-size:20px;
	font-weight:bold;
}
.bottomleft{
	background-image:url(../images/bottom_left.jpg);
	background-repeat:no-repeat;
	float:left;
	width:22px;
	height:22px;
}
.bottommiddle{
	background-color:#231F20;
	width:256px;
	height:22px;
	float:left;
}
.bottomright{
	background-image:url(../images/bottom_right.jpg);
	background-repeat:no-repeat;
	float:left;
	width:22px;
	height:22px;
}
.border {
	border: 1px solid #231F20;
}
.h1 {
	color: #FFFFFF;
	font-size: 12px;
}
#current_footnote {
	position:absolute;
	top:0px;
	right:0px;
	display:none;
	background:#303B41;
	border:1px solid #E8E8E8;
	width:400px;
	padding:5px;
	color:#000;
	font-size:11px;
	z-index:999;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Franklin Gothic Demi";
	}
