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

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

body {
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	
}

ul, ol, h1, h2, h3, h4, h5, h6, p,{
	line-height: 110%;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:left;
	color:#000;
}

h1 {
	color:#900;
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
	}
		
h2	{
	color:#F00;
	font-weight:bold;
	font-size:1.25em;
	}

h3 {
	color:#000;
	font-weight:lighter;
	font-size:14px;
	}
	
.bold {font-weight:bold;
}
/* Classes Biatch */

.PageTitle{
	color:#900;
	font-size:3em;
	font-weight:bold;

	
}
.mini {
	color:#666;
	font-size:11px;
	
	}
	
.quote {
	color:#000;
	font-size:12px;
	font-style:italic;
	}
	
.quoted {
	color:#000;
	font-size:12px;
	text-align:right;
	font-weight:bold;
	}
	
.accent {
	color:#000;
	font-size:12px;

	}

/* Links Biatch */

#Nav a {
	font-family: Sans-Serif;  
	font-size:1.25em;
	color:#900;
	text-decoration:none;
	font-weight:bold;
}

#Nav a:hover{
	font-size:1.25em;
	color:#F00;
	text-decoration:underline;
	
}


a {
	color:#900;
	text-decoration:underline;
	}
	
a:hover{
	color:#F00;
	text-decoration: underline;
	}

/* footer Biatch */	
	
#footerNav{
	color:#666666;
	font-size:10px;
	text-align:center;
	padding:5px;
	}			
#footerNav li {
	display:inline;
	}

li {
	line-height:130%;
}
	

	
	


