@CHARSET "UTF-8";
* {
	font-family: Verdana;
	font-size: 10px;
}
table {
 border-collapse:collapse;
 border-spacing:0pt;
 padding: 0px;
 margin: 0px;
}

body {
	background-color: black;
}

img {
	border: none;
}

/**/

.menu {
	height: 70px;
	vertical-align: middle;
}

.mainT {
	width: 640px;
	border: 1px green solid;
}

.footer_div {
	border: 1px green solid;
	width: 640px;
	height: 15px;
	text-align: right;
}
/**/

.index {
        background-color:black;
        color:#8EBE8A;
        font-family: tahoma;
        scrollbar-track-color:black;
        scrollbar-face-color:black;
        scrollbar-3d-light-color:black;
        scrollbar-dark-shadow-color:black;
        scrollbar-highlight-color:black;
        3scrollbar-highlight-color:#054D02;
        scrollbar-dark-shadow-color:#054D02;
        scrollbar-shadow-color:#054D02;
        scrollbar-base-color:#054D02;
}

.t1 {
        border:solid 1px #054D02;
        padding:none;
}
.t2 {
        border-left:solid 1px #054D02;
        padding:none;
}
.b {
        color:#CC9900;
        font-weight:normal;
}
.t3 {
        border:solid 1px #054D02;
        background-color:black;
        color:#8EBE8A;
        padding:none;
        font-size:10pt;
}
.t4 {
        border:solid 1px #054D02;
        background-color:black;
        color:#8EBE8A;
        padding:1;
        font-size:8pt;
}
.if1 {
        width:250;
}
.if2 {
        width:390;
        border-left:solid 1px #054D02;
        padding:none;
}
.if3 {
        width:640;
}
.f1 {
        3margin-top:14;
        margin-bottom:0;
        padding:none;
        padding: 7px;
}
.pp1
{
        line-height:0;
}
.mainF {
       color:#8EBE8A;
       font-size: 8pt;
}
.mainC {
       color:#076B02;
       font-size: 8pt;
       font-family: tahoma;
       leter-spacing:0;
       line-height: 8pt;
}
table {
      color:#8EBE8A;
      font-size: 8pt;
}
A {
        color:#8EBE8A;
        font-size: 8pt;
        text-decoration: none;
        font-family : tahoma;
        3font-weight:bold;
}
A:visited {
        color: #8EBE8A;
        font-size: 8pt;
        text-decoration: none;
        2font-family: tahoma;
        3font-weight:bold;
}
A:hover {
        color: #8EBE8A;
        font-size: 8   pt;
        text-decoration: underline;
        2font-family: tahoma;
        3font-weight:bold;
}

.left_div, .right_div, .guest_div {
	height:380px;
	overflow: auto;
}


/**/

.w640 {
	width: 640px;
}

.gr {
	border: 1px green solid;
}

.l {
	float: left;
}
.r {
	float: right;
}

.cl {
	clear: both;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}