/* css Zen Garden default style v1.01 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */


/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 8pt/16pt georgia; 
	color: #FFFFFF; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #009933;
	}

.forms {
	font: 8pt/16pt georgia;
	color: #666666; 
	margin: 0px; 
	}
	
.BodyBg {
	background:	#99cccc;
	}
	
.new{
	font: 9pt/16pt georgia; color: #000000; margin: 0px; 
	}	
.new a:link{
	font: 9pt/16pt georgia; text-decoration: underline; color: #003366; margin: 0px; 
	}
.new a:visited{
	font: 9pt/16pt georgia; text-decoration: underline; color: #003366; margin: 0px; 
	}
.new a:hover{
	font: 9pt/16pt georgia; color: #ffffff; margin: 0px; 
	}

.menu{
	font: 9pt/16pt georgia; color: #000000; margin: 0px; 
	}	
.menu a:link{
	font: 9pt/16pt georgia; text-decoration: underline; color: #003366; margin: 0px; 
	}
.menu a:visited{
	font: 9pt/16pt georgia; text-decoration: underline; color: #003366; margin: 0px; 
	}
.menu a:hover{
	font: 9pt/16pt georgia; color: #cccccc; margin: 0px; 
	}
