body {
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	overflow : auto;
	font-family : Arial, Garamond, Verdana, Geneva, Helvetica, sans-serif;  /*"Lucida Grande",Tahoma,Arial,serif;*/
	font-size : 12px;
	background-image: url(BackgroundColorMain.jpg);
	background-repeat: repeat-x;/*background-repeat: repeat-x;*/
	
}
.a_white_Big {
 font-family : @Arial, Garamond, Verdana, Geneva, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 20px;
	text-decoration : none;
}
.a_white_Medium {
	font-family : Arial, Garamond, Verdana, Geneva, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	text-decoration : none;
}
.a_white_Small {
	font-family : Arial, Garamond, Verdana, Geneva, Helvetica, sans-serif;
	color : #FFFFFF;
	font-size : 9px;
	text-decoration : none;
}
#Table_white {
	top : 0;
	left : 0;
	color : #FFFFFF;
	position : relative;
	z-index : -1;
	width : 100%;
	height : 100%;
}
#comments {
	font-size : 8pt;
}
.Table_Default {
	background-image : url(Background900x600.png);
	position : relative;
	background-color : transparent;
	border : inherit;
	text-decoration : none;
	background-repeat : no-repeat;
	background-position : center center;
	background-attachment : scroll;
	width : 900px;
	height : 600px;
	padding-top : 0px;
	padding-bottom : 10px;
}
.Table_Border {
	border : inherit;
	text-decoration : none;
	border : 1px outset #FFFFFF;
	position : relative;
}

