/* CSS Document */

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

a:link 
	{color: rgb(39,21,154);}
a:visited
	{color: rgb(56,134,21);}
a:hover
	{color: rgb(21,103,243);}
a:active
	{color: rgb(181,21,165);}
body {
	background-color: #FFFFFF;
	background-image: url(../tiles/top_tile1.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}


.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.text_bold {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000000}
.text_bold_white {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #FFFFFF;}
.text_white {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; }



