a:link
{	color: #753B0A; text-decoration: underline;
}
a:visited
{	color: #753B0A; text-decoration: underline;
}
a:active
{	color: #753B0A; text-decoration: underline;
}
a:hover
{	color: #492506; text-decoration: underline;
}
body
{	background-color: #FFFFF0;
	font-family: Arial, Helvetica, Sans-Serif;
	color: black;
	font-size: 10pt;
}
.footnote
{	font-size: 9pt;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: oblique;
}
pre
{	font-size: smaller;
	font-family: monospace;
    padding: 0px;
    margin: 5px;
    margin-left: 20px;
}
big
{	font-size: 24pt;
}
tt
{	font-family: monospace;
	font-size: 11pt;
}	
small, sub, sup
{	font-size: 8.5pt;
}
.small
{	font-size: 8.5pt;
}
ul
{	list-style-image: url(images/li.gif);
	list-style-type: disc;
}
ul ul
{
	list-style-image: none;
	list-style-type: square;
}
.links{
float:left;
}
 
.rechts{
float:right;
}
ol
{
	list-style-image: none;
	list-style-type: decimal;
}
ol ol
{
	list-style-image: none;
	list-style-type: lower-alpha;
}
dt
{   font-weight: bold;
}
dt.col
{   background-color: #87cef9;
}
.center
{	text-align: center;
}
.black
{	color: black;
}
b
{	font-weight: bold; 
}
h1
{	font-size: 18pt;
	font-weight: bold; 
<!--	border: 3px solid gray;  -->
	padding: 2px;
	margin: 0px;
	width: 100%;
    background-color: #FFFFC0;  
}
h2
{	font-size: 14pt;
	font-weight: bold; 
<!--	border: 1px solid gray;  -->
	padding: 2px;
	margin: 0px;
	width: 100%;
    background-color: #FFFFB0;
}
h3
{	font-size: 12pt;
	font-weight: bold; 
<!--	border: 1px solid gray;  -->
	padding: 2px;
	margin: 0px;
	width: 100%;
}
h4
{	font-size: 11pt;
	font-weight: bold; 
}
h5
{	font-size: 9pt;
	font-weight: bold; 
    text-align: center;
}
h5.normal
{	font-size: 9pt;
	font-weight: normal; 
}
table
{   font-size: 10pt; 
    text-align: left;
}
tr
{   vertical-align: top;
}
th
{   font-weight: bold;
    vertical-align: top;
    text-align: left;
}    
th.pub
{   font-size: 9pt; 
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}    
td
{   font-size: 100%; 
    font-weight: normal;
    vertical-align: top;
    padding: 0px;
    padding-left: 10px;
}    
.larger
{   font-size: larger;
}    
