body { margin-top: 0px; font-size: 0.8em; }
div.footer_copyright { background-color: black; color: white; width: 100%; text-align: center; }
div.footer_color_stripe { background-color: #009AFE; width: 100%; text-align: center; }
div.layout_center_content { padding-left: 10px; padding-right: 10px; }
input[type="text"] { width: 20em; }
span.required { color: red; }
th {  padding-left: 20px; padding-right: 20px; }


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
	
}

td.form_column { vertical-align: top; }
td.form_submit { text-align: right; }
td.layout_center_column { padding: 0px; }

td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	
}

td a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #AEB5BA;
	text-decoration: none;
}


.Header_Main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	
}

.Header_Sub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	
}

.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #68737A;
	text-decoration: none;
	
}

.leftmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #68737A;
	text-decoration: none;
	
}

.leftmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFF;
	text-decoration: none;
	
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-position: outside;
	list-style-image: url(/image/arrow_sm.gif);
	line-height: normal;
	border: none;
}

/* Layout for a simple two-column form */
table.two_column_form th { 
	text-align: right;
	vertical-align: middle;
}
table.two_column_form td { 
	text-align: left;
	vertical-align: middle;
}
