/* CSS Document */

	.textarea {
		width:30ex;
		height:23ex;
	}
	.miniText {
		width:3ex;
	}
	.mediumText {
		width:8ex;
	}
	
	.bottomRights {
		font-family: verdana,arial, sans-serif;
		font-size: 11px;
		color: #000000;
		font-weight:bold;
	}
	
	.title {
		font-family: verdana,arial, sans-serif;
		font-size: 12px;
		color: #000000;
		font-weight:bold;
	}
	
	.title2 {
		font-family: verdana,arial, sans-serif;
		font-size: 12px;
		color: #823e1b;
		font-weight:bold;
	}
	
	.testimonial {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;
		text-align:justify;
	}
	
	.testimonialSign {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #000000;
		font-weight:bold;
		text-align:right;
	}
	
	BODY {
	scrollbar-base-color: #c0d0e0;
	scrollbar-arrow-color: #505050;
	scrollbar-track-color: #ffffff;
	font-family: verdana,arial, sans-serif;
	font-size: 11px;
	 cursor: default;
	 margin: 0px;
	 }
	INPUT, TEXTAREA, SELECT {
	 /*background: #FFFFFF;*/
	 font-family: arial;
	 font-size: 11px;
	 color: #000000;
	}
	A:LINK {
	 color: #202020;
	 font-weight: bold;
	 text-decoration: none;
	 cursor: default;
	 }
	A:VISITED {
	 color: #202020;
	 font-weight: bold;
	 text-decoration: none;
	 cursor: default;
	 }
	A:ACTIVE {
	 color: #2070f0;
	 font-weight: bold;
	 text-decoration: none;
	 cursor: default;
	 }
	A:HOVER {
	 color: #CC6600;
	 font-weight: bold;
	 font-style: normal;
	 cursor: default;
	 text-decoration: underline;
	 cursor:pointer;
	 }
