/* CSS Document */

a.navi:active  { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.navi:hover   { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.navi:link    { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.navi:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }

a.navi1:active  { color: #000000; text-decoration: none; font-weight: bold; }
a.navi1:hover   { color: #CCCCCC; text-decoration: none; font-weight: bold; }
a.navi1:link    { color: #000000; text-decoration: none; font-weight: bold; }
a.navi1:visited { color: #000000; text-decoration: none; font-weight: bold; }

a.navi2:active  { color: #C5C5C5; text-decoration: none; font-size:12px; font-weight: bold; }
a.navi2:hover   { color: #000000; text-decoration: none; font-size:12px; font-weight: bold; }
a.navi2:link    { color: #C5C5C5; text-decoration: none; font-size:12px; font-weight: bold; }
a.navi2:visited { color: #C5C5C5; text-decoration: none; font-size:12px; font-weight: bold; }

td { color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight: normal; }

h1 {
	font-size:170%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
h2 {
	font-size:150%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
h3 {
	font-size:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
h4 {
	font-size:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}


body { background-image: url(img/site_bg.jpg); }
.text { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	letter-spacing: normal;
	font-variant: normal;
	color: #FFFFFF; }
a:link { text-decoration:underline; }
a:visited { text-decoration:underline; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }

p.text { font-family:Verdana, Arial, Helvetica; font-size:12px; color: #FFFFFF; text-decoration: none; font-weight: normal; padding:0px; margin:0px; }
