

/* body-tag Code */
body {
	background-color: #203041;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 0;
	margin-top: 0;
	margin-height: 0;
	margin-width: 0;
	text-color: #FFFFFF;
	font-family: Tahoma,sans-serif;
	font-size: 8pt;
}


A.menulink:link { COLOR:#c4c4c4; font-size:9pt;font-weight:none; TEXT-DECORATION:none;}
A.menulink:visited { COLOR:#c4c4c4; font-size:9pt;font-weight:none; TEXT-DECORATION:none;}
A.menulink:active { COLOR:#c4c4c4; font-size:9pt;font-weight:none; TEXT-DECORATION:underline;}
A.menulink:hover { COLOR:#c4c4c4; font-size:9pt;font-weight:none; TEXT-DECORATION:underline;}
A.menulink:body { COLOR:#c4c4c4; font-size:9pt;font-weight:none; TEXT-DECORATION:none;}

A.textlink:link { COLOR:#a4a4a4; font-size:8pt;font-weight:none; TEXT-DECORATION:none;}
A.textlink:visited { COLOR:#a4a4a4; font-size:8pt;font-weight:none; TEXT-DECORATION:none;}
A.textlink:active { COLOR:#a4a4a4; font-size:8pt;font-weight:none; TEXT-DECORATION:underline;}
A.textlink:hover { COLOR:#a4a4a4; font-size:8pt;font-weight:none; TEXT-DECORATION:underline;}
A.textlink:body { COLOR:#a4a4a4; font-size:8pt;font-weight:none; TEXT-DECORATION:none;}

div.menuentry { 
    font-family: Tahoma,sans-serif; 
    color:#c4c4c4;
    background-color:#344566;
    width: 146px;
    padding: 2px;
}
div.menuentry:hover { 
    font-family: Tahoma,sans-serif; 
    color:#c4c4c4;
    background-color:#203041;
    width: 146px;
    padding: 2px;
}


#mainmenu {
	position:absolute;
	left: 10px;
	top: 0px;
	margin-margin-left:10px;
	margin-top:50px;
	width:150px;
}

#main {
	position:absolute;
	left: 30px;
	top: 0px;
	margin-left:150px;
	margin-top:0px;
	width:500px;
}

.tblhead { 
    COLOR:#c4c4c4; 
    background-color:#203041;
    font-weight:bold; 
    text-align:center; 
    background-image: url(images/bg1.gif);
}

.standard { 
    COLOR:#c4c4c4; 
    background-color:#344566; 
    padding:10px;
}

.code { 
    COLOR:#c4c4c4; 
    background-color:#203041; 
    padding:5px;
}
