* {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	background-image: url(../images/1500/body_content_menu_background.jpg);
	background-repeat: repeat-y;
}

#header .logo {
	position: relative;
	height: 131px;
	background-image: url(../images/1500/body_header_bar.jpg);
	cursor: pointer;
}


#header .logo .language {
	position: absolute;
	float: right;
	height: 28px;
	width: 200px;
	bottom: 0;
	right: 0;
}

#header .tab_row {
	height: 28px;
	background-image: url(../images/1500/body_header_menu_tab_left.jpg);
}

#header .tabs {
	float: right;
}


#header .menu {
	height: 30px;
	padding-left: 141px;
	background-image: url(../images/1500/body_header_menu_center.jpg);
}


#footer {
	background-image: url(../images/1500/body_footer_corner.jpg);
}

a.menu_light:link {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.menu_light:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
 }

a.menu_light:hover {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

p.error {
	display: inline;
	padding: 0;
	margin: 0;
	color: red;
	background-color: inherit;
}
.error{
	display: inline;
	padding: 0;
	margin: 0;
	color: red;
	font-weight:bold;
	background-color: inherit;
}

em {
	font-style: normal;
	text-decoration: underline;
}
