body {
	margin:0px;
	background-color:#dddddd;
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
form {
	margin:0px;
}
.nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
}
a.nav {
	color:#FFFFFF;
	text-decoration:none;
}
a.nav:hover {
	color:#ffffff;
	text-decoration:underline;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	font-weight:bold;
	margin:0px;
}
.footer {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
a.footer {
	color:#666666;
	text-decoration:none;
}
a.footer:hover {
	color:#000000;
	text-decoration:underline;
}
.side_box {
	font-size:11px;
}
a {
	color:#6ba140;
	text-decoration:underline;
}
a:hover {
	color:#336bca;
	text-decoration:none;
}
/* 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;
}
.labels a	{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.labels a:hover	{
	text-decoration:underline;
}
#disclosures ul	{
	margin:0px;
}
#disclosures ul li {  
  display:inline;
  margin-right:20px;
}
#disclosures a 	{
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#disclosures a:hover	{
	text-decoration:underline;
}