body {
	font-size:62.5%;
	font-family:sans-serif;
	color:black;
}

p, span, ul, ol, td, th {
	font-size:1.4em;
}

h1 {
	color:#333;
	font-size:2.8em;
	font-weight:normal;
	line-height:125%;
}

h2 {
	color:#333;
	font-size:2em;
	font-weight:normal;
	line-height:125%;
}


.block_header {
	margin:0 auto;
	height:140px;
	width:804px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
}

.block_content {
	width:650px; 
	margin:0 auto;

}

.block_footer {
	margin:0 auto;
	width:742px;
	height:14px;
	margin:0 auto;
	background-image:url(../images/footer_bg.png);
	background-repeat:no-repeat;
	text-align:right;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	padding:6px 20px;
}

.super_nav {
	height:30px;
	width:500px;
	position:absolute;
	right:80px;
	top:95px;
	* top:105px;
	* right:85px;
}

.super_nav,
.super_nav a,
.super_nav a:visited {
	text-decoration:none;
	color:#333;
	font-size:1.2em;
	font-style:italic;
}
		
		.super_nav a:hover,
		.super_nav a:active {
			color:#fff;
			background-color:#666;
		}
		
		.super_nav li{
			list-style:none;
			float:left;
			*display:inline;
		}
		
		.super_nav li a {
			padding:2px 8px;
		
		
		}
		
		.special_ul li {
			list-style-image:url(../images/li_bullet.png);
			padding:7px 0 7px 2px;
			border-bottom:1px solid #ccc;
		}

.center {
	text-align:center;
}

.content_border {
	border:10px solid #ccc;
	width:480px;
	margin:0 auto;
	padding:30px 70px;
}

.content_border2 {
	border:10px solid #ccc;
	width:615px;
	margin:0 auto;
	padding:15px 30px;
}

.first {
	border-top:1px solid #ccc;
}

th {
	color:#336699;
	text-align:left;
	font-style:italic;
	font-size:1.4em;
}

td {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	padding:5px;
	margin:0;
}

#trans_table {
	position:relative;
}

.trans_table_hr {
	width:612px;
	height:3px;
	display:block;
	position:absolute;
	top:52px;
	left:31px;
	background-color:#336699;
}


