/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

body
{
	background-color: <? global $g_bgcolor; echo $g_bgcolor;?>;
}


.headline
{
	font-family: arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: <? global $g_titlecolor; echo $g_titlecolor;?>;
}

.desc
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: <? global $g_desccolor; echo $g_desccolor;?>;
}

td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
