@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#505050;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}



input, textarea, select {
	font-size: 10px;
}


img{
	border: none;
}


sup {
	font-size: 6px;
}


table.root{
	width: 990px;
	height: 100%;
	background-color: #dcddde;
	background-image: url(images/backgroundFade.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

td {
	vertical-align: top;
}


td.header {
	height: 58px;
}



td.nav {
	height: 29px;
	background-color: #241d1f;
	background-image: url(images/backgroundNav.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px 0px 2px 0px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}



td.nav em {
	padding: 0px 15px 0px 15px;
}




h1 {
	font-family:  arial, serif;
	text-shadow: 1px 2px 2px #999;
	font-size:28px;
	font-weight: bold;
	color:#000;
	font-style: italic;
}


h3 {
	font-family:  arial, serif;
	
	text-shadow: 1px 1px 2px #999;
	font-size:14px;
	font-weight: bold;
	color:#ed0000;
}



td.content{
	padding:20px 20px 100px 25px;
	margin: 0px 0px 0px 0px;
	font-size:11px;
	line-height:18px;
	color:#121212;
}

td.content a {
	color: #ed0000;
	text-decoration: none;
	font-weight: bold;
}

td.content a:hover {
	color: #000000;
	text-decoration: underline;
}

table.style1{
	width: 900;
	background-color: #e6e3dc;
	border-style: solid;
	border-color: #CCC;
	border-width: 2px 2px 3px 2px;
}

table.style1 th {
	padding: 4px 20px 4px 20px;
	background-color: #7e3225;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

table.style1 td {
	padding: 8px 10px 8px 10px;
	font-size: 11px;
	color: #121212;
	font-weight: bold;
	border-style: solid;
	border-color: #ddd8bf;
	border-width: 0px 0px 2px 0px;
}
table.style1 td.bottom {
	border-style: none;
}

table.style1 td.spacer {
	width: 100px;
	padding: 4px 0px 4px 0px;
	border-width: 0px 0px 0px 0px;
}


table.style1 td.value {
	text-align: center;
}

table.style1 td a {
	font-size: 11px;
	color: #121212;
	text-decoration: none;
	font-weight: bold;
}

table.style1 td a:hover {
	color: #ed0000;
	text-decoration: none;
}



span.required {
	font-size: 9px;
	color: #E80000;
	font-weight: bold;
}
span.hint {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}





table.style2{
	width: 900;
	background-color: #e6e3dc;
	border-style: solid;
	border-color: #CCC;
	border-width: 2px 2px 3px 2px;
}

table.style2 th {
	padding: 3px 10px 3px 10px;
	background-color: #600;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

table.style2 th.subhead {
	padding: 3px 10px 3px 10px;
	background-color: #600;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

table.style2 td {
	padding: 6px 10px 6px 10px;
	font-size: 11px;
	color: #121212;
	font-weight: bold;
	border-style: solid;
	border-color: #cccccc;
	border-width: 0px 0px 1px 0px;
}

table.style2 td.normal {
	font-weight: normal;
}


table.style2 td.right {
	text-align: right;
}
table.style2 td.bottom {
	border-style: none;
}

table.style2 td.totalBar {
	padding: 4px 10px 4px 10px;
	background-color: #333;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

table.style2 td.spacer {
	width: 100px;
	padding: 3px 0px 3px 0px;
	border-width: 0px 0px 0px 0px;
}


table.style2 td.value {
	text-align: center;
}

table.style2 td a {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

table.style2 td a:hover {
	color: #000000;
	text-decoration: underline;
}





table.style3{
	width: 900;
	border-style: solid;
	border-color: #454545;
	border-width: 0px 0px 1px 0px;
}

table.style3 td {
	padding: 0px 10px 8px 10px;
	font-size: 13px;
	color: #121212;
	font-weight: bold;
}

table.style3 td a {
	font-size: 10px;
}

table.style3 td em {
	padding: 0px 10px 8px 10px;
	font-weight: normal;
}





table.style4{
	width: 500px;
	background-color: #e6e3dc;
	border-style: solid;
	border-color: #CCC;
	border-width: 2px 2px 3px 2px;
	float:right;
	margin: 0px 0px 0px 20px;
}



table.style4 td {
	padding: 8px 10px 8px 10px;
	font-size: 11px;
	color: #121212;
	font-weight: bold;
	border-style: solid;
	border-color: #ddd8bf;
	border-width: 0px 0px 2px 0px;
}




.formErrorInfo {
	font-weight: bold;
	color: #e80000;
	font-size: 13px;
}




td.paperTear{
	height:22px;
}




td.footerLinks{
	height:18px;
	padding:0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	font-size:10px;
	line-height:18px;
	color:#666666;
}

td.footerLinks em{
	padding:0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	font-style: normal;
}

td.footerLinks a{
	text-decoration: none;
	color:#333333;
}

td.footerLinks a:hover{
	color:#ED0000;
}




td.footer{
	height:18px;
	padding:0px 25px 10px 25px;
	margin: 0px 0px 0px 0px;
	font-size:9px;
	line-height:18px;
	color:#666666;
	text-align: right;
}

div.footerLinks{
	float: left;
	font-size:10px;
	color:#666666;
}

div.footerLinks em{
	padding:0px 12px 0px 12px;
	margin: 0px 0px 0px 0px;
	font-style: normal;
}

div.footerLinks a{
	text-decoration: none;
	color:#333333;
}

div.footerLinks a:hover{
	color:#ED0000;
}

hr {
	color: #666666;
	height: 2px;
	border-style: solid;
	border-color: #e8e8e8;
}
