a  {
	font-size : 10px;
	font-weight : normal;
	color : #855925;
	text-decoration : underlined;
}

a:visited  {
	color : #000000;
}

a:active  {
	color : #000000;
	text-decoration : underlined;
}


body, td, select, textarea, input {
	font-size : 11px;
	font-weight : normal;
	color : #855925;
}


H4 {
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	font-family : verdana, arial, Helvetica, sans-serif;
	text-decoration : none;
}


.warning  {
	font-size : 11px;
	border-width : 2px;
	border-color : red;
	border-style : dotted;
	padding : 2px;
	background-color : MistyRose;
}


input.invalid  {
	font-size : 11px;
	border-width : 1px;
	border-color : red;
	border-style : solid;
	padding : 0.5em;
	height : 2.5em;
	background-color : MistyRose;
}


textarea.invalid, select.invalid  {
	font-size : 11px;
	border-width : 1px;
	border-color : red;
	border-style : solid;
	padding : 0.5em;
	background-color : MistyRose;
}


input.valid  {
	font-size : 11px;
	border-width : 1px;
	border-color : silver;
	border-style : solid;
	padding : 0.5em;
	height : 2.5em;
	background-color : White;
}


textarea.valid, select.valid  {
	font-size : 11px;
	border-width : 1px;
	border-color : silver;
	border-style : solid;
	padding : 0.5em;
	background-color : White;
}


.copyright {
	font-size : 10px;
	font-weight : bold;
	color : #666666;
}


.red {
	font-size : 10px;
	color : #cc0000;
	text-decoration : none;
}


.big {
	font-size : 12px;
	font-weight : bold;
	color : #000000;
}


.bigger {
	font-size : 14px;
	font-weight : bold;
	color : #000000;
}


.big, .bigger, .red, .copyright, .warning, select, textarea, input, td, body, a {
	font-family : verdana, arial, Helvetica, sans-serif;
	text-decoration : underlined;
}


a.menu {
	border: solid 1px #DDD;
	padding: 2px 6px 2px 6px;
	margin: 1px 1px;
	background: #F1F1F1;
	width: 120px;
	height: 1%;
	line-height: 1em;
	color: #000;
	display: block;
	text-decoration: none;
}


a.menu:hover {
	border: solid 1px #999;
	background: #CCC;
}



.quote {
	padding: 5px;
	margin: 5px;
	background: #F1F1F1;
}


.quoteauthor {
	text-align: right;
	font-weight : italic;
	color : #666666;
}


pre {
	font-size : 12px;
	word-wrap: break-word;
	margin: 10px, 0, 10px, 0;
}
.watermark {
	background-attachment: fixed;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}
.watermark2 {

	background-attachment: fixed;
	background-image: url(../images/top_banner_sml.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
