BODY  {
	font-size : 12px;
	font-family : Tahoma;
}

P,DIV,TABLE,TR,TD,UL,LI  {
	font-size : 12px;
	font-family : Tahoma;
}

H1  {
	font-family : Tahoma;
	font-size : 14px;
	font-weight : bold;
	color : Blue;
	text-align : left;
}

H2  {
	font-family : Tahoma;
	font-size : 13px;
	font-weight : bold;
	color : Blue;
}

H3  {
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	color : Blue;
}

A  {
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	color : Blue;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	text-decoration : underline;
}

A.smallmenu  {
	font-size : 11px;
}

DIV.copyright  {
	font-size : 10px;
	font-family : Tahoma;
}

P.error  {
	font-size : 18px;
	font-weight : bold;
	font-family : arial;
	color : #8080FF;
}

P.errmsg  {
	font-size : 12px;
	font-weight : bold;
	font-family : arial;
	color : red;
}

P.title  {
	font-size : 16px;
	text-decoration : underline;
	text-align : right;
	font-weight : bold;
	font-family : arial;
	color : #c0c0ff;
}

TD.hint  {
	font-size : 10px;
}

