@charset "ISO-8859-1";
* { margin: 0px; padding: 0px; }

@font-face {
	font-family: "Yanone"; 
    src: url(../download/YanoneKaffeesatz-Regular.otf) format("truetype");
} 

@font-face {
	font-family: "Yanone"; 
    font-weight: bold;  
    src: url(../download/YanoneKaffeesatz-Bold.otf) format("truetype");
}

@font-face {
	font-family: "Yanone"; 
    font-style: italic; 
    src: url(../download/YanoneKaffeesatz-Thin.otf) format("truetype");
} 

html { font-family: "Arial narrow", "Yanone", 'Franklin Gothic Medium', sans-serif; font-size: 14px; }
body { background: #FFF url("../images/layout/bodyBG.gif") repeat-y; text-align: left; color: #737373; }
input {}
a { color: #a77f1a; text-decoration: none;}
a:HOVER { text-decoration: underline;}
h1 { font-size: 16px; font-weight: bold; margin: 0px 0px 10px; }
h2 { font-size: 14px; font-weight: bold; margin: 0px 0px 10px; }
h3 { font-size: 13px; font-weight: bold; margin: 0px 0px 10px; }
img { border: none;}
td { vertical-align: top; line-height: 16px; font-size: 14px; }
th { vertical-align: bottom; font-weight: bold; line-height: 16px; font-size: 14px;  }
ul { margin-bottom: 10px; list-style-type: circle; }
ol { margin-bottom: 10px; list-style-type: upper-roman;}
li { margin-left: 0px; margin: 0px 0px 6px 25px; }
hr { margin: 10px 0px; height: 1px; border: none; background-color: #00214D;}
p { margin-bottom: 10px; line-height: 17px; letter-spacing: 1px;}