* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: darkblue;
}

body {
	background-image: url('../pics/grad.png');
}

.hold {
	text-align: left;
	vertical-align: top;
}

.blank {
 list-style-type: none
 }

ul {
 list-style-type: square
 }

ul ul {
 list-style-type: circle
 }
 
.marg {
	margin-bottom: 4px;
}

A.menulink {
	display: block;
	width: 210px;
	text-align: left;
	text-decoration: none;
	font-family:arial;
	font-size:14px;
	color: #eeeeee;
	font-weight: bold;
	BORDER: none;
	border: solid 1px #FFFFFF;
}

A.menulink:hover {
	border: solid 1px #000000;
	background-color:#AFAFAF;
}

#pscroller1{
	width: 200px;
	height: 90px;
	border: 1px solid black;
	padding: 5px;
	background-color: silver;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 3px;
}

h1 {
	text-align: center;
	font-size: 18px;
	color: #222222;
	margin-top: 10px;
	margin-bottom: 5px;
}



td {
	vertical-align: top;
}

#foot {
	font-size: 13px;
}

.links {
	font-size: 13px;
	margin-left: 5px;
	margin-top: 2px;
	white-space: nowrap;
}

p {
	margin-left: 5px;
}