body {
        background-color: #212F1E;
        color: #FFFFFF;
        font-family: arial;
        font-size: 12;
        font-weight: normal;
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        margin-bottom:0px;
}

.block {
        position:relative;
	top: 25 px;
        width: 1024px;
        height: 736px;
        background-color: #f4f5f5;
	background: url('./background.jpg');
	/*
        border-right: 1px solid #a4a5a7;
        border-left: 1px solid #a4a5a7;
	*/
}

.content {
        background-color: #999999;
        color: #000000;
        font-family: tahoma;
        font-size: 13;
        font-weight: bold;
        text-align: left;
        position: absolute;
        visibility: visible;
        left: 150px;
        top: 80px;
        z-index: 4;
        width: 700px;
        overflow: auto;
        height: 570px;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	padding: 20px;
	/*
        border-right: 1px solid #a4a5a7;
        border-left: 1px solid #a4a5a7;
        border-top: 1px solid #a4a5a7;
        border-bottom: 1px solid #a4a5a7;
	*/
}

td {
        color: #000000;
        font-family: tahoma;
        font-size: 12;
        font-weight: bold;
}

h1 {
        font-family: verdana;
        font-size: 30;
        color: #FFFFFF;
        font-weight: normal;
}

h2 {
        font-family: verdana;
        font-size: 20;
        color: #FFFFFF;
        font-weight: normal;
}

a:link,
a:visited,
a:active,
a:hover {
        color: #336699;
        text-decoration: underline;
        font-family: Verdana;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
}

a.hmenu:visited,
a.hmenu:active,
a.hmenu:link {
        line-height:1.3;
        color: #FFFFFF;
        font-family: verdana;
        font-size: 14;
        font-weight: bold;
	text-decoration: none;
}

a.hmenu:hover {
        color: #000000;
	background-color: #FFFFFF;
        text-decoration: none;
        font-family: verdana;
        font-size: 14;
        font-weight: bold;
}

strong,B {
        color: #336699;
        font-weight: bold;
}

