/* CSS Document */
a:link {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#69c;
	text-decoration:none;
}

a:visited {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #69c;
	text-decoration:none;
}

a:active {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #69c;
	text-decoration:none;
}

a:hover {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color:#036;
	background-color: none;  
	border-top: 1px dashed #BDB996;
	border-bottom: 1px dashed #BDB996;
}

	
body {
	background: #036;
	background-image:url("images/backgroundtile.png");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	table-layout: fixed;
	align: center;
}


h3 {
	font: 125% Georgia, "Times New Roman", Times, serif;
	color: #036;

}

h4 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #036;
	top:inherit;
}



td {
	font: Georgia, "Times New Roman", Times, serif black;
}

p {
	font: 90% Georgia, "Times New Roman", Times, serif black;
}

p2 {
	font: 90% Georgia, "Times New Roman", Times, serif black;
}

p3 {
	font: 75% Georgia, "Times New Roman", Times, serif black;
	color:#666666;
}

p4 {
	font: 90% Georgia, "Times New Roman", Times, serif black;
	color: #666666;
	font-weight: bold;
}

p5 {
	font: 62% Georgia, "Times New Roman", Times, serif black;
	color:#666666;
}

/*
#navigation {
	position: absolute;
	top: 20;
	left: 0;
	width: 10em;
}

#content {
	margin-left: 10em;
}

.headline {
	font-family: TradeGothic, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #3366CC;
}
*/