H1 {
	color : #5A5A5A;
	font-family : Verdana;
	font-size : 22pt;
	font-weight : bold;
	letter-spacing : 1pt;
}
H2 {
	color : #5A5A5A;
	font-family : Verdana;
	font-size : 16pt;
	font-weight : bold;
	letter-spacing : 1pt;
}
H3 {
	color : #5A5A5A;
	font-family : Verdana;
	font-size : 12pt;
	font-weight : bold;
	letter-spacing : 1pt;
}
H4 {
	color : #5A5A5A;
	font-family : Verdana;
	font-size : 10pt;
	font-weight : bold;
	letter-spacing : 0,5pt;
}
p {
	color : #5A5A5A;
	font-family : Verdana;
	font-size : 10pt;
	font-weight : normal;
	letter-spacing : normal;
	line-height : 150%;
}
body {
	background-attachment : fixed;
	background-color : #FEF1CA;
	background-image : none;
	background-position : center;
	background-repeat : no-repeat;
	margin-top : 8pt;
	scrollbar-arrow-color : #5A5A5A;
	scrollbar-base-color : #FEF1CA;
	scrollbar-shadow-color : #5A5A5A;
}
.navibody {
	background-attachment : fixed;
	background-color : #FEF1CA;
	background-image : url(../backs/back_left_06.gif);
	background-position : top;
	background-repeat : repeat;
	margin-left : 10pt;
	margin-top : 125pt;
	scrollbar-arrow-color : #5A5A5A;
	scrollbar-base-color : #FEF1CA;
	scrollbar-shadow-color : #5A5A5A;
}
A:link {
	color: #0067BD;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
}
A:visited {
	color: #006946;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
}
A:active {
	color: red;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
}
A:hover {
	color: red;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
}
A.navi:link {
	color: #FFFFFF;
	font-family : Verdana;
	font-size : 9pt;
	text-decoration : none;
}
A.navi:visited {
	color: #DCDCDC;
	font-family : Verdana;
	font-size : 9pt;
	text-decoration : none;
}
A.navi:active {
	color: #B0EB00;
	font-family : Verdana;
	font-size : 9pt;
	text-decoration : none;
}
A.navi:hover {
	color: #FEF0C9;
	font-family : Verdana;
	font-size : 9pt;
	text-decoration : none;
}
select {
	background-color : #FEF1CA;
	color : #5A5A5A;
	font-family : Verdana;
}
input {
	background-color : transparent;
	color : #5A5A5A;
	font-family : Verdana;
}
textarea {
	background-color : transparent;
	color : #5A5A5A;
	font-family : Verdana;
}
.footer {
	color: #666666;
	font-family : Verdana;
	font-size : 11px;
}
A.footer:link {
	color: #666666;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}
A.footer:visited {
	color: #666666;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}
A.footer:active {
	color: red;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
}
A.footer:hover {
	color: red;
	font-family : Verdana;
	font-size : 11px;
	text-decoration : underline;
}
.submenu{
	font-family : Verdana;
	font-size : 9pt;
	margin-bottom: 0.5em;
}
.shadow_pic {
	margin-bottom : 5pt;
}
.shadow{
	border:1px solid silver;
	font:10pt arial;
	position:relative;
	display:inline;
	background:white;
	z-index:100;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}