BODY
{
	margin: 0;
	padding: 0px;	
	color: #000000;
	background-color: #EEEEEE; 
}

TD 
{
	font-family: arial;
	font-size: 11px;
	vertical-align: top;
	
}

TD.center
{
	font-family: arial;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

TD.bottom
{
	font-family: arial;
	font-size: 11px;
	text-align: left;
	vertical-align: bottom;
}

H1
{
	margin: 0 0 0 0;
	font-family: arial;
	font-size: 16px;
	color: #777777;
}

.menutitle
{
	cursor:pointer;
	color: #000000;
}

.quicklinks a:link, .quicklinks a:visited
{
	color: #777777;
	text-decoration: none;
}

.quicklinks a:hover
{
	color: #777777;
	text-decoration: underline;
}

A	
{
	color: #FF0099;
	text-decoration: none;
}
	
A:link	
{
	color: #FF0099;
	text-decoration: none;
}

A:hover	
{
	color: #FF0099;
	text-decoration: underline;
}

A.reddot	
{
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
}

A.reddot:link	
{
	color: #FF0000;
}
	
A.reddot:hover	
{
	color: #FFOOOO;
	text-decoration: underline;
}

FONT.reddot
{
	color: #FF0000;
}

/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:480px; height:367px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:480px; height:367px; 
	clip:rect(0px, 480px, 367px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:10px; height:365px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:10px;
  width:10px; height:346px;
  background: url("images/scrollbar.gif") #EEEEEE;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:0px;
  width:8px; height:20px;
 background: #FF0099;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  


