/* CSS Document */

/* ############### FONTS.TALES.CSSFRAMEWORK ############### */

/*
contains:
	font rules - to be adjusted for each site that uses this framework
	DOES NOT INCLUDE NAVIGATION FONTS
*/	



/* ############### BASIC FONT SETTINGS ############### */
/* ############### ADJUST ON A AS-NEEDED-BASE ############### */
html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:140%;
	color: #000;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	color: #000;
	}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}	
h1{
	font-size: 150%;
	margin-top: 0px;
	font-weight: bold;
	color:#009ee0
}
h2{ font-size: 130%; margin-top: 0px; font-weight: normal; 0px; color: #E2007A;}
h3{ font-size: 110%; margin-top: 0px; color: #fff; font-style:italic}

td{}

#topnav, #sidenav{
font-family:Arial, Helvetica, sans-serif}

#leftcolTxt{
font-size:85%; margin:10px}
#leftcolTxt a{
	color:#000}

.white{ color:#FFFFFF}
.red{ color:#cc0436}

#footer{
	font-size:80%;}
#footer a, #footer a:visited{
	color:#000;}

#maincontent {font-size:85%;}
#maincontent ul{list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}