.body	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none}
.bodyBold	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: bold; 
	font-variant: normal;
	color: #000000; 
	text-decoration: none }
.bodyItal	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: italic; line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none}
.bodyGreen	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #999966; 
	text-decoration: none}
.quote	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; font-style: italic; line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #999966; 
	text-decoration: none}
.heading		{ 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 16px; font-style: normal; line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none ; text-transform: none}
.headingGrey	{ 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 16px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #666666; 
	text-decoration: none ; text-transform: none }
.headingBlk	{ 
	font-family: Geneva, Arial, Helvetica, san-serif; f
	ont-size: 16px; font-style: normal; line-height: normal; 
	font-weight: bold; font-variant: normal; 
	color: #000000; 
	text-decoration: none ; text-transform: none }
.copyright	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #999999; 
	text-decoration: none }
a:link {
	text-decoration: underline;
	color: #999999;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #666666;
}

.bodyGreenBold {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #999966; 
	text-decoration: none
}
.navi {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #666666; 
	text-decoration: none }
a.navi:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #666666; 
	text-decoration: none }
a.navi:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #666666; 
	text-decoration: none }
a.navi:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #666666; 
	text-decoration: none }
a.navi:active {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; font-style: normal; line-height: normal; 
	font-weight: normal; font-variant: normal; 
	color: #666666; 
	text-decoration: none }

/*******drop-down navigation *******/
#navigation {
	position:absolute;
	left:470px;
	top:60px;
	width:600px;
}

#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

#nav a:link,
#nav a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted transparent;
}

#nav a:hover,
#nav a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-decoration:none;
	border-bottom:1px dotted #999;
	
}

#nav {
	list-style: none;
}

#nav li li a {
	
}

#nav li li a:hover {
}

#nav li {
	float:left;
	position:relative;
	margin:0 10px 0 10px;
}

#nav li ul {
	list-style:none;
	display:none;
	position:absolute;
	top:100%;
	left:-40px;
	z-index:6000;
	padding-top:10px;
}

#nav li li {
	display:block;
	float:none;
	background-color:transparent;
	border:0;
	margin:0;
	text-align:left;
	width:150px;
}

#nav li:hover ul, #nav li.sfhover ul {
	display:block;
}

#nav a img {
	background-color:transparent;
	border:none;
	text-decoration:none;
}


/********end*********/
