body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#DDDDDD;
    font-family: Arial;
    font-size: 10px;
	height:100%;
	padding: 0;
}
html { height:100%; }
.clear {clear:both;}

.style9 {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: Arial
}
.style10 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial
}
.style12 {
	COLOR: #666666
}
.style14 {
	COLOR: #cecece
}
.style20 {
	FONT-SIZE: 14px; COLOR: #666666
}
.style21 {
	FONT-SIZE: 18px
}
.style27 {
	COLOR: #666666
}
.style28 {color:#333333; font-weight: bold; font-family: Arial; font-size: 11px; }
.error {color: red; font-weight: bold; font-family: Arial; font-size: 11px; }

.header {color:#333333; font-weight: bold; font-family: Arial; font-size: 13px; }

td, tr { font-family: Arial; font-size: 10px; font-weight: bold; color: #666666}

a { font-family: Arial; font-size: 10px; font-weight: bold; text-decoration:none; }

a, a:visited, a:link, a:active { color:#666666 }

.yellow { color: #FFCC33; }
.darkyellow { color: #bf9927; }
.dark { color: #333333; }

p.info { font-size: 120%; margin: 20px 0px 20 0; line-height: 150%; }

.hide { display:none; }

#container {
	position: relative;
	min-height: 100%;
	width:800px;
	margin:0 auto;
	background-color:#FFFFFF; 
}
#content
{
	position:relative;
	height:100%;
	padding:10px;
	padding-bottom:110px;
}
#footer
{
	clear:both;
	position: absolute;
	bottom: 0;
	background-color:#333333;
	font-weight:bold;
	font-size:10px;
	padding-left:27px;
	padding-right:27px;
	padding-top:5px;
	padding-bottom:5px;
	margin:10px;
	width:726px;
}
#footer a
{
	text-decoration:none;
}
#footer a:hover
{
	color:#999999;
	text-decoration:underline;
}
#footer1left
{
	float:left;
	width:530px;
	text-decoration:none;
}
#footer1right
{
	text-align:right;
	float:right;
	width:130px;
	text-decoration:none;
}
#footerdisclaimer
{
	padding:4px;
	color:#858585;
}
#footercontactleft
{
	float:left;
	width:400px;
	text-decoration:none;
	color:#FFFFFF;
}
#footercontactright
{
	text-align:right;
	float:right;
	width:230px;
	text-decoration:none;
}

.LabelLeft
{
    width:70px;
    float:left;
}
.LabelLeft2
{
    width:115px;
    float:left;
    font-weight:bold;
}
.linespacing30
{
    line-height:30px;
}
.linespacing25
{
    line-height:25px;
}