.title { font-family:tahoma; font-size:15px; font-weight:bold; color:#FF4F03; }

.langs { font-family:tahoma; font-size:11px; font-weight:bold; color:#ffffff; }
.langs A { font-family:tahoma; font-size:11px; font-weight:bold; color:#ffffff; text-decoration:none;}
.langs A:hover { font-family:tahoma; font-size:11px; font-weight:bold; color:#ffffff; text-decoration:underline;}

body, td, th {
	font-family:tahoma;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}

TH						{ text-align: left; }

.copyright {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}

b, strong {
	font-weight:bold;
}

p {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul {
	list-style : none url(../images/bull.gif);
	margin-left:20px;
	padding-left:0px;
}

a {
	color:#000000;
	text-decoration:underline;
}

a:hover {
	color:red;
	text-decoration:underline;
}

#menu div.top {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	z-index: -1;
}
#menu div.section {
    padding-left: 0px;
    padding-top: 0px;
    position: absolute;
    display: inline;
    z-index: 2;
}
#menu div.box {
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border-color: #E5E5E5;
    border-width: 1px;
    border-style: solid none none none;
    z-index: 2;

    position: relative;
    visibility: hidden;
}
#menu div.boxl {
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border-color: #E5E5E5;
    border-width: 1px;
    border-style: solid none solid none;
    z-index: 2;

    position: relative;
    visibility: hidden;
}

div.box a, div.boxl a {
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	ffont-family: tahoma
}
div.box a:hover, div.boxl a:hover {
    font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-family: tahoma
}


