body {
	background-color: #ebebeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
.nine_lgray {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
.eleven_lgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.eleven_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990033;
	font-weight: bold;
}
.thirteen_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size: 13px;
	color: #789915;
}
td.dots {
	border:0px; 
	border-bottom:1px dotted #999999;
	height:0px;
}
textarea.d1 {
	font-size: 11px;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	scrollbar-face-color:#eoeoeo;
	scrollbar-arrow-color:#dc772e;
	scrollbar-track-color:#E0E0E0;
	scrollbar-shadow-color:#888888;
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:#999999;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-color: transparent;
	border: transparent;
	padding: 2px;
}
textarea.d2 {
	font-size: 11px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	scrollbar-face-color:#eoeoeo;
	scrollbar-arrow-color:#dc772e;
	scrollbar-track-color:#E0E0E0;
	scrollbar-shadow-color:#888888;
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:#999999;
	border-left-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-color: transparent;
	border: transparent;
	padding: 2px;
}

a.legal:link {
	color: #999999;
	text-decoration: underline;
}
a.legal:visited {
	text-decoration: underline;
	color: #999999;
}
a.legal:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}
a.legal:active {
	text-decoration: underline;
	color: #999999;
}
a.nav:link {
	color: #789915;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #789915;
}
a.nav:hover {
	text-decoration: underline;
	color: #DC772E;
	background-color: #F4F4F4;
}
a.nav:active {
	text-decoration: none;
	color: #789915;
}
a.fnav:link {
	color: #5B5B5B;
	text-decoration: none;
}
a.fnav:visited {
	text-decoration: none;
	color: #5B5B5B;
}
a.fnav:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #FFFFFF;
}
a.fnav:active {
	text-decoration: none;
	color: #5B5B5B;
}.eleven_black {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.nine_black {

	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.nine_white {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 350px; /* width of reactive image */
     height: 320px; /* height of reactive image */
     background-image: url(images/after.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/before.jpg); /* source for target image */
     }
a.image1 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 350px; /* width of reactive image */
     height: 320px; /* height of reactive image */
     background-image: url(images/after1.jpg); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image1:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/before1.jpg); /* source for target image */
     } 