	/* LINKS */

a:link {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #639C2B;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	}

a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #628540;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	}

a:active {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #9AF046;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	}

a:hover {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	font-style: oblique;
	color: #44D72C;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	}


	/* BODY */

body {
	background-color: #E7EFC8;
	margin: 0;
	text-align: justify;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #607A47;
	}


/* DIV LAYERS */

div#header {
	position: relative; top: 0;
	width: 500px;
	height: 488px;
	margin: 0 auto;
	}

div#witch {
	position: relative; top: 0;
	width: 400px;
	margin: 0 auto;
	}


	/* PARAGRAPHS */

h1 {
	padding: 3px 5px 3px 10px;
	margin: 5px;
	background: none;
	border: 0;
	color: #506E2D;
	font-size: 12px;	
	line-height: 13px;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: default;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 7px;  
	}

p {
	text-align: justify;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #607A47;
	}

p.center {
	text-align: center;
	padding: 0 0 5px 0;
	margin: 5px;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: normal;
	color: #607A47;
	}


	/* TABLES */

table {
	background-color: #E7EFC8;
	border: 0;
	}

input, option, select, textarea { 
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border: 1px solid #84A762;
	font-family: 'trebuchet ms', arial, tahoma, verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #84A762;
	}

