h1,h2,h3
{
font-family: verdana, verdana, 'sans serif'; 
}

p,table,li
{
font-family: verdana, verdana, 'sans serif'; 
margin-left: 10pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p,li,th,td
{
font-size: 100%;
}

body
{
background-color: #ffffff;
}

table
{
	border-width: 0px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

th 
{
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #fffafa;
	-moz-border-radius: ;
}

td
{
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #ffffff;
	-moz-border-radius: ;
}

h1,h2,h3,p 
{
color:black; 
}

ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:mediumblue}
a:hover   {color:mediumblue}



