/* HTML Elements go here.  Any Class based styling goes into classes.css */
BODY
{
	margin: 0px;
	font-size: 8pt;
	color: black;	
	font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
}


a, a:hover, a:visited, a:unknown, a:active
{
	color: blue;
}


	
h1,h2,h3,h4,h5,h6
{
	font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
}	

H1 
{
	font-size: 20px;
}	

H3 
{
	font-size: 16px;
}

th 
{
	font-size: 14px;
}

p, td
{
	font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
	font-size: 11px;
	color: black;
	text-decoration: none;	
}
BUTTON
{
	font-size: 8pt;
	overflow: visible;
	font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
	width:75px;
	height:24px;
	overflow:auto
}
fieldset
{
    margin:5px;
}
legend
{
    margin-left:-2px;
}
LABEL
{
    font-size: 8pt;
    font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
}
SPAN, SELECT, DIV, INPUT, BUTTON
{
    font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
    font-size: 8pt;
}
OL
{
    line-height:20px;
    font-family: Tahoma, Microsoft Sans Serif, Arial, Helvetica, Verdana, Geneva;
    font-size: 8pt
}
IFRAME
{
    background-color:Transparent;
}
