@charset "utf-8";
/* CSS Document */
/*   Colors

*/
html {
	background-color:#dde6ef;
}
.hidden {
  display: none;
}
#body { background-color:red!important; color:yellow!important;}
#content h2 {
	color: #ffffff;
	background:#ddddee;
	}

#content h2 a {
	color: #ffffff;
	}

#content h2 a:hover {
	color: #7a4214;

	}
/*  comments on index.php   */
.pcomment {
       font-size:.7em;
}
.pcomment a{
        text-decoration:none;
        color:red;
        font-weight:bold;
}
.pcomment a:hover{
        text-decoration:underline;
}

/*   image widget - hide border   */
#sidebar img {
  border-style: none!important;
}

.faq-title a { font-size:.9em!important; color:blue!important; }
.faq-title a:visited {color:red!important;}

/* cforms  */

span.reqtxt, span.emailreqtxt {color:red; }
label.secq:before {color:red; content:"Security Question (required)";}
