/* Body Styles */
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
}
.table  {
height: 100%;
}


/* Text Styles */
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
a.header1:link {
	color: #666666;
}
a.header1:visited {
	color: #666666;
}
a.header1:hover {
	color: #000000;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
a.header2:link {
	color: #cccccc;
}
a.header2:visited {
	color: #cccccc;
}
a.header2:hover {
	color: #999999;

}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
a.bodytext:link {
	color:#666666
}
a.bodytext:visited {
	color:#666666
}
a.bodytext:hover {
	color: #0099CC;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
a.bodytext2:link {
	text-decoration: underline;
}
a.bodytext2:visited {
	text-decoration: underline;
}
a.bodytext2:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
}
a.title:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.footer:link {
	text-decoration: underline
}
a.footer:visited {
	text-decoration: underline;
}
a.footer:hover {
	text-decoration: underline;
	color: #0099CC;
}


/* Form Styles */
.fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	text-align: left;
	vertical-align: middle;
	padding: 1px;
}
.buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
	padding: 5px;
	border: 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
a.buttons:hover {
	text-decoration: underline;
	background-color: #0099CC;
}
.border {
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
}
.align {
	vertical-align: bottom;
	bottom: 10px;
}