body { 
	font: 12px Verdana;
	color: #807060; 
	background: #300000; 
	background-repeat: repeat;
	background-position: center top;
	margin : 0;
}

table {
	width: 80%;
	position: relative;
	left: 100px;
}

table, th, td{
	border: 0px solid black;
	padding:10px;
}
.center {
	text-align: center;
}
.left {
        text-align: left;
}
.right {
        text-align: right;
}
.justify {
        text-align: justify;
}
.times { 
        font: 16px "Times New Roman";
}
.helvetica { 
        font: 13px "Helvetica";
} 
.arial { 
        font: 12px "Arial";
} 
.top
{
	vertical-align:text-top;
} 
.bottom
{ 
        vertical-align:bottom;
} 
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

h1 { 
	font: 12px "Lucida Console";
	font-size: 18pt; 
	font-weight: bold;
	text-align: center;
	color: #B0A090;
} 
h2 { 
	font: 12px "Lucida Console";
	font-size: 16px;
	color: #B0A090;
        text-align: center;
}
img {
	border: 0px;
}
.footer {
	font: 12px "Lucida Console";
        /*font-size: 18pt; */
        font-weight: bold;
        text-align: center;
        color: #B0A090;
}
a:active {  text-decoration: underline; color:#000000; }
/* a:hover { text-decoration: underline; color: #FFFFFF; } */
a:link {  text-decoration: none; color: #000000; font: 12px Verdana;}
a:visited {  text-decoration: none; color: #ffebcd; font: 12px Verdana;}
a:hover { color: #ffebcd; text-decoration: underline; font: 12px Verdana;}
.inpf { border: 1px solid #ff8f00; font: 11px Verdana; color: #000000; background-color: #FFFFFF; text-align: left;}
.inpf2 { border: 0px solid #ff8f00; font: 11px Verdana; color: #000000; background-color: #FFFFFF; text-align: left;}

.copyleft {
  display:inline-block;
  transform: rotate(180deg);
  vertical-align: middle;
  font: 1.3em Verdana;
}
