body {
    margin: 0;
	color: #000000;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
	display: block;
	height: 100%;
	overflow: visible;
}
table {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
	color: #000000;
    background-color: #FFFFFF;
    font-size: 12pt;
    text-align: center;
	display: block;
}
a {  
    cursor: pointer;
    text-decoration: none;
    color: #0000FF; 
}
a:visited{
    cursor: pointer;
    text-decoration: none;
    color: #0000FF; 
}
a:active{
    cursor: pointer;
    text-decoration: none;
    color: #663399; 
}
a:hover{
    cursor: pointer;
    text-decoration: none;
    color: #663399; 
}
.page_center {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block
}
#content {
	margin-left: -375px;
	position: absolute;
	top: -200px;
	left: 50%;
    width: 750px;
    height: 400px;
	visibility: visible
}
.reg_b {
    width: 90px;
    font-weight: bold; 
    color: #000000;
}
.wide_b {
    width: 150px;
    font-weight: bold; 
    COLOR: #000000;
}
.data_entry {
    margin: 10px;
	vertical-align: middle;
	text-align: center;
	display: block;
}
.data_entry p{
	vertical-align: middle;
    margin: 4px;
}
.pwd_entry {
    margin-bottom: 4px;
    margin-right: 230px;
    margin-top: 4px;
    margin-left: 200px;
    text-align: right;
}
.data_entry input{
	vertical-align: middle;
}
.mt_notice_outer {
	margin: 0;
	background-color: #FF6633;
    text-align: center;
}
.mt_notice {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 0.6em;
	border: 1px solid #FF6633;
	border-collapse: collapse;
	text-align: left;
    background-color: #FFFFFF;
	width: auto;
}
.mt_notice_img {
	float: left; 
    margin-right: 8px;
    margin-top: 2px;
    margin-left: 8px;
}
.warning_title {
    color: #FF6633;
    margin: 4px;
}
.warning {
    margin-bottom: 8px;
    margin-right: 4px;
    margin-top: 4px;
    margin-left: 4px;
}
.interface_text {
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 14pt; 
    font-weight: bold; 
    color: #663399; 
    text-decoration: underline;
}
.loc_list {
    width: 100%;
	border: 0;
	border-collapse: collapse;
}
.loc_list td {
    width: 50%;
    text-align: left;
}
.loc_list a{
    margin-left: 20px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
}
