body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}.bar {
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
}
.whitetype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #FFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
}
.bdrthree {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.main a:link {
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

} 
.main a:visited {
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.main a:hover {
	color: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
.main a:active {
	color: #900;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

.navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.navbar a:hover {
	color: #C00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
.navbar a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}
.bdr {
	border: 1px solid #999;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #900;
	font-style: italic;
}
.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
}
.palebdr {
	border: 1px solid #f1f1f1;
}
.bdr table tr td table tr .palebdr table {
	color: #000;
}
.lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.asterick {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;

}
.expired p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
}

