html, body 
{
   	background: #FFFFFF;
   	margin: 0px;
   	padding: 0px;
   	height: 100%;

}
   
body
{
   	font-size: 11px;
   	font-family: Verdana, Arial, sans-serif;
	background-image: url("background.gif");
	background-repeat: repeat-y;
	height: 100%;
   	text-align: left;
}

a
{
	color: #cc0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}
	
div#page
{
	width: 850px;
	height: 100%;
}

div#logo
{
	width: 470px;
	float: left;
	text-align: center;
}

div#text
{
	height: 100%;
	width: 350px;
	float: left;
	color: #cccccc;
}

div#content
{
	padding: 20px;
	text-align: justify;
}

table
{

	font-size: 11px;
	color: white;
	font-weight: bold;
}
tr.color
{
	color: #800000;
}

ul
{
	list-style: decimal-leading-zero;
}

