html,body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#outer {
  width: 50em;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 2em;
}

table.centerBoth {
  border-spacing: 0;
  border-collapse: collapse;
  height: 100%;
  width: 100%;
}
table.centerBoth,table.centerBoth td {
  padding: 0;
  margin: 0;
  border: 0 none;
}
table.centerBoth td {
  text-align: left; /* IE/Win bug fix */
}


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

.smallfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px/*small*/;
}

.mainmenufont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px/*small*/;
}

.legalfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px/*small*/;
}

.footerfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.xsmallfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px/*x-small*/;
}

.xxsmallfont {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px/*x-small*/;
}

.error {
	color:#FF1111;
}


A:link {text-decoration: none; color:#006600; font-weight:bold}
A:visited {text-decoration: none; color: #006600; font-weight:bold}
A:active {text-decoration: none; font-size: inherit; font-weight:bold}
A:hover {text-decoration: none; color: /*#FF6633*/#FF7000; font-weight:bold}

body {
	background-color: #FEFEFE; 
}

