@charset "UTF-8";
/* CSS Document */

.body {
	text-decoration: none;
	color: #333333;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}
.body_bold {
	text-decoration: none;
	color: #333333;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.subhead {
	text-decoration: none;
	color: #1b78c4;
	font-family: arial;
	font-size: 14pt;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	}
.subheadred {
	text-decoration: none;
	color: #F00;
	font-family: arial;
	font-size: 14pt;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
}        
.pagehead  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	line-height: 35px;
	text-align: center;
}
.pagehead_bold  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bolder;
	line-height: 35px;
	text-align: center;
}
.price_bold  {
	color: #1b78c4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bolder;
	line-height: 60px;
	text-align: left;
}
.head  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	margin-left: 28px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.footnote {
	text-decoration: none;
	color: #333333;
	font-family: arial;
	font-size: 7pt;
	font-weight: normal;
	line-height: 10px;
	text-align: left;
	font-style: italic;
}
.footer {
	text-decoration: none;
	color: #666666;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
} 
.footer:link {
	text-decoration: none;
	color: #666666;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
} 
.footer:hover {
	text-decoration: none;
	color: #000000;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}
.footerdivider {
	text-decoration: none;
	color: #666666;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}   

#errors {
	margin-bottom: 20px;
}

#errors {
	background-color: #FFCCCC;
	border: 1px solid #DD7777;
	color: #A30000;
	margin: 0;
	padding: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
}
