/*set body style*/
body {
	padding: 0px;
	margin: 0px;
        //background-color: #004400;
        background-color: #222222;
}

a:hover {
        color: #695698;
        text-decoration: none;
}
/*set header1 (topic of the middle block)*/
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border: 0px;
	margin: 0px;
}
/*background under main logo*/
.bg_mainlogo {
	background-color: #000000;
        height: 90px;
}
/*background under menubar*/
.bg_menu_present {
	background-color: #000000;
        //border: solid 1px #f37d0a;
        border: solid 1px #ffffff;
}
/*set menubar text link*/
.txtmenu_present {
	TEXT-DECORATION: none;
	//color: #ded1f6;
        color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-right: 25px;
}
A.txtmenu_present:hover {
	color: #AAAAAA;
        text-decoration: underline;
}
/*thin line background under menubar*/
.bg_menuline {
	//background-color: #c2e3c6;
        background-color: #000000;
}
/*font under menubar*/
p.white {
        color: #CCCCCC;
        font-weight: bold;
}
a.txt_under_menubar:visited {
color: #669933;
text-decoration: none;
}
a.txt_under_menubar:link {
text-decoration: none;
color: #0099FF;
}
a.txt_under_menubar:hover {
color: #33CCCC;
text-decoration: underline;
}
/*set left and right table style*/
.box_menu {
	border: solid 1px #928fef;
}
/*set title of left and right table*/
.sty_menu {
	//background-color: #c2e3c6;
        background-color: #000000;
	TEXT-DECORATION: none;
	//color: #00CD66;
        color: #d2d418;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
a.sty_menu:hover {
        color: #fdff4d;
        text-decoration: underline;
}

td.sty_menu {
        border-bottom: solid 1px #928fef;
}

/*set sub title text link in left and right table*/
.sty_submenu{
	TEXT-DECORATION: none;
	//color: #08880e;
        color: #c1f39c;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	//background-color: #82a177;
        background-color: #6e866e;
	padding: 3px;
}
A.sty_submenu:hover {
	color: #000000;
        //color: #FF9933;
       text-decoration: underline; 
}
/*set middle table header style*/
.headtitle {
	//background-color: #c2e3c6;
        background-color: #000000;
        border: solid 1px #928fef;
	color: #d2d418;
        padding: 3px;
}
/*set middle table description table style*/
.box_description {
	//border: solid 1px #78ac7e;
        border: solid 1px #928fef;
	background-color: #DDDDDD;
	padding: 10px;
}
/*set description style*/
.txt_description {
	TEXT-DECORATION: none;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*set list box style*/
.listbox12 {
	font-family:verdana, arial, helvetica;
	list-style-type:: disc;
	font-size: 12px;
}
/*set footer style*/
.footer {
	TEXT-DECORATION: none;
	color: #DDDDDD;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
}
a.footer:link {
        color: #DDDDDD;
        text-decoration: underline;
}
a.footer:hover {
        color: #fdff53;
        text-decoration: none;
}
