@charset "UTF-8";
/* CSS Document */

body{
	background-color: #E2E0CE;
}

a:link,
a:visited
{
	color:#283786;
	text-decoration: none;
}

a:hover,
a:active,
a:focus
{
	color:#000;
	font-weight: bold;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 19px;
	line-height: 23px;
	color: #283786;
	text-decoration: none;
}

h6 {
	font-size: 14px;
	text-decoration: none;
	margin-top: 3px;
	margin-bottom: -2px;
	color: #FFF;
}

h6 a:link, a:visited {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

h6 a:hover,
a:active,
a:focus
{
	color:#E2E0CE;
	font-weight: bold;
}



h1p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 23px;
	color: #edecdc;
	text-decoration: none;
	font-weight: lighter;
}

h2 {
	font-size: 17px;
	color: #991316;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	color: #666;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
		padding-left: 25px;
}

.blacknav a:hover,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
	
}

.blacknav {
	text-decoration: none;
}



#header {
	-moz-box-shadow: black 0px 0px 35px;
	box-shadow: black 0px 0px 35px;
	background-color: #edecdc;
	background-repeat: repeat-x;
}
.navi {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 2pt;
	font-weight: lighter;
	font-variant: small-caps;
	color: #595959;
	text-decoration: none;
	background-color: #EDECDC;
	-moz-box-shadow: #666 0px 0px 15px;
	box-shadow: #999 0px 3px 5px;
	font-style: normal;
	background-image: url(img/nav_aqua.jpg);
}

.navi a:link, a:visited {
	color: #595959;
	text-decoration: none;
}



.navi a:hover,
a:active,
a:focus {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}






.shadow {
	-moz-box-shadow: red 2px 2px 2px -2px,;
	box-shadow: red 2px 2px 2px -2px,;
}

.blockmidleshadow {
	-moz-box-shadow: black 0px 0px 15px;
	box-shadow: black 0px 0px 15px;
}

.fontsign {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E2E0CE;
	text-decoration: none;
}


.Container {
	position: absolute;
	width: 450px;
	height: 250px;
	padding: 0px;	
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 500px;
	height: 267px;
	top: -5px;
	text-align: left;
}
#Scroller-1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding-left: 25px;
}

.Scroller-Container {
	position: absolute;
	width: 495px;
}

.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
	top: -7px;
	left: 501px;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 223px;
	left: 500px;
}
