@charset "utf-8";
/* CSS Document */
a:link {
    color: #009;
    text-decoration: none;
}
a:hover {
    color: #009;
    text-decoration: underline;
}
* {
	margin: 0;
	padding: 0;
	font: normal 12px "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 20px;
	}

.arrow {
	/*
	position: absolute;
	right: -508px;
	top: -8px;
	*/
	display:block;
	float:right;
	margin-top:-30px;
	padding-right:5px;
}

.block {
	background-color: #fff;
    margin: 0 15px;
    padding: 0;
    width: 570px;
	}

h1 {
	/*   background: url('../img/inactiveheader.png') repeat-x; */
	/* background: url('../img/activeheader.png') repeat-x; */
	background-color:#43486F;
	font-weight: bold;
	padding: 10px;
	/* color: #222; */
	font-size: 13px;
	border-top: 1px solid #000;
	}

a.h1:link {
    color: #eee;
    text-decoration: none;
}

a.h1:visited {
    /*  letter-spacing: 0.05em; */
    color: #eee;
    text-decoration: none;
}

a.h1:hover {
    /*  letter-spacing: 0.05em; */
    color: #ff9;
    text-decoration: none;
}

h1.active {
	/*  background: url('../img/activeheader.png') repeat-x;    */
	background: url('../img/inactiveheader.png') repeat-x;
	color: #222;
    text-decoration: none;
	}

p {
	padding: 10px;
	}

