.size9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.size11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #669900;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
.watermark {
	background-attachment: scroll;
	background-image: url(images/bg_watermark.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.watermark_sidenav {
	background-attachment: scroll;
	background-image: url(images/sidenav/sidenav_r3_c2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.style-button {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	background-color:#ffffff;
}
.style-textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#ffffff;
	padding:2px;
}
.style-textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#ffffff;
	padding:2px;
}
/* Contact Us nav */

a.contactus, .contactus:link, .contactus:visited {
	background: #debe8a;
	border-right: 1px dotted #a08258;
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-size: 11px;
	text-decoration: none;     
	letter-spacing: 1px;
	cursor:hand;
	cursor:pointer;
	color: #573908!important;
}

.contactus:hover {
	background: #f2ebb1;
	color: #905d0b!important;
}

.contactus:active {
	background: #fff!important;
	color: #b51568!important;
}

/* WWR at EC nav */

a.wwrec, .wwrec:link, .wwrec:visited {
	background: #802025;
	border-right: 1px dotted #fff;
	display: block;
	text-align: center;
	padding: 0.75em 0.3em;
	font-size: 11px;
	text-decoration: none;     
	letter-spacing: 1px;
	cursor:hand;
	cursor:pointer;
	color: #FFCC00!important;
}

.wwrec:hover {
	background: #E2C7CC;
	color: #571619!important;
}

.wwrec:active {
	background: #fff!important;
	color: #000000!important;
}