.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#navlist {
	padding-left: 5px;
	padding-top: 8px;
}
#navlist ul {
			margin: 0; /*removes indent IE and Opera*/
			padding: 0; /*removes indent Mozilla and NN7*/
			list-style-type: none; /*turns off display of bullet*/
			font-family: Arial, Heletica, sans-serif;
			font-size: 11px;
			}	
			
#navlist li {
			margin: 0 0 2px;
			}
			
#navlist a {
			/*/*/display: block;
			padding: 1px 1px 1px 8px;
			border: 1px solid #333;
			width: 100px;
			background-color: #99916B;
			background-image: url(assets/cream.gif); /* */
			}
			
#navlist a:link, #navlist a:visited {
			color: #333;
			/*/*/color: #333;
			text-decoration: none; /* */
			}
#navlist a:hover {
			border: 1px solid #333;
			background-color: #FFF1B2;
			background-image: url(assets/cream_2.gif);
			color: #FF0000;
			}			
			

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
			/*/*/border: 1px solid #333;
			background-color: #FFF1B2;
			background-image: url(assets/cream_2.gif);
			color: #FF0000; /*/*/
			}					
			
										
.small_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.small_txt_cream {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF1B2;
	line-height: 10px;
	font-style: normal;
	text-align: right;
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF1B2;
}
