/* CSS Document */
/* ############### tales.be css framework v0.2 (by kvd) ###############  */
/* ############### 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 ############### */
body{
	font-family: 'PTSansNarrowRegular', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3em;
	color: #222;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	color: #000;
	}

h1,h2,h3,h4,h5,h6{font-weight: normal; margin-bottom: 5px;}	
h1{ font-size: 160%; margin-top: 20px;}
h2{ font-size: 140%; margin-top: 20px}
h3{ font-size: 120%; margin-top: 20px}
h4{ font-size: 110%; margin-top: 20px}
.col3 h4{ margin-top: 0px}
h5{ font-size: 100%; margin-top: 20px}

td{}
a:link, a:visited{color:#222;}
a:hover{ color:#cc0033}

#footer{
	font-size:80%;}


#maincontent ul{list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}
