body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #FFDFDF;
	color: #444444;
	margin: 0 0 0 0;
	padding: 0;
}
.header_back {
	background-image:   url(/images/header_back_red.gif); 
	background-repeat: repeat-x; 
}
.link_back {
	background-image:   url(/images/link_back_lblue.gif); 
	background-repeat: repeat-x; 
}
.shadow_left {
	background-image:   url(/images/shadow_left_bar.gif); 
	background-repeat: repeat-x; 
}
.shadow_right {
	background-image:   url(/images/shadow_right_area.gif); 
	background-repeat: repeat-x; 
}
.shadow_seperator {
	background-image:   url(/images/shadow_seperator.gif); 
	background-repeat: repeat-y; 
}
.footer_shadow {
	background-image:   url(/images/footer_shadow.gif); 
	background-repeat: repeat-x; 
}
.infoback {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-image:   url(/images/info_back.gif); 
	background-repeat: repeat-x; 
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.red {
	color: #BE0000;
}
.red_large {
	line-height: 18px;
	font-size: 14px;
	color: #BE0000;
}
.black {
	color: #000000;
}
.black_big {
	line-height: 18px;
	font-size: 14px;
	color: #000000;
}
.white {
	font-size: 10px;
	color: #FFFFFF;
}

p {
	font-size: 11px;
	line-height: 14px;
}

h1 {
	font-size: 18px;
	color: #BE0000;
}
h2 {
	font-size: 14px;
	color: #BE0000;
}
h3 {
	font-size: 12px;
	color: #BE0000;
}



a {
	font-weight: bold;
	color: #BE0000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.navigation {
	font-size: 10px;
	font-weight: bold;
	color: #082E53;
	text-decoration: none;
	padding: 0 5 0 5;
}
.navigation:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5 0 5;
}
.snavigation {
	font-size: 10px;
	font-weight: bold;
	color: #082E53;
	text-decoration: none;

}
.snavigation:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FBF66C;
	text-decoration: none;

}




ol {
	font-size: 11px;
	line-height: 18px;
}

ul {
	font-size: 11px;
	line-height: 18px;
}


.footer {
	font-size: 11px;
	font-weight: bold;
}
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px #cccccc solid;
	color: #BE0000;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px #cccccc solid;
	color: #BE0000;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 1px #cccccc solid;
	color: #BE0000;
	font-size: 11px;
}