html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  line-height: 12pt;
	  color: #000000;
	  background-color: #CCCCCC;
	  }
#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 800px;
      }
table.main {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 800px;
	  height:620px;
	  background-image: url(css_images/home_back.jpg);
	  background-repeat: no-repeat;
	  background-position: center center;
	  border: solid #000000 1px;
	  background-color: FFFFFF;
   }
a:link {
	font-family: Cambria;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-family: Cambria;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Cambria;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Cambria;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
}
a.small:link {
	font-family: Cambria;
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
	line-height: 13px;
}
a.small:active {
	font-family: Cambria;
	font-size: 9px;
	color: #0066FF;
	text-decoration: underline;
	line-height: 13px;
}
a.small:hover {
	font-family: Cambria;
	font-size: 9px;
	color: #0066FF;
	text-decoration: underline;
	line-height: 13px;
}
a.small:visited {
	font-family: Cambria;
	font-size: 9px;
	color: #0099FF;
	text-decoration: none;
	line-height: 13px;
}
.logincap {
	font-size: 13px;
}
.indent {
	text-indent: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
