<style>

				A
				{
				text-decoration: underline;
				color: black;
				}
		         A:link {
		         	text-decoration: underline;
		         	color : black;
		         }
		         A:active {
		         	text-decoration: underline;
		         	color : black;
		         }
		         A:visited {
		         	text-decoration: underline;
		         	color : black;
		         }
		         A:hover{color:maroon; }
		         BODY {
		         	font-family: Tahoma
		         }
		         Table{
		         	font-family: Tahoma
		         }

		         /*---- FORM classes ----*/
		         .button {
		         	font-size: 11px;
		         	font-family: arial;
		         	color: white;
		         	background-color: Gray;
		         	font-weight: bold;
		         	height: 25px}
		         
				 .width4y {
		         	width: 515px;
		         	background-color : White;
		         	border : thin dotted yellow;
		         	padding : 8px;
					letter-spacing: 1px;
		         }

		         .width4 {
		         	width: 515px;
		         	background-color : White;
		         	border : thin dotted Black;
		         	padding : 8px;
					letter-spacing: 1px;
		         }
				 
				 .width4s {
		         	background-color : White;
		         	border : thin dotted Black;
		         	padding : 8px;
					letter-spacing: 1px;
		         }

		         .nounder {
		         	text-decoration: none;
		         	color: Black;
		         }

		         .input {
		         	font-size: 12px;
		         	font-family: tahoma;
		         	color: Navy;
		         }
		         .select {FONT-SIZE: 12px; FONT-FAMILY: arial; color: black}
		         .textBox {FONT-SIZE: 14px; FONT-FAMILY: arial; color: black}

		         BODY {
		         	scrollbar-base-color: #COCOCO;
		         	scrollbar-track-color: #COCOCO;
		         	scrollbar-face-color: gray;
		         	scrollbar-highlight-color: #CCCCFF;
		         	scrollbar-3dlight-color: #CCCCFF;
		         	scrollbar-darkshadow-color: #CCCCFF;
		         	scrollbar-shadow-color: #CCCCFF;
		         	scrollbar-arrow-color: white;
		         }
		         .cssBorder {
		         	BORDER-BOTTOM: black 1px solid;
		         	BORDER-LEFT: black 1px solid;
		         	BORDER-RIGHT: black 1px solid;
		         	BORDER-TOP: black 1px solid;
		         	PADDING-LEFT: 2px;
		         }
</style>
