.StyleSheetHiddenPlaceHolder  {
	display : none;
}

A:link  { color : #0033FF; }
A:visited  { color : #0099FF; }
A:active  { color : #00CCFF; }
A:hover  { color : #0099FF; }

H1, H2, H3, H4, H5, H6  {
	font-family : Verdana, Arial, Sans-serif;
	font-weight : Bold;
	text-decoration : none;
	color : #AD0000;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 5px;
}

H1  {font-size : 22px;}
H2  {font-size : 18px;}
H3  {font-size : 16px;}
H4  {font-size : 14px;}
H5  {font-size : 10px; font-weight : normal;}
H6  {font-size : 10px; font-weight : normal; text-align : right;}

P, {
	font-family : Verdana, Arial, Sans-serif;
	font-weight : normal;
	font-size : 12px;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
}

SELECT, INPUT, TEXTAREA  {
	font-family : "Courier New", Courier, mono;
	font-weight : normal;
	font-size : 11px;
}

UL  {
	list-style-image : url(../style/lidot.gif);
	list-style-type : circle;
}

LI  {
	font-family : Verdana, Arial, Sans-serif;
	font-weight : normal;
	font-size : 12px;
	margin-top : 0px;
	margin-bottom : 0px;
}

TABLE, TH, TD  {
	font-family : Verdana, Arial, Sans-serif;
	font-weight : normal;
	font-size : 10px;
	margin-top : 0px;
	margin-bottom : 0px;
}

TH  {font-weight : bold;}

I  {font-style : italic;}
B  {font-weight : bold;}
U  {text-decoration : underline;}
EM  {font-weight : bold; font-style : normal; color : #AD0000;}
PRE {font-family : monospace; font-size : 11px;
}

