.headders {

	font-family: "Comic Sans MS";

	font-size: 14px;

	font-weight: bold;

	text-transform: capitalize;

	color: #000000;

}

.bodytext {

	font-family: "Times New Roman", Times, serif;

	font-size: 14px;

	line-height: normal;

}

.sidebar {
	background-image: url(../admin/images/greenfadegwg.png);
	background-repeat: repeat-y;
	font-size: xx-small;
	line-height: 1px;

}

.bottombar {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: italic;

	font-weight: normal;

	color: #99CC00;



}
.mainPageText {
	font-family: "Myriad Pro", "MS Serif", "Agency FB", Arial;
	font-weight: normal;
	font-size: 16px;
}

pre
{
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
#search p {
	font-family: Arial, Helvetica, sans-serif;
}
