/*
  ©2007 KPKammer
  http://www.kpkammer.com
*/

body {
	margin: 0 0 0 0;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	background-color: #004A7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant:  normal;
	text-transform: none;
	line-height: normal;
	height: 100%;
}
a{
	color:#000000;
	font-style: italic;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1 {
	color: #003366;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin: 0;
	border-bottom:1px solid #EBEBEB;
}
h2 {
	color: #0066CC;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	border-bottom:1px solid #EBEBEB;
}
h3 {
	color: #0099CC;
	font-size: 100%;
	font-weight: bold;
	border-bottom:1px solid #EBEBEB;
}
h4 {
	font-weight: bold;
}
.content {
	border:5px solid #0099FF;
	background-color:#FFFFFF;	
}
.breadcrumb {
	font-size: 75%;
}
.breadcrumb a{
	font-style: normal;
	text-decoration: none;
}
.breadcrumb a:hover{
	text-decoration: underline;
}
.bottom {
	font-size: 55%;
	font-weight: lighter;
}
.table {
	text-align: center;
	border: 0;
}
.table tr{
	background-color:#EAEAEA;
}
.print {
	font-size: 0%;
	visibility: hidden;
}
#top_menu{background:#F5F5F5;height:30px;line-height:30px;margin:0;padding:0;text-align:left;}
#top_menu ul{list-style:none;margin:0;padding:0;}
#top_menu ul li{float:left;margin:0;padding:0;}
#top_menu ul li a,#top_menu ul li a:visited{color:#666;display:block;height:30px;line-height:30px;padding:0;text-align:center;text-decoration:none;width:100px;border-right:1px dotted #000000;}
#top_menu ul li a.down,#top_menu ul li a.down:visited,#top_menu ul li a.down:hover{background-color:#FFF;border-right:1px solid #EBEBEB;color:#333;font-weight:700;width:99px;}
#top_menu ul li a:hover{background-color:#EBEBEB;color:#333;}