/* CSS Document */
/* ############### tales.be css framework v0.3 (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: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454545; letter-spacing: 0.01em;}
p{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #454545;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 1em;
	}
a:link{	color: #93032e;}
a:visited{ color: #727272;	}
a:active{	color: #575757;}
a:hover{	color: #575757;}

h1,h2,h3,h4,h5,h6{font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; margin-bottom: 5px; letter-spacing: 0.0em;}	
h1{ font-size: 200%; margin-top: 0px; color: #93032e;}
h2{ font-size: 150%; margin-top: 20px;}
h3{ font-size: 125%; margin-top: 20px;}
h4{ font-size: 110%; margin-top: 20px}
h5{ font-size: 100%; margin-top: 20px}
h6{ font-size: 90%; margin-top: 20px}


.homepage h2{
	
	color:#93032E;
}

.markup h2{
	margin-top: 0px !important;
	color: #93032E;
}

.highlight h2{
	margin-top: 0px !important;
}

.highlightyear h2{
	background-color: #93032E;
	color: #fff;
	padding-left: 5px;
}

.training h2{
	font-size: 115%;
	font-weight: bold;
	color:#93032E;
}
.training h2 span{
	font-size: 85%;
	font-weight: bold;
	color: #454545;
	}

.studies h3{
	/*font-weight: bold;*/
}
.studiedescr h3{
	margin-top: 0px;
}

	
.red{	
	color:#93032E;
	font-weight: bold;
	font-style: italic;
}
.fontsizeplus{	
	font-size: 125%;
}
td{}


#maincontent ul{	list-style: square;	margin: 10px 0 10px 40px;}
#maincontent ul li{	margin-bottom: 3px;}