html,body {
	padding: 0px;
	margin-top: 0; margin-left: 0; margin-right: 0px;
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;	
}

td {
	vertical-align: top;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;	
}
.mainback {
	background-image: url(/i/menu-background.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.top { vertical-align: top; }

.ten { font-size: 10px; }
.eleven { font-size: 11px; }
.twelve { font-size: 12px; }
.fourteen { font-size: 14px; }

.bold { font-weight: bold; }
.nobold { font-weight: normal; }
.justified { text-align: justify; }
.spaced { line-height: 1.5em; }

.underline { text-decoration: underline; }

.white { color: #FFFFFF; }
.blue { color: #000099; }
.orange { color: #FF7010; }
.sixgrey { color: #666666; }
.threegrey { color: #333333; }	
.red { color: #CC0000; }

.uover { text-decoration: none; }
.uover:hover {	text-decoration: underline; }

.less-spacing { letter-spacing: -0.03em; }

input.search {
	background-color: #F0F0F0;
	border: 1px solid #999999;
	font-size: 11;
}

.border {
	border-style:solid;
	border-color: #CCCCCC;
	border-width: 1px;
}


input.text,textarea {
	border: 1px solid #7F7FCC;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 12;
	font-weight: bold;	
}
textarea {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

