body,td {
  font-family: Arial, Verdana, helvetica, sans-serif;
  font-size: 12px;
}
a:hover {
	text-decoration:none;
}
input,select,textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.font9 {
	font-size: 9px;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.noUnderlines {
	text-decoration: none;
	color: #000000;
}
.serverTypeWarning {
	opacity:.7;
	background:#C00;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	position:absolute;
	top:0;
	left:50%;
	width:200px;
	margin-left:-100px;
	padding:1em;
	border-radius: 0 0 5px 5px;
	border: 1px solid #000;
	border-top: 0;
	box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}
