.buttons {
	background-color : #CCCCCC;
	border : thin solid White;
}

a {
	text-decoration: none;
	color: #6D7C87;
}
.content {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.contentsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.contentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.linkwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.contentwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.contentwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight : bold;
}
A.linkbluebold:LINK{
	font-family  : Arial, Helvetica, sans-serif;;
	color : #003366;
    text-decoration : none;
	font-weight : bold;
	font-size: 12px;
}
A.linkbluebold:VISITED{
	font-family  : Arial, Helvetica, sans-serif;;
	color : #003366;
    text-decoration : none;
	font-weight : bold;
	font-size: 12px;
}
A.linkbluebold:HOVER{
	font-family  : Arial, Helvetica, sans-serif;;
	color : #003366;
    text-decoration : underline;
	font-weight : bold;
	font-size: 12px;
}
.linkblue{
	font-family  : Arial, Helvetica, sans-serif;;
	color : #003366;
    text-decoration : underline;
	font-size: 12px;
	}

A.linktop:LINK {
	font-family  : Arial, Helvetica, sans-serif;;
	color : #6D7C87;
    text-decoration : none;
	font-weight : normal;
	font-size: 12px;
}
A.linktop:VISITED {
	font-family  : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6D7C87;
	text-decoration : none;
	font-weight : normal;
}
A.linktop:ACTIVE {
	font-family  : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
A.linktop:HOVER {
	font-family  : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	font-weight : normal;
	text-decoration : none;
}
.button {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; color: #FFFFFF; 
	background-color: #475661; 
	border-style: solid;
	border-left: 1px  solid  #FFFFFF; 
	border-top:  1px  solid  #FFFFFF; 
  	border-right:  1px  solid  #FFFFFF; 
  	border-bottom:  1px  solid  #FFFFFF; 
}
.textfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border-left: 1px  solid #FFFFFF;
	border-top:  1px  solid #FFFFFF;
  	border-right:  1px  solid #FFFFFF;
  	border-bottom:  1px  solid #FFFFFF;
  	
}
.linkwhitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
