/* Default Theme Colors*/
/* Could be moved to be an inline css in order to speed things up and prevent a db connection*/

body {
	text-decoration: none;
	line-height: 1.5em;
}

p {
	text-decoration: none;
	line-height: 1.5em; 
	margin: 0 0 1em 0;
}

a:hover { text-decoration: none;}
.special-color  a:hover { text-decoration: none; }


/* Default Declarations */
body {	background-color:#f2f2e8;  }

p, li, td	{	color:#000000;  }	

a, a:link, a:visited, a:active, a:hover {color:#424b38;}

.primary {Background-color:#f2f2e8;}

.secondary {Background-color:#bfbb8c;}

.special {Background-color:#424b38; }


.special-color, .special-color a, .special-color a:link, .special-color  a:active, .special-color  a:hover, .special-color  a:visited  { color:#424b38;}

.realtorname {color:#333333;}

.realtorcontact {color:#000000;}


.footer, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {color:#333333;}

.menu, .menu a:link, .menu a:visited, .menu a:hover, .menu a:active {color:#FFFFFF;}

.menu-bgcolor {Background-color:#FFFFFF; }

.tickerColor {color:#333333;text-decoration: none;}


<!-- CUSTOM COLOR SCHEMAS -->


.special-color-red, .special-color-red a, .sspecial-color-red a:link, .special-color-red  a:active, .special-color-red a:hover, .special-color-red  a:visited { color: #990000;}
.special-color-black, .special-color-black a, .special-color-black a:link, .special-color-black  a:active, .special-color-black  a:hover, .special-color-black  a:visited  { color: #000000;}
.special-color-white, .special-color-white a, .special-color-white a:link, .special-color-white a:active, .special-color-white a:hover, .special-color-white a:visited  { color: #ffffff;}
