/* PCDTR
   especify the font-size in pt.
   font-family: use the font filename
*/

@import "texts.php";


h1
{
	font-family: FreewDem,arial,verdana;
	margin: 0px 0px 12px 0px;
	font-size: 20pt;
	color: #D23564;
	font-weight: normal;
	background-color: #E3E3E3;
}

h1.white_bg
{
	font-family: FreewDem,arial,verdana;
	margin: 0px 0px 12px 0px;
	font-size: 16pt;
	color: #D23564;
	font-weight: normal;
	background-color: #FFF;
}

h2.dynamic
{
	font-family: FreewDem,arial,verdana;
	margin: 12px 0px 10px 0px;
	font-size:12pt;
	color: #2E5180;
	background-color: #FFF;
}