html {
	overflow-y: scroll; /* forces RH scroll bar - lovely !*/
}
body {
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:14px;
}
#content {
	position: relative; 
	margin: auto; /* CENTERS*/
	top: 0px;	
	width: 500px;
	height: auto;
	min-height:300px;
	color: #444343;
	text-align:center;
	padding: 10px;
	font-size:16px;
	/*border: 1px solid red;*/
}
.mybtnup {
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
.mybtndn {
	font-size:16px;
	color:#000000;
	background-color:#CCCCCC;
	text-decoration:none;
}
.specs td{
	padding:5px;
	border:solid 1px #CCC;
}
.text10 {
	font-size:10px;
	color:#000000;	
}
.text12 {
	font-size:12px;
	color:#000000;	
}
.text12ul {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
.text12err {
	font-size:12px;
	color:#FF0000;
}
.textgrn {
	font-size:12px;
	color:#008800;
}
.text14 {
	font-size:14px;
	color:#000;
}
.text14link {
	font-size:14px;
	color:#000;
	text-decoration:underline;	
}
a:hover {
	background-color:#CCCCCC;
}