A { font-family: tahoma; font-size: 11px; text-decoration: none; color: #eeeeee; }
A:hover { font-family: tahoma; font-size: 11px; text-decoration: underline; color: #ffffff; }
body {
	margin:				3px;
	padding:			0px;
	font-family: 			tahoma;
	font-size: 			11px;
        color:				#99b8b8;
        background-color:		#000000;
}
.main {
        position:                       relative;
        padding:                        0px;
	margin:				0px;
        width:                          880px;
	height:				600px;
	overflow:			auto;
	border:				0px;
        background-color:		#666666;
        text-align:                     left;
        background-image:               url('../gfx/layout2.jpg');
}
.page {
        position:                       relative;
        padding:                        5px;
	left:				20px;
	top:				130px;
        width:                          830px;
        height:                         420px;
        overflow:                       auto;
        border:                         0px;
        /* background-color:               #666666; */
        text-align:                     left;
}
.menu {
        position:                       relative;
        padding-left:                        5px;
	padding-right:			5px;
        left:                           20px;
        top:                            120px;
        width:                          830px;
        height:                         18px;
        overflow:                       hidden;
        border:                         0px;
	border-bottom:			1px solid #445555;
        /* background-color:               #666666; */
        text-align:                     left;
}
.headline {
        font-family:                    tahoma;
        font-size:                      11px;
	padding:			1px;
	width:				570px;
        color:                          #eeeeee;
	/* border-top:			1px solid #eeeeee; */
	border-bottom:			1px solid #445555;
	/*border-bottom:			1px solid #aaaaaa;*/
        /* background-color:		#5a5a44; */
}
.textfield {
	position:			relative;
        padding:                        2px;
	height:				14px;
	margin:				0px;
        border:                         1px solid #eeeeee;
        border-left:                    1px solid #777777;
        border-top:                     1px solid #777777;
        background-color:               #cccccc;
}
.topic {
        position:                       relative;
        padding:                        0px;
        height:                         18px;
        font-family:                    tahoma;
        font-size:                      18px;
	font-weight:			bold;
        /* border:                         1px solid #000000;
        border-left:                    1px solid #eeeeee;
        border-top:                     1px solid #eeeeee;
        background-color:               #aaaaaa; */
}
input,textarea,select {
        font-family:			tahoma;
        font-size:			10px;
        color:				#eeeeee;
        padding:                        2px;
        border:				1px solid #445555;
	background-color:               #0a1919;
}
.inputtext {
	border:				1px solid #eeeeee;
        border-left:                    1px solid #777777;
        border-top:                     1px solid #777777;
}
.inputarea {
	width:				490px;
	height:				236px;
        padding:                        2px;
	border:				1px solid #777777;
        border-left:                    1px solid #eeeeee;
        border-top:                     1px solid #eeeeee;
}
