.tableheader {
	font-family: Arial, Verdana;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tablecontent {
	font-family: Arial, Verdana;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tabletext {
	font-family: Arial, Verdana;
	font-size: 12px;
}
input, select, body, p, span, div, ul, ol, li {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 17px;
}
.largeerror {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #AB2F2F;
}
.largenormal {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.large {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #002058;
}
.medium {
	font-family: Arial, Verdana;
	font-size: 12px;
}
.mediumerror {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #AB2F2F;
}
.small {
	font-family: Arial, Verdana;
	font-size: 11px;
}
a:link {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #002058;
}
a:visited {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #002058;
}
a:hover {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #002058;
}
a:active {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #002058;
}
.menu:a:link {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.menu:a:visited {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #F4F4F4;
}
.menu:a:hover {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #F4F4F4;
}
.menu:a:active {
	font-family: Arial, Verdana;
	font-size: 12px;
	text-decoration: underline;
	color: #FFFFFF;
}

#txtbox {
	width: 700px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding-bottom: 3px;*/
	padding: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
} 