html, body {
	margin: 0; 
	padding: 0;
}

body {
	text-align:center;
	background: #a1acb9;
}

a:link, a:visited {
	text-decoration: none !important;
	color: #0072C2; 
}

a:hover, a:active {
	text-decoration: none;
	background-color: #f6f8fa;
	color: #FF6E00;
}

.contents {
	top:0;
	width:760px;
	position:relative;
	text-align:left;
	margin:auto;
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 0.9em;
	color: #3d5066;
	background: #f4f6f8;
}

.topbg {    
	background: url(../images/top_bg.png) repeat-x; 
	height:64px;
}

.maintable {
	width: 150px;
	padding-left:10px;
	background: url(../images/left.png) left repeat-y;
	vertical-align: top;
}

.maintable a {
	width: 150px;
	margin: 0;
	float: auto;
	display: block;
}

.gocenter {
	text-align: center;	
}

.centertable {
	margin-left:auto; margin-right:auto;
}

.justtext {
	padding: 10px 5px 5px 10px;
	font-size: 1.1em;
	vertical-align: top;
	width:100%;
}

.bottombar {
	display:block;
	letter-spacing:2px;
	color: #dedede;
	font-size: 0.8em;
}

.toptable {
	font-size: 1.5em;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 100%;
	width: 100%;
}

.toptable td {
	vertical-align: middle;
	text-align: center;
}
