body {
	margin: 0px;
	padding: 0px;
	background-image: url('../pics/bg-top.gif');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #0066cc;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	Color: #000000;
}
table {
	Border-Collapse: Collapse;
	Border: 0px;
	Margin: 0px;
	Padding: 0px;
}
.vendeg{
	font-family: arial;
	font-size:26px;
	color: #0066cc;
	margin-bottom: 20px;
}
td {
	Margin: 0px;
	Padding: 0px;
}
.vendegk{
	font-family: arial;
	font-size: 14px;
	color: black;
}
.vendegk a{
	text-decoration: none;
}
.vendegk td{
	height: 20px;
	border-top:1px dotted teal;
}
form {
	margin: 0px;
	padding: 0px;
}
.logo{
	text-align: right;
	cursor: pointer;
	width:954px;
	height: 145px;
	margin: auto;
	background-image: url('../pics/header.jpg');
	background-repeat: no-repeat;
}
.maintable{
	width:954px;
	margin: auto;
}
.menubg{
	width:146px;
	height: 1154px;
	padding-top: 26px;
}
.content{
	width:808px;
	height: 1160px;
	padding: 10px;
	background-color: #D9EBFD;
}
.stat{
	text-align: right;
	padding-right: 2px;
	width: 78px;
	height: 15px;
	color: white;
	font-size: 11px;
	font-family: verdana;
	background-image: url('../pics/statbg.gif');
	background-repeat: no-repeat;
}
.menu1 {
	position: relative;
	height: 26px;

}
.menu1 a {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: #0066cc;
	padding:0px;
	margin: 12px;
	text-decoration: none;
	list-style-type: none;
}

.menu1 a:hover {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #0066cc;
	padding:0px 0px 2px 2px;
	margin: 0px;
	text-decoration: none;
	list-style-type: none;
    border-left-style: solid;
    border-width: 10px;
    border-color: #0066cc;

}
.current1 {
	position: relative;
	height: 26px;
	background-color: #0066cc;
}

.current1 a {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding:2px 0px 2px 2px;
	margin: 10px 0px 10px 10px;
	text-decoration: none;
	list-style-type: none;
}
a.linkopacity IMG {
	FILTER: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0; -khtml-opacity: 1.0
}
a.linkopacity:hover IMG {
	FILTER: alpha(opacity=65); -moz-opacity: 0.65; opacity: 0.65; -khtml-opacity: 0.65
}