@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#EAEDEC;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
a:link {color:#000; font-weight:bold;}
a:active {color:#000; font-weight:bold;}
a:visited {color:#000; font-weight:bold;}
a:hover {color:#666; font-weight:bold;}
.header {font-weight:bold; color:#640021; padding-right:6px;}
.header a:link{color:#640021; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.header a:active{color:#640021; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.header a:visited{color:#640021; font-weight:bold; text-decoration:none; text-transform:uppercase;}
.header a:hover{color:#000; font-weight:bold; text-decoration:none; text-transform:uppercase;}
h1 {background-color:#640021; color:#fff; text-transform:uppercase; line-height:25px; padding:5px;}
.header-small {background-color:#640021; color:#fff; text-transform:uppercase; line-height:25px; padding:3px; font-size:14px; font-weight:bold; margin:0; margin-top:3px;}
.haeder-bigger {font-size:13px; color:#640021;}
.footer {font-weight:bold; color:#fff; padding-right:6px; line-height:18px;}
.footer a:link{color:#ccc; font-weight:bold; text-decoration:none; padding:0 15px;}
.footer a:active{color:#ccc; font-weight:bold; text-decoration:none; padding:0 15px;}
.footer a:visited{color:#ccc; font-weight:bold; text-decoration:none; padding:0 15px;}
.footer a:hover{color:#999; font-weight:bold; text-decoration:none; padding:0 15px;}
.textcontent{
  font-size:12pt;
  line-height:1.2;
  padding:10px;
}