/*Do not mess with these if you need to add or change a style ask first.*/
/*=====================GENERAL FORMATTING STYLES====================*/
  body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color:#000000;
	margin: 0;
	}

 #wrapper {
	position:relative;
	width: 760px;
	margin:auto;
}

/*========================TEXT STYLES=======================*/
  p {
	font-size: 11px;
	color: #ffffff;
	text-align:justify;
	padding:0px 14px 0px 33px;
	}
/*========================FOOTER STYLES=======================*/	
 #footer {
 	color: #ffffff;
	}
 
 #footer a:link,
 #footer a:visited,
 #footer a:hover {
	font-size: 9px;
	color: #ffffff;
	text-decoration:none;
	}
/*========================FORM STYLES=======================*/
 .submit {
 border: none;
 background:none;
 color:#fde195;
 height:15px;
 cursor:pointer;
}
 
 .textarea {
 border: none;
 background-color:#ffffff;
 font-size: 11px;
 height:14px;
 }
 
 .comments {
 border: none;
 font-size: 11px;
 background-color:#526687;
 }
 /*========================LINK STYLES=======================*/
 
 A:link {text-decoration: none; color: #fde195}
 A:visited {text-decoration: none; color: #fde195}
 A:active {text-decoration: none; color: #fde195}
 A:hover {text-decoration: color: #fde195}
