/* CSS Document */

body
{
  margin: 0;
  padding: 0;
  font: normal 100% Arial;
  background: #EAF4FB url(../img/box_body_bg.png) top repeat-x !important;
}
html, body, #one {height:100%;}
html, body {margin:6px; padding:6px;}

table
{
	background-color: #FFFFFF;
}

content {
	font-family:"Times New Roman", Times, serif;
}

.registration
{
color:orange;
}

a.registration
{
	font-weight:bold;
	text-decoration: none;
	color: #0099FF;
}

a.registration:hover
{
	color:orange;
	font-weight:bold;
	text-decoration: none;
}

input.registration
{
	color:black;
	font-weight:bold;
	width:250px;
}
.registration_header
{
	color:orange;
	font-weight:bold;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
}

.rpt_header {
	font-size:17px;
	font-weight:bolder;
	position:absolute;
	LEFT:475px;
	TOP:65px;
}

.rpt_footer	 {
	font-size:12px;
	font-weight:normal;
}

.footer_txt	 {
	font-size:10px;
	font-weight:normal;
}

a.footer_txt
{
text-decoration:none;
font:Verdana, Arial, Helvetica, sans-serif;
color:#0099FF;
font-weight:bolder;
}

.section_header{
	font-size:16px;
	font-weight:bolder;
	color: #990000;
}

.section_table {
	margin-top:2px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.label {
	font-weight:bold;
}

.label_orange {
	font-weight:bold;
	color:orange;
}

.label_blue {
	font-weight:bold;
	color:#0099FF;
}

.label_authorize {
	font-size:10px;
	font-weight:bolder;
}


.line2 {
	font-weight:bolder;
	background-color:#000000;
	color:#000000;
	width:100%;
	border:0;
}

.line1 {
	color: #000000;
	background-color: #000000;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.buttonWrapper {
	padding: 2px 0px;
}

.buttonPrimary {
	background-color: #FF6600;
	border-style: outset;
	border-width: 2px;
	padding: 1px 6px;
	line-height: 16px;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.buttonPrimary:link {
	color: #FFFFFF;
}
.buttonPrimary:visited {
	color: #FFFFFF;
}
.buttonPrimary:hover {
	background-color: #FFB448;
	color: #FFFFFF;
	text-decoration: none;
}
