A  {
	font-size : 8pt;
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

A:Visited  {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	color: #cccccc;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	font-size : 10pt;
    font-family: "MS Sans Serif", Arial, Tahoma, sans-serif;
	color : #000000;
}



.smallheader  {
	font-size : x-small;
	font-weight : bold;
}

.smallerheader  {
	font-weight : bold;
	font-size : xx-small;
}

.smalltext  {
	font-size : x-small;
}

.smallertext  {
	font-size : xx-small;
}

.tbflat  {
	
	font-size : 12px;
	font-family : Arial;
	border-width : 1;
	border-style : solid;
	border-color : #000000;
}

.cmdflat  {
	font-size : 12px;
	font-family : Arial;
	background-color : #eeeeee;
	color : #000000;
	font-weight : normal;
	border-width : thin;
}

td {
   font-size : 12px;
   font-family : Arial;
}


.thintable {
   border-color : #cccccc;
   border-width : 1;
   border-style : solid;
}   