body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {color: #4B01B1;text-decoration: underline;}
a:hover    {text-decoration: none;}

h1 { font-size: 20;}

small { font-size: 11;}

input {
	border-width: 1;
	border-style: solid;
	border-color: black;
}

input.go {
	width: 50px;
	margin-bottom: 0;
	margin-left: 2;
	margin-right: 8;
	margin-top: 0;
	background-color: Gray;
	color: white;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}
input.login {
	font-size: 12px;
	font-family: arial;
	width: 85px;
	height: 18;
	padding-bottom: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
}

input.login2 {
	font-size: 12px;
	font-family: arial;
	width: 150px;
	height: 18;
	padding-bottom: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
}

input.noborder {
	border-style: none;
}  

select {border-style: solid; border-width: 1px; font: 9pt; height: 18}
select.viewdb {width:250}

textarea { border-style: solid; border-width:1px;}

.hh1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.hh2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.blue {
	color: Blue;
}

.orange {
	color: #A0522D;
}

.white {
	color: #DCDCDC;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
}

.green {
	color: green;
	font-size: 12px;
	text-decoration: none;
}

.red {
	color: red;
	font-size: 12px;
}

.highlight { 
	background: #F0FFF0; 
	font-weight: bold;
}

.smaller {
	font-size: 11px;
}

#whatsnew {
	font-size: 11px;
}

#heading {
	font-weight: bold;
	text-align: center;
}

#heading a {
	color: #AEA5E2;
	font-size: 11px;
	font-weight: bold;
}

#heading a:active {
	color: #FF4646;
}