@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana;
	text-align:left;
	background: url(images/bg3.png) repeat;
}
h1 {
	margin: 10px 0px;
}
a, a:visited {
	text-decoration:none;
	color:white;
}
table a, table a:visited {
	text-decoration:underline;
	color:blue;
}
td {
	padding:5px;
	font-size:9pt;
	border-bottom: 1px solid #C5C5C5;
}
td td{
	border-bottom: 0px;
}
table {
	border-collapse:collapse;
	text-align:left;
}
img {
	border: 0px;
}
.special a {
	background:url(images/bar_bg_special.png) !important;
	height:31px !important;
}
.special a:hover {
	background:url(images/bar_bg_special_hover.png)!important;
}
.notspecial a {
	background:url(images/bar_bg2.png) !important;
	height:17px !important;
}
.notspecial a:hover {
	background:url(images/bar_bg2_hover.png) !important;
}
.bcssa {
	width:100%;
	margin:5px;
}
.bcssa td {
	padding:5px;
	font-size:8pt;
	border:none;
	text-align:center;
}
#language {
	background-image:url(images/language_bar.png);
	float:right;
	color:#999;
	position:relative;
	right:100px;
	top:25px;
	height:10px;
	width:131px;
	padding:10px;
	font-size:11pt;
}
#language a {
	color:#999;
}
#language a:hover {
	color:black !important;
}
