/* Defaults */
body {
	text-align: center;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 11px;
	color: #000;
	background: #B8CCB8 url(../images/recback.gif);
	padding: 0;
	margin: 15px 0 5px;
	
}

/* Links */
a:link {
color: #000000;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #000000;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #000000;
background : #f5f5f5; 
text-decoration : underline; 
}
a:active {
color: #999999;
background : inherit; 
text-decoration : none; 
}

/* Main Nav Bar */
.top-nav-inner a:link {
	color: #FFFFFF; 
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}
.top-nav-inner a:visited {
	color: #FFFFFF; 
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}
.top-nav-inner a:hover {
	background: inherit; 
	color: #555555;
	font-weight: bold;
	text-decoration: underline;
}
.top-nav-inner a:active {
	color: #FFFFFF; 
	background: inherit;
	font-weight: bold;
	text-decoration: underline;
}

/* End of Main Nav Bar */



.easySig {
	font-weight: bold;
	color: #009999;
	font-size: 12px; 
}

.easySigLarge {
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #009999;
	font-size: 23px; 
}
