BODY {
	SCROLLBAR-FACE-COLOR: rgb(234,242,255);
	SCROLLBAR-HIGHLIGHT-COLOR: rgb(234,242,255);
	SCROLLBAR-SHADOW-COLOR: rgb(234,242,255);
	SCROLLBAR-3DLIGHT-COLOR: rgb(120,172,255);
	SCROLLBAR-ARROW-COLOR: #003399;
	SCROLLBAR-TRACK-COLOR: #F5F5F5;
	SCROLLBAR-DARKSHADOW-COLOR: rgb(120,172,255);
	SCROLLBAR-BASE-COLOR: white;
	font: normal 12px Verdana;
	color: #ffffff;
	text-decoration: none;
	text-transform: capitalize;
	margin: 0;
	table-cellpadding: 0;
	table-cellspacing: 1;
	list-style: url(images/ball_hilite.gif);
	background: #444444 ;
/*	url(images/background.jpg) repeat-x fixed;*/
	leftmargin: 0;
	topmargin: 0px;
	marginwidth: 0; 
	marginheight: 0;
}

/* TABLE */
table {	 
background-color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12; 
cellpadding: 0; 
cellspacing: 1;
border-collapse: collapse;
 }
 
 .table-no-bgcolor {	
 background: none; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12; 
cellpadding: 0; 
cellspacing: 1;
border-collapse: collapse; 
 }


a {
text-decoration: none;
/*text-color: blue;*/
}

a:link {color: #ffffff}
a:link {text-decoration: none}
a:visited {color: #ffffff}
a:hover {color: yellow}

.lined 			{ border: 1px solid #C0C0C0; }
.lined-bottom 	{ border-bottom: 1px solid #C0C0C0; }
.lined-right 	{ border-right: 1px solid #C0C0C0; }
.lined-top	 	{ border-top: 1px solid #C0C0C0; }
.lined-left		{ border-left: 1px solid #C0C0C0; }
.lined-blue     { border:1xp dashed #66CCFF; }


