BODY		
{
	left: 0%;
	top: 0%;	
	margin: 0px;
	
        font-family: verdana, arial, sans-serif;
	font-size: 10pt;	
	font-weight: bold

	background-color:white;
	color:white;
}

A
{
}
A:link		/* Rules for Anchors (links) */
{
    COLOR: white;
    FONT-WEIGHT: bold;
}

A:hover
{
    COLOR: orange;
}


A:active	/* Rules for Anchors (active) */
{
    COLOR: red;
}

A:visited	/* Rules for Anchors (visited) */
{
    COLOR: orange;
}

TABLE
{
			
        font-family: verdana, arial, sans-serif;	/* The default fonts to be used. */
	font-size: 10pt;				/* font size for the body */
	font-weight: bold;

	text-align:left;

	width:670px;
	border:2px solid white;

	margin: 0px;	
	padding: 0px;

	background-color: #007138;
}

TD
{
	text-align:center;
}

