/* Custom Styles for IDXCentral.com Template Website */
/* Moineau Design */

.NavigationColor 	{ background-color: #2e5e60; } 		/* Color behind navigation text DDDDDD FFEDA6*/
.NavLineSep		 	{ background-color: #787869; } 		/* Navigation separator line color */


/* Main Text attributes */
.Normal {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px}

/* Navigation - Text attributes */	
.Navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

/* Navigation - Text Hover attributes */		
.Navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	color: #ffffff;
}

/* All Links */
a {  
	color: #374932; 
	text-decoration: underline}
	
/* All Links Rollover Color */
a:hover {  
	color: #999999; 
	text-decoration: none}
	
/* Link - No Underline */	
.LinkNoLine {
	text-decoration: none;
}
