/* 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 ############### */
html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: 10px;
	color: #000;
	}

h1,h2,h3,h4,h5,h6{font-weight: normal; font-family: Arial, Helvetica, sans-serif; margin-bottom: 5px;}	
h1{ font-size: 160%; margin-top: 20px; color:#c52d53}
h2{ font-size: 140%; margin-top: 20px}
h3{ font-size: 120%; margin-top: 20px}
h4{ font-size: 110%; margin-top: 20px}
h5{ font-size: 100%; margin-top: 20px}

td{}

.white{ color:#FFFFFF}
.red{ color:#cc0436}

#footer{
	font-size:80%;}


#maincontent ul{list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}