P  {
  font-size : 10pt;
	font-family : Tahoma, Arial;
}

H1  {
	font-family : Tahoma, Arial;
        font-size : 20pt;
	font-weight : bold;
	text-align : center;
}

H2  {
	font-family : Tahoma, Arial;
        font-size : 17pt;
        font-weight : bold;
}

H3  {
	filter : DropShadow(Color=#000000, offX=5, offY=5);
        font-size : 14pt;
	font-family : Tahoma, Arial;
        font-weight : bold;
}

A  {
        font-style: normal;
        text-decoration:none;
        font-family : Tahoma, Arial;
color : #000080;
  font-size : 10pt;
}

A:      Visited  {
        text-decoration:none;
        font-style: normal;
	font-family : Tahoma, Arial;
color : #000000;
  font-size : 10pt;
}

A:Active  {
        text-decoration:none;
        font-style: normal;
	font-family : Tahoma, Arial;
color : #0000ff;
  font-size : 10pt;
}

A:Hover  {
        text-decoration:none;
        font-style: italic;
	font-family : Tahoma, Arial;
color: #ff0000;
  font-size : 10pt;
}

BODY  {
	font-family : Tahoma, Arial;
  	font-size : 10pt;
}

.left  {
	text-align : left;
}

.center  {
	text-align : center;
}

.right  {
	text-align : right;
}

.red  {
	color : #ff0000;
}

.boldandcenter  {
	text-align : center;
	font-weight : bold;
}

.boldandleft  {
	text-align : left;
	font-weight : bold;
}
