/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: Verdana, Arial, Arial Cyr, sans-serif; 
margin:0; 
/*margin:50px 0;*/
z-index: 800;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative 
so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide with a top and right border 1px solid white. 
Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:101px;
color:#fff; 
border:1px solid #fff;
border-width:1px 1px 0 0;
/*background:#094997;*/
background:#295C91;
font-size:11px;
padding: 2px;
}

/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#da251d;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block; 
position:absolute; 
left:0; 
width:103px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#FEE9E3; 
color:#000;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#FBCDBF;
color:#000;
}

body {
	margin-top: 0px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 0px;
	background-color: #cccccc;
	background-image: url(../imgs/back.gif); 
}

table.main {
	border: 0px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-color: #999999;
	border-style: solid;
	background: #ffffff;
	height: 100%;
}

td.menuback {
	background: #f5f5f5;
	width:150px;

}
td.filler {
	background: #f5f5f5;
	height: 100%;
	width: 180px;
	border: 0px;
	border-right: 1px;
	border-color: #cccccc;
	border-style: solid;
}

table.insidecontent {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}

table.content{
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 12px;
}

table.zoom{
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 10px;
	color: #999999;
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
}

a:link {
	font-family: Verdana, Arial, Arial cyr; font-size: 11px; color: #000000; text-decoration: none;}
a:visited {
	font-family: Verdana, Arial, Arial cyr; font-size: 11px; bold; color: #000000; text-decoration: none;}
a:active {
	font-family: Verdana, Arial, Arial cyr; font-size: 11px; color: #DA251D;text-decoration: none;}
a:hover {
	font-family: Verdana, Arial, Arial cyr; font-size: 11px;  color: #000000; text-decoration: none;}

a.mail:link {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px; color: #da251d; text-decoration: none;}
a.mail:visited {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px; bold; color: #da251d; text-decoration: none;}
a.mail:active {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px; color: #DA251D;text-decoration: none;}
a.mail:hover {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px;  color: #333333; text-decoration: none;}

a.heading:link {
	font-family: Verdana, Arial, Arial cyr; font-size: 12px; font-weight:bold; color: #da251d; text-decoration: none;}
a.heading:visited {
	font-family: Verdana, Arial, Arial cyr; font-size: 12px; font-weight:bold; color: #da251d; text-decoration: none;}
a.heading:active {
	font-family: Verdana, Arial, Arial cyr; font-size: 12px; font-weight:bold; color: #DA251D;text-decoration: none;}
a.heading:hover {
	font-family: Verdana, Arial, Arial cyr; font-size: 12px; font-weight: bold; color: #333333; text-decoration: none;}


table.content a:link {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px; color: #000000; text-decoration: none;}
table.content a:visited {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px; bold; color: #000000; text-decoration: none;}
table.content a:active {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px; color: #DA251D;text-decoration: none;}
table.content a:hover {
	font-family: Verdana, Arial, Arial cyr; font-size: 10px;  color: #000000; text-decoration: none;}

td.submenu:hover{
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 12px;
	cursor:pointer;
	background:#dddddd;
}

td.active{
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 12px;
	cursor:pointer;
	background:#dddddd;
}

tr.lang{
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 12px;
	background:#dfdfdf;
	height: 24px;
}

hr {
	color: #dddddd;
	height: 1px;
}

td.text {
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 10px;
}

font.heading
{
	font-family: Verdana, Arial, Arial Cyr, sans-serif;
	font-size: 12px;
	color: #DA251D;
	font-weight: bold;
}
