.body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #080C1D;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 10px;


}
.head-table {
	background-image:  url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 93px;
	width: 100%;


}
.content-table {
	background-image:  url(images/menu_bg.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 96%;
	float: none;
	background-position: center center;
	background-color: #90927B;
	border: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.text-normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;

}
.text-first-letter {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.text-bold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;

}
.td-opacityMoz {
        background-color:#777744;
        layer-background-color:#849da8;
        filter:alpha(opacity=20);
        -moz-opacity:0.2; 
}
.test-div {
	position: relative;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}
.table-opacity {
	-moz-opacity:0.3;
	filter:alpha(opacity=40);
}
.div-heading {
	position: relative;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}
.td-opacity-1 {

        background-color:#555522;
        layer-background-color:#849da8;
        filter:alpha(opacity=20);
}
.td-opacity-heading {


        background-color:#444444;
        layer-background-color:#849da8;
        filter:alpha(opacity=20);
}
.td-opacity-0 {


        background-color:#777744;
        layer-background-color:#849da8;
        filter:alpha(opacity=20);
}


A.mainmenu {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
    text-decoration:none;
    color:#F4F6DC
}

A.mainmenu:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
    color:#F4F6DC
}

A.mainmenu:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
    color:#F4F6DC
}

A.mainmenu:hover {
    color:#F4F6DC;
    text-decoration:underline;	
}