/* This CSS was written by A.E. Wieden, amy@luthien-tinuviel.net
   Copyright © 2006-2009 do not use without permission from the author! */
   
   body {
	margin:0px;
	padding:0px;
	background-image:url(image/palm_bg.gif);
	background-repeat:repeat;
	background-position:top right;
	background-color:#4874bb;
	background-attachment:fixed;
	color:black;
	}
#Header {
	margin:0px 0px 25px;
	padding:0px;
	text-align: center;
	}
.Content {
	margin:0px 200px 50px;
	padding:20px;
	color:black;
	background-color:#e4d8a6;
	border:2px dashed black;
	}
p, li {
	font-size:12px;
	line-height:20px;
	font-family:Trebuchet MS;
	margin:0px 0px 12px 0px;	
	}
table, tr, td {
	font-size:12px;
	line-height:20px;
	font-family:Trebuchet MS;
	margin:0px 0px 12px 150px;	
	}
a {
	color:#09C;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:Trebuchet MS;
	}
	
a:link {color:#33900a;}
a:visited {color:#216104;}
a:hover {background-color:#c0c0c0;}

h1 {
	color:#216104;
	font:34px Trebuchet MS;
	font-weight:900;
	}
h2 {
	color:#216104;
	font:25px Trebuchet MS;
	font-weight:700;
	margin:18px 0px 3px 0px;
	}

.first {margin-top:0px; padding-top:0px;}