/* Custom Styles for IDXCentral.com Template Website */
/* Moineau Design */

.PrimaryColor 		{ background-color: #1E397B;} 		/* Main Theme Color CC0000 FFD46D*/
.ArrowColor 		{ background-color: #821D0C;} 		/* Arrow Color */
.NavigationColor 	{ background-color: #E3E5EE; } 		/* Color behind navigation text DDDDDD FFEDA6*/
.PageFrameColor 	{ background-color: #EBECF1; } 		/* Subpage frame E1E1E1*/


/* 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: #000000;
}

/* Navigation - Text Hover attributes */		
.Navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	text-decoration: none;
	color: #999999;
}

/* All Links */
a {  
	color: #000000; 
	text-decoration: underline}
	
/* All Links Rollover Color */
a:hover {  
	color: #999999; 
	text-decoration: none}
	


