BODY, body
 {
	FONT-SIZE: 10pt; 
	COLOR: #000000; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Arial,Verdana; 
}

.searchheader, A.searchheader:link
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	padding-left: 20px;
}

.bodytext
	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: none;
	color:	#000000;
	}	
	
.bodytextbold
	{	
	font-family: Arial;
	font-size:	10pt;
	font-weight: bold;
	text-decoration: none;
	color:	#000000;
	}	
	
A:link, A:visited, A:active	
	{	
	font-family: Arial;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: underline;
	color:	#1F1A17;
	}	

A:hover	
	{	
	font-family: Arial;
	font-size:	10pt;
	font-weight: normal;
	text-decoration:	underline;
	color:	#28156F;
	}

.Header, .header
	{	
	font-family: Verdana;
	font-size:	16pt;
	font-weight: bold;
	color:	#000000;
	text-decoration:	none;
	}	
		
.headbold
	{	
	font-family: Arial;
	font-size:	14pt;
	font-weight: bold;
	text-decoration: none;
	color:	#28156F;
	}	
	
UL LI
	{	
	list-style-type:	disc ;
	}	
	
UL LI LI
	{	
	list-style-type: circle;
	}
	
	
.Login, A.Login:link, A.Login:visited, A.Login:active
	{	
	font-family: Verdana;
	font-size:	12px;
	font-weight: bold;
	text-decoration:	none;
	color:	#FFFFFF;
	padding-left: 5px;
}	
	
A.Login:hover
	{	
	font-family: Verdana;
	font-size:	12px;
	font-weight: bold;
	text-decoration:	none;
	color:	#FFFFFF;
	padding-left: 5px;
}

.LoginBox
{
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Menu1, A.Menu1:link, A.Menu1:visited, A.Menu1:active
	{	
	font-family: Verdana;
	font-size:	12px;
	font-weight: bold;
	text-decoration:	none;
	color:	#FFFFFF;
	padding-left: 5px;
}	
	
A.Menu1:hover
	{	
	font-family: Verdana;
	font-size:	12px;
	font-weight: bold;
	text-decoration:	none;
	color:	#000000;
	padding-left: 5px;
}	

.Menu2, A.Menu2:link, A.Menu2:visited, A.Menu2:active
	{	
	font-family: Verdana;
	font-size:	11px;
	font-weight: bold;
	text-decoration: none;
	color:	#FFFFFF;
	}	
	
A.Menu2:hover
	{	
	font-family: Verdana;
	font-size:	11px;
	font-weight: bold;
	text-decoration: none;
	color:	#000000;
	}
	
.Menu3, A.Menu3:link, A.Menu3:visited, A.Menu3:active
	{	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:	#FFFFFF;
	}	
	
A.Menu3:hover
	{	
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:	#000000;
	}
	
.Form
	{
	font-family: Arial;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: none;
	color:	#666666;
	padding: 1px;
	}
	
.FormReq
	{
	font-family: Arial;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: none;
	color:	#666666;
	border:	1px solid #FF6666;
	padding: 1px;
	}
	
.Buttons
	{
	color: #FFFFFF;
	background-color: #5D7B9D;
	font-family: Arial; 
	font-size: 10pt; 
	font-weight: normal;
	height: 22px;
	}

.RedButton
	{
	color: #FFFFFF;
	background-color: #BF0D00;
	font-family: Arial; 
	font-size: 8.5pt; 
	font-weight: bold;
	height: 22px;
	}

.Footer
	{	
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color:	#FFFFFF;
	}	

#current 
{
color:	#000000;
	}
	
.ModalBackground
{
	background-color: Black;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
}

.ModalForeground
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: none;
	color:	#464646;
	padding: 15px;
	margin: 0px;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=70);
	MozOpacity: 0.7;
	opacity: 0.7;
	padding: 0px;
	margin: 0px;
}
.updateProgress div
{
	background-color: white;
	padding: 4px;
	position: absolute;
	top: 10%;
	left: 50%;
}

/* Style spec's for tooltip  */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  width:260px; padding:6px;
  color:#000; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }