@charset "utf-8";
/* CSS Document */
body {
	background-image: url(layout/background.gif);
	text-align: left;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	letter-spacing:0px;
	color: #666666;
	align: left;
}

#dropshadow1 {
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;
	width:1072px;
	position:relative;
	top:25px;
	left:25px;
	height:100%;
}

.Header {
	font-family: Georgia, serif;
	font-size: 21px;
	color: #91A7C7;
}

.font1 {
	font-family: Georgia, serif;
	font-size: 17px;
	color: #91A7C7;
}

.Home {
	font-family: Georgia, serif;
	font-size: 10px;
	font-align:right;
	font-style: normal;
	line-height: normal;
	color:#666666;
}
.Footer {
	font-family: Georgia, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	letter-spacing:0px;
	color:#666666;
}

A:link {
	color: #666666;
	text-decoration: none;
	}

A:visited {
	color: #666666;
	text-decoration: none;
	}

A:active {
	color: #666666;
	text-decoration: underline;
	}
	
A:hover {
	color: #91A7C7;
	text-decoration: underline;
	}