@charset "utf-8";
/* CSS Document */

body {
	background-color: 	#FFF;
	color: 				#000;
	font-family: 		Verdana;
	font-size: 			12px;
	line-height:		1.22;
 	margin: 			0px 0px 0px 0px;
  	padding: 			0px 0px 0px 0px;  
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.header {
	color: #900;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}


	.footerMenu a {
		color: 				#900;
		font-size:			10px;
		text-decoration: 	none;
	} 
	
	.footerMenu a:hover {
		color:	 			#000;
		font-size:			10px;
		text-decoration:	underline;
	}





	/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- 
	
	Author:		Dennis Marcelo
	Date:		July 29 2011
	
	---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
	
	#Wrapper {
		border:					#000 1px solid;
		display:				inline-block;
		margin:					0px 0px 0px 0px;
		padding:				0px 0px 0px 0px;
		width:					775px;
	}
	
