h1
{	color: black; 				/* main header */
 	font-size: 24pt;
    font-family: "Tahoma";
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px
}

h2
{	color: black; 				/* main header */
 	font-size: 10pt;
    font-family: "Tahoma";
    font-weight: normal;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px
}

h3
{	color: black; 				/* main header */
 	font-size: 8pt;
    font-family: "Arial";
    font-weight: normal;
    text-align: right;
}


a:link 	  					/* link-properties */
{
	TEXT-DECORATION: underline;
	color: black;
	font-weight: normal
}

a:visited
{
	TEXT-DECORATION: underline;
	color: black;
	font-weight: normal
}

a:hover
{
	TEXT-DECORATION: underline;
	color: blue
}

hr
{
	background-color: black;
	color: black;
	height: 2px;
	border: 0
}

td
{
    BORDER-RIGHT: #FFFFFF 0px solid;
    BORDER-TOP: silver 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: white 0px solid;
    COLOR: black;
    BORDER-BOTTOM: #FFFFFF 0px solid;
    FONT-FAMILY: Arial;
    background-color: #FFFFFF
}

th
{
    BORDER-RIGHT: #FFFFFF 0px solid;
    BORDER-TOP: #FFFFFF 0px solid;
    FONT-SIZE: 12pt;
    BORDER-LEFT: #FFFFFF 0px solid;
    COLOR: black;
    BORDER-BOTTOM: #FFFFFF 0px solid;
    FONT-FAMILY: Arial;
    font-weight: 900;
    text-align: left
}

