body {	font-family: Arial, Helvetica, sans-serif;	font-size:11px;	background-color: #F5F4E2;}
a {font-size : 12px;	font-family : Arial, Helvetica;font-weight : normal;font-style: normal;text-decoration : none;color:black}
a:link {font-size : 12px;	font-family : Arial, Helvetica;font-weight : normal;font-style: normal;text-decoration : none;}
a:visited {font-size : 12px;	font-family : Arial, Helvetica;	font-weight : normal; font-style : normal; 	text-decoration : none;color:black}
a:focus {font-size :12px;font-family : Arial, Helvetica;font-weight : normal;font-style : normal;text-decoration : underline;color:black}
a:hover {font-size :12px;font-family : Arial, Helvetica;font-weight : normal;font-style : normal;text-decoration : underline;color:black}
a:active {font-size : 12px;font-family : Arial, Helvetica;font-weight : normal;font-style : normal;text-decoration : underline;color:black}
font ,td {font-family : Arial;font-size : 12px;font-weight : normal;color : #000;}
.small {font-family : Arial;font-size : 9px;font-weight : normal;color : #000;}
.title {font-family : Arial;font-size : 30px;font-weight : normal;font-style : italic;color : #000;}
.label {font-family : Arial;font-size : 22px;font-weight : normal;color : #000;}
.underlined{text-decoration : underline;}
.boldLabel {font-family : Arial;font-size : 24px;font-weight : bold; color:#DD002B;}
.schwarz {color:black}
.button,.mybutton{font-size : 12px;font-family : Arial, Helvetica, sans-serif;width:100;	font-weight : normal;}

.nbutton {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align:center;
	text-decoration:none;
	border:1px navy solid;
	white-space: nowrap;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 6px;
	padding-left: 6px;
	cursor: hand;
}	