/* GES*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style2 {
	font-size: 12;
	font-weight: bold;
}

a:link {
	color: #25629A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #377DBD;
}
a:active {
	text-decoration: none;
	color: #333333;
}
/** Top Menu **/
#topmenu {
	font-size: 11px;
	font-weight: bold;
	font-color: #ffffff;
	text-align: center;
	padding-top: 0px;
	padding-left: 18px;
	height: 25px;
	text-decoration: none;
}
#topmenu:hover {
	text-decoration: none;
	color: #A30404;
}
/** Page Titles **/
.componentheading {
	font-size: 16px;
	font-weight: bold;
	color:#575757;
}
a {
	font-weight: bold;
}
.contentheading {
	font-size: 16px;
	font-weight: bold;
	color:#575757;
}
a {
	font-weight: bold;
}
/** Main Menu **/
.mainlevel:link, .mainlevel:visited {
	display: block;
	background: url(../images/menu-bg.png) no-repeat;
	vertical-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #575757;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px !important;
	height: 25px;
	width: 193px;
	text-decoration: none;
}
.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #ffffff;
}
.sublevel:link, .sublevel:visited {
	padding-left: 1px;
	vertical-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.sublevel:hover {
	color: #25629A;
	text-decoration: none;
}
.contentpaneopen {
  width:100%;
  vertical-align:top;         
}
.style1 a{
font-size: 10px
color:#ebebeb;
}