body {
	background-image:url(images/background.jpg); background-repeat:repeat-x; background-color:#f0f0eb;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#414141;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
	
h1 {
	font-family:"Trebuchet MS";
	color:#00679b;
	font-size:24px;
	margin:0px;
	font-weight:normal;
	}
h2 {
	color:#414141;
	font-size:20px;
	margin:0px;
	font-weight:normal;
	}
h3 {
	color:#414141;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	}

a:link {
	color: #00679b;
	text-decoration: none;
}
a:visited {
	color: #00679b;
	text-decoration: none;
}
a:hover {
	color: #00679b;
	text-decoration: underline;
}

.avd {
	width: 700px;
	padding-right: 260px;
	margin: 5px auto 10px;
	font-size: 0.75em;
	text-align: center;
}

.avd a:link, .avd a:visited, .avd a:active {
	color: #999;
	text-decoration: none;
}

.avd a:hover, .avd a:focus {
	text-decoration: underline;
	color: #666;
}


