/* Custom Styles for IDXCentral.com Template Website - WebProIII */
/* Moineau Design */

.PrimaryColor 		{ background-color: #16388D;} 	/* Main Theme Color: 							CC0000 FFD46D*/
.AccentColor 		{ background-color: #D9A348;}	/* Thin line at top and bottom of page: 		*/
.NavigationColor 	{ background-color: #FCF1E0; }	/* Color behind navigation text: 				DDDDDD FFEDA6*/
.NavigationLines 	{ background-color: #D9A348; }	/* Lines separating navigation buttons: 		*/
.AccentLines	 	{ background-color: #D9A348; } 	/* Double lines found on home page:				*/
.TopBackground	 	{ background-color: #FFFFFF; } 	/* Background color behind pinstripes at top:	*/


/* Navigation - Text attributes */	
.Navigation { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 16px ; 
	text-decoration: none; 
	color: #000000
	}
	
/* Normal */	
.Normal { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 16px ; 
	text-decoration: none; 
	color: #000000
	}

/* Navigation - Text Hover attributes */		
.Navigation:hover {  
	text-decoration: none; 
	color: #999999
	}

/* All Links - Hover attributes */	
a:hover {  
	text-decoration: none; 
	color: #999999
	}
