/*
	USE http://riddle.pl/emcalc/ to calculate relative font-size
*/
body {
	/* FONT SIZE = 11px = 0.69em; 12px =0.75em*/
	font-size: 0.75em;
	line-height: 150%;
	font-family: arial,verdana, sans serif;
}
.componentheading {
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 1em;
}
h1,.componentheading {
	/* FONT SIZE = 24px */
	font-size: 2.0em;
}
h2 {
	/* FONT SIZE = 22px */
	font-size: 1.5em;
}
h3 {
	/* FONT SIZE = 18px */
	font-size: 1.5em;
}
h4 {
	/* FONT SIZE = 16px */
	font-size: 1.33em;
}
h5 {
	/* FONT SIZE = 14px */
	font-size: 1.17em;
}
h6 {
	/* FONT SIZE = 12px */
	font-size: 1.08em;
	
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
}

a{
	text-decoration: none;
	color: #00B5E0;
}
a:hover{
	text-decoration: underline;
}
a:active, a:visited {
	
}

pre {

}
blockquote {

}
