/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 13px;
	letter-spacing : .1em;
}
body {
	background-color: #ffffff;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../_imgs/main_bkg.gif);
	}
.white {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #FFFFFF;
	font-weight : bold;
}

.white A:link    {color : #ffffff;	text-decoration : none;}
.white A:visited {color : #ffffff; text-decoration : none;}
.white A:active  {color : #ffffff; text-decoration : none;}
.white A:hover   {color : #333333; text-decoration : none;}