html {
	margin: 0px;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
#container {
	position: absolute;
	top:50%;
    left:50%;
	width:800px;
	height:550px;
	margin:-275px 0 0 -400px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#content_table {
	width:503px;
	height:314px;
	background-image:url(../images/content_main.gif); 
	background-repeat:no-repeat;
}
#content_table_right {
	width: 232px;
	height: 314px;
	background-image:url(../images/content_sub.gif); 
	background-repeat:no-repeat;
}
#content_main {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 12px;
	width: 470px;
	height: 294px;
	text-align: left;
	overflow: auto;
}
#content_right {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 7px;
	width: 205px;
	height: 294px;
	vertical-align: middle;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
}
#content_main a:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #F36B22;
}
#content_main a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #F36B22;
}
#content_main a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dashed #F36B22;
}
#content_main a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #F36B22;
}

#content_main a.noborder:link {
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}
#content_main a.noborder:active {
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}
#content_main a.noborder:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}
#content_main a.noborder:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 0;
}
