table.nav1 td a { 
	color: #000000; 	
	text-decoration: none;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
xtable.nav1 td a:hover { 
	background-color: #EEF7EE; 
	color: #CC0033
}
table.nav1 td a:hover {
	background-color: #cc0033;
	color: #ffffff;
	padding: 3px;	
}
p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
	text-decoration: none;
}
.b	{
	font-weight: bold;
}

.i	{
	font-style: italic;
}

.specialstext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt
}
h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt	
}
li {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal
}
table {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt
}
.greenlink {  
	color: #009966
}
.table2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	border: #009999; 
	border-style: dotted; 
	border-top-width: thin; 
	border-right-width: thin; 
	border-bottom-width: thin; 
	border-left-width: thin
}
.subnav {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt
}
h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold
}
.nav{
	border:1px solid #ccc;
	border-width:1px 0;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav li{
    display:inline;
}
.nav a{
    color: #000000; 	
	text-decoration: none;
	display:inline-block;
    padding:14px;
}
.nav a:hover {
	background-color: #cc0033;
	color: #ffffff;
	padding: 0px;
	max-width: 740px;
}