h1 { 
font-size: large;
color: green;
letter-spacing: 1px;
 }

A:hover {
	color : #36648B;
	background: none;
}

BODY {
	font-family: Tahoma;
SCROLLBAR-FACE-COLOR: #747E90; 
SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3; 
SCROLLBAR-SHADOW-COLOR: #f3f3f3; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-BASE-COLOR: #333333; 
scrollbar-dark-shadow-color: e5e5e5; 
scrollbar-3d-light-color: #9BAAC1 
}
Table{
	font-family: Tahoma;
}

.nodec {
	text-decoration: none;
	background: none;
	color: black;
}
.sb {
	font-weight: bold;
	font-size: smaller;
}
/*---- FORM classes ----*/
.button {
	font-size: 11px;
	font-family: arial;
	color: white;
	background: Gray;
	font-weight: bold;
	height: 25px}

.width4 {
	width: 600px;
	background : none;
}

.width4s {
	background : none;
	color: white;
	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;
}

.cssBorder {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 2px;
}

.buttonscontainer {width: 150px;}

.buttons a {color: White;
border: 1px solid;
background-color: Black;
padding: 2px;
padding-left: 3px;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: Gray Silver Silver Gray;
display: block;
margin: 0px;
width: 100%;
text-align: left;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: Yellow;
border-color: Silver Gray Gray Silver;
color: Gray;
text-decoration: none;}