html, body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
        background-image: url(../Images/bg_Gradient.gif);
    background-repeat: repeat-x;
}

body
{
    text-align: center;
}



.Space
{
    	font-size: 1px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.PageTitle
{
    font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.PageText
{
    font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.MenuText
{
    	font-size: 14px;
	color: #2D1700;
	font-family: Arial, Helvetica, sans-serif;
}

tr.datarow {background-color:white; color:black;} 
tr.datarow-onmouseover {background-color:#F9B71C; color:black; cursor:hand; }


a.MenuHref:link		{ color: #2D1700; text-decoration: none }
a.MenuHref:active	{ color: #2D1700; text-decoration: none }
a.MenuHref:visited	{ color: #2D1700; text-decoration: none }
a.MenuHref:hover	{ color: #2D1700; text-decoration: none }
