/* CSS Document */
body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}
h1 {
	margin:0px;
	color:#2043BB;
	font-size:12px;
	font-weight:bold;
}
h2 {
	margin:0px;
	font-size:10px;
}
h3 {
	margin:0px;
	color:#2043BB;
	font-size:12px;
	font-weight:bold;
}
a {
	color:#e97a18;
}
a.h2:hover {
	text-decoration:none
}
a.h2 {
	color:#20bb77;
}
a.h2:hover {
	text-decoration:none
}
.input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	border:1px #000000 solid; 
	color:#E97A18; 
	background:#FFFFFF; 
	padding:1px;
	font-size:11px;
}
.para_no_pad {
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
}
.right_menu {
	padding:5px;
}
.body_area {
	padding:10px;
}
.form_text {
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:5px;
}
/* makes labels bold */
.labels {
	font-weight:bold;
}
/* centers the continue button */
.continue-button {
	text-align:center;
}
/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:80px;
}
/* modifies the space around the continue button */
.continue-button input {
	padding-top:10px;
}
.L04	{
	text-align:center;

}
.T04	{
	text-align:center;

}

#disclosures	{
	text-align:center;
}
#disclosures ul	{
	margin:0px;
	padding:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
  color:#333333;
  font-size:11px;
}
#disclosures a 	{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;	 
}
#disclosures a:hover	{
	text-decoration:underline;
}