BODY, body
 {
	FONT-SIZE: 10pt; 
	COLOR: #000000; 
	PADDING-TOP: 0px; 
	FONT-FAMILY: Georgia; 
}

.searchheader, A.searchheader:link
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	padding-left: 20px;
}

.bodytext
	{	
	font-size: .9em;
	color: #5f5f5f;
	font: Georgia;
	padding: 0px 0 0px 0;
	margin: 0;
	border-top: 0;
	border-bottom: 0;
	text-align: right;
	}	
	
.bodytextbold
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: bold;
	text-decoration: none;
	color:	#000000;
	}	
	
A:link, A:visited, A:active	
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: underline;
	color:	#1F1A17;
	}	

A:hover	
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: normal;
	text-decoration:	underline;
	color:	#28156F;
	}

.ThumbLinkC, A.ThumbLinkC:link, A.ThumbLinkC:visited, A.ThumbLinkC:active	
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: normal;
	text-decoration:	none;
	color:	#000000;
	}	

A.ThumbLinkC:hover	
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: normal;
	text-decoration:	underline;
	color:	#000000;
	}

.ThumbLinkN, A.ThumbLinkN:link, A.ThumbLinkN:visited, A.ThumbLinkN:active	
	{	
	font-family: Georgia;
	font-size:	8.5pt;
	font-weight: normal;
	text-decoration:	none;
	color:	#000000;
	}	

A.ThumbLinkN:hover	
	{	
	font-family: Georgia;
	font-size:	8.5pt;
	font-weight: normal;
	text-decoration:	underline;
	color:	#000000;
	}

.Header, .header
	{	
	font-family: Georgia;
	font-size:	15pt;
	font-weight: bold;
	color:	#000000;
	text-decoration:	none;
	}	
		
.headbold
	{	
	font-family: Georgia;
	font-size:	14pt;
	font-weight: bold;
	text-decoration: none;
	color:	#000000;
	}	
		
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: Georgia;
	font-size:	10pt;
	font-weight: bold;
	text-decoration: none;
	color:	#FFFFFF;
}	
	
A.Login:hover
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: bold;
	text-decoration: underline;
	color:	#FFFFFF;
}

.LoginBox
{
	
	border-style: none;
/*	border-color: #9d9d9d;  */
	border-width: 1px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Menu1, A.Menu1:link, A.Menu1:visited, A.Menu1:active
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: bold;
	text-decoration: none;
	color:	#FFFFFF;
}	
	
A.Menu1:hover
	{	
	font-family: Georgia;
	font-size:	10pt;
	font-weight: bold;
	color:	#FFFFFF;
/*	padding-left: 4px;  */
	text-decoration:	underline;
}	

.Menu2, A.Menu2:link, A.Menu2:visited, A.Menu2:active
	{	
	font-family: Georgia;
	font-size:	9pt;
	font-weight: normal;
	text-decoration: none;
	color:	#000000;
/*	background: #DEDEDE;    */
/*	padding: 2px; */
	z-index: 999;
	}	
	
A.Menu2:hover
	{	
	font-family: Georgia;
	font-size:	9pt;
	font-weight: normal;
	text-decoration: underline;
	color:	#000000;
/*    background: #DEDEDE;    
	padding: 2px; */
	z-index: 999;
	}
	
.Menu3, A.Menu3:link, A.Menu3:visited, A.Menu3:active
	{	
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:	#000000;
    background: #DEDEDE;
	padding: 2px;
	z-index: 999;
	}	
	
A.Menu3:hover
	{	
	font-family: Georgia;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:	#000000;
    background: #DEDEDE;
	padding: 2px;
	z-index: 999;
	}
	
.Form
	{
	font-family: Georgia;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: none;
	color:	#666666;
	padding: 1px;
	}
	
.FormReq
	{
	font-family: Georgia;
	font-size:	10pt;
	font-weight: normal;
	text-decoration: none;
	color:	#666666;
	border:	1px solid #FF6666;
	padding: 1px;
	}
	
.Buttons, .button, input[type=button], input[type=submit]
	{
	color: #FFFFFF;
	background-color: #646464;
	font-family: Georgia; 
	font-size: 9pt; 
	font-weight: normal;
	height: 24px;
	}

.Footer
	{	
	font-family: Georgia, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color:	#F0F0F0;
	}	

#current 
{
color:	#FFFFFF;
	}
	
.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%;
}

.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: 5px;
	margin: 0px;
}

/* 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:#ccc; font-size:11px; line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }
