body{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	margin: 0px 0px 0px 0px;
}

h1{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #CC0000;
	font-size : 24px;
}
h2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #999999;
	font-size : 15px;
}
p,td {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.klein {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
input {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
select,option {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}
textarea {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
}	
.bglight{
	background-color : #dddddd;
}
.bglightest{
	
	background-color : #eeeeee;
}
.bgdarker{
	background-color : #bbbbbb;
}
.menuButtons{
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	margin: 0px;
}
.darkBlueBg{
	background-color: #000066;
}
.lightBlueBg{
	background-color: #9999cc;
}
.darkRedBg{
	background-color: #cc0000;
}
.darkRed{
	color: #cc0000;
}
a{
	color : #999999;
	font-weight : bold;
	text-decoration : none;
}
a:hover{
	text-decoration: underline;
}
a.menu{
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
}

iframe{
	border: none;
	margin: 0px;
}
.footer{
	color: #0000ff;
	font-size: 10pt;
}
.highlightBlue{
	color: #0000ff;
	font-weight: bold;
}
.blue{
	color: #0000ff;
}
.grey{
	color: #666666;
}
.grayBgImage{
	background-image: url(../images/bg.gif);
}
.greyBlocksList{
	list-style-image: url(../images/bullet.gif);
	vertical-align: middle;
	margin-bottom: 5px;
}