body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background-image:url('../bkgrnd.jpg');
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}


a {
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:active {
	color: blue;
}
a:hover {
	color: red;
}

H1 {
	font-size: 24pt;
	line-height: 28px;
	font-weight: bold;
}

H2 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:0;
}
H2 a{
	font-size: 14pt;
}
H3 {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 50px;
	margin-top:0;
	margin-bottom:2px;
}
H3 a{
	font-size: 12pt;
}
H4 {
	font-size: 11pt;
	font-weight: bold;
	margin-top:0;
	margin-bottom:2px;
}
H4 a{
	font-size: 11pt;
}
table{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-collapse: collapse;
	text-align:center;
	width: 1000px;
}
tr, td, th{
	border: 1px solid black;
}
th{
	font-weight: bold;
}
.setname {
	text-align: left;
}
.name{
	width: 400px;
	font-weight: bold;
}
.img{
	width: 300px;
}
.imgvar{
	width: 300px;
	background-color: #A0E7FE;
}
.imgerr{
	width: 300px;
	background-color: #FF9393;
}
.namevar{
	font-weight: bold;
	width: 400px;
}
.nameerr{
	font-weight: bold;
	width: 400px;
}
.comment{
	font-size: 8pt;
}
.comment a{
	font-size: 8pt;
}


p.errormsg{
	font-size: 12pt;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

table.logform{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-collapse: collapse;
	text-align:center;
	width: 300px;
	font-weight: bold;
	font-size: 10pt;
}
table.logform tr, td, th{
	border: 1px solid black;
}
table.logform input.field{
	width: 200px;
}

.buy{
	font-weight: bold;
}
.buyvar{
	font-weight: bold;
}
.buyerr{
	font-weight: bold;
}

.chk{
	width: 50px;
	font-weight: bold;
}
.chkvar{
	width: 50px;
	font-weight: bold;
}
.chkerr{
	width: 50px;
	font-weight: bold;
}
.chk3{
	width: 150px;
	font-weight: bold;
}

div.account{
	width: 250px;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	border-width: 5px;
	border-collapse: collapse;
	border-color: #000000;
	border-style: double;
}


tr.var {
	background-color: #A0E7FE;
}
tr.err {
	background-color: #FF9393;
}
tr.white {
	background-color: #FFFFFF;
}




table.home{
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
	border-collapse: collapse;
	text-align:center;
	width: 100%;
}
table.home tr, table.home td, table.home th{
	border: 0px solid black;
}
td.left{
	text-align:left;
	width: 400px;
}
td.right{
	text-align:center;
	width: auto;
}


