/* CSS Document */
A  {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#000099;
		text-decoration:underline;
		font-weight:bold;
}
A:hover {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#0066ff;
		font-weight:bold;
		text-decoration:underline;
}
A:active {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#EF1B1B;
		font-weight:bold;
		text-decoration:underline;
}
A:visited {font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#9A7508;
		font-weight:bold;
		text-decoration:underline;
}

BODY  {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
		font-size:12px;
        font-weight:normal;
        font-style:normal; 
		background-image: url(images/background.jpg); 
}

.green  {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#336600;
		font-size:12px;
        font-weight:bold;
        font-style:normal; 
		 
}
.homesmall {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
		font-size:8px;
        font-weight:bold;
        font-style:normal; 
}		
.spacer {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
		font-size:2px;
        font-weight:normal;
        font-style:normal;   
}

.red  {font-family:Verdana, Arial, Helvetica, sans-serif;	
        color:#EF1B1B;
		font-size:12px;
        font-weight:bold;
        font-style:normal;   
}
.header1 {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#336600;
		font-size:17px;
		font-weight:bold
}
.header2 {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#EF1B1B;
		font-size:17px;
		font-weight:bold
}
.header3 {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
		font-size:17px;
		font-weight:bold
}		
.nav {font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-size:13px;
		font-weight:bold
}

.tabletext {font-family:Verdana, Arial, Helvetica, sans-serif;
        color:#000000;
		font-size:12px;
        font-style:normal; 
}
.zoom_button {
vertical-align: bottom;
}
/*Terms Consent Begin*/
#termsConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#termsConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeTermsConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeTermsConsent:hover {
    color: #FFF;
}
#termsConsent a.termsConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#termsConsent a.termsConsentOK:hover {
    background-color: #E0C91F;
}
/*Terms Consent End*/