@charset "utf-8";
/* CSS Document */
html
{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body
{
	background-image:url(images/BG.gif);
	background-repeat:repeat-x;	
	margin: 0;
	padding: 0;
}

table {	
	border:#F00;	
	margin:auto;
	/*margin-top:auto;*/
	margin-left:auto;
	margin-right:auto;
	/*margin-bottom:auto;*/
}

a:link {
	text-decoration:none;
	color:#000;
}

a:visited {
	text-decoration:none;
	color:#000;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#646464;
}

a.sub_navi:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 14px;
	font-weight: 500;
}

a.sub_navi:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 14px;
}

a.sub_navi:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 14px;
}

a.sub_navi:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #45aaef;	
	font-size: 14px;
}

a.sub_group1 {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 12px;
}


a.sub_group:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 12px;
	font-weight: 500;
}

a.sub_group:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 12px;
}

a.sub_group:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #0068af;	
	font-size: 12px;
}

a.sub_group:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #45aaef;	
	font-size: 12px;
}

a.sub:link {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #246ea1;	
	font-size: 15px;
	font-weight: bolder;
}

a.sub:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #246ea1;	
	font-size: 15px;
	font-weight: bolder;
}

a.sub:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #246ea1;	
	font-size: 15px;
	font-weight: bolder;
}

a.sub:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #45aaef;	
	font-size: 15px;
	font-weight: bolder;
}

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#content_login {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: absolute; 
	left: 30%;
	top: 30%;
	/* These have no effect on the functionality */
	width: 560px;
	margin: 0 auto;
	min-height: 70%;
	height: auto;
}

div#content_main {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 

	/* These have no effect on the functionality */
	width: 950px;
	margin: 0 auto;
	min-height: 70%;
	height: auto;
	padding: 20px;
}

#banner {
	height: 100px;	
}

#Footer { 
	top:auto;
	bottom: 0;
	position: absolute;	
	color: #000;
	width: 100%;
	text-align: center;
	padding: 2% 10%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a8a8a;
}

.prompt_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#646464;
}

.prompt_text_14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
}

.prompt_text_italic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-style:italic;
}

.title_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.login_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3fa1e4;
}

.navi_highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#FFF;
	font-weight:bolder;
}

.sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.step_highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color: #0068af;
}

.step_highlight1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bolder;
	color: #43a9ef;
}

.step_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #43a9ef;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}

.note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8a8a8a;
}

.separator {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0068af;
	font-weight:bolder;
}

.supersmall {
	font-family:Arial, Helvetica, sans-serif;
	font-size:5px;
}

