/* CSS DOCUMENT */

/*-------------------------- GENERAL --------------------------*/
body {
	padding:0;
	margin:0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-image:  none;
	background-repeat: no-repeat;
	width: auto;
	}
	.spacer {
	line-height:0; font-size:0; clear:both;
	}
/*-------------------------- HEADER --------------------------*/
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 25px;
	}
/*-------------------------- NAVIGATION --------------------------*/
/*-------------------------- CONTENT -----------------------------*/
div#content {
	}
a.linkText { 
color: #FFF;
text-decoration:none;
} 
a.linkText:link { 
color: #FFF;
text-decoration:none;
} 
a.linkText:active { 
color: #FFF;
text-decoration:none;
} 
a.linkText:visited { 
color: #FFF;
text-decoration:none;
} 
a.linkText:hover { 
color: #FFF;
font-weight:bold;
text-decoration:none;
} 
div#content p.location {
	font-family: "Arial";
	font-size: 7pt;
	text-align: center;
	}
/*-------------------------- FOOTER PART -------------------------*/
div#content p.copyright {
	font-family: "Lucida Handwriting";
	font-size: 9pt;
	text-align: center;
	}

