A:hover {
color : blue;
background: none;
}

BODY {
	font-family: Tahoma;
}
Table{
	font-family: Tahoma;
}

.nodec {
text-decoration: none;
background: none;
}

/*---- FORM classes ----*/
.button {
	font-size: 11px;
	font-family: arial;
	color: white;
	background: Gray;
	font-weight: bold;
	height: 25px;}

.width4 {
	width: 600px;
	background : none;
	text-align : center;
}

.width4n {
	width: 600px;
	background : none;
	text-align : left;
}

.width4s {
	background : none;
color: black;
	border : thin dotted Black;
	padding : 8px;
letter-spacing: 1px;
}
.margin {
margin-left: 15px;
}
.nounder {
text-decoration: none;
background: none;
color: Black;
}

.input {
font-size: 12px;
font-family: tahoma;
color: Navy;
background: none;
}
.select {
FONT-SIZE: 12px;
FONT-FAMILY: arial;
color: black;
background : none;
}

.textBox {
FONT-SIZE: 14px;
FONT-FAMILY: arial;
color: black;
background: none;
}

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;
}