/** modified 2012-04-16 **/
body {
	position: relative;
	margin: 0;
	-webkit-text-size-adjust: none;
	min-height: 416px;
	font-family: helvetica,sans-serif;
	-webkit-background-size:0.438em 100%; 
	background: -webkit-gradient(linear,left top,right top,from(#c5ccd4), color-stop(71%, #c5ccd4), color-stop(72%, #cbd2d8), to(#cbd2d8));
	-webkit-touch-callout: none;
}
.topbar {
	height: 32px;
	position: relative;
	font-size: smaller;
	left: 0;
	top: 0;
	width: auto;
	background-color: #888;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cdd5df), color-stop(3%, #b0bccd), color-stop(50%, #889bb3), color-stop(51%, #8195af), color-stop(97%, #6d84a2), to(#2d3642));
}
.pageContents {
	-webkit-border-radius: 8px;
	background-color: #FFE;
	border: #878787 solid 1px;
	font-size: 12pt;
	overflow: hidden;
	padding: 0;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 9px 9px 9px 9px;
	list-style: none;
}
.textbox {
	padding: 5px 9px;
	position: relative;
	overflow: hidden;
	width: auto;
}
.textbox img {
}
.textbox p {
	margin-top: 2px;
	color: #000;
	margin-bottom: 2px;
}
.menuButtons {
	position: relative;
	margin: auto;
	width: 246px;
	height: 24px;
	top: 3px;
}
.menuButtons a{
	width: 80px;
	line-height: 24px;
	border: solid 1px #556984;
	display: inline-block;
	text-align: center;
	color: white;
	text-decoration: none;
	margin: 0 0 0 0;
	background-color: #999;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#909baa), color-stop(3%, #a5b4c6), 
		color-stop(50%, #798eaa), color-stop(51%, #6b83a1), color-stop(97%, #6e85a3), to(#526379));
}
.menuButtons a:first-child{
	width: 80px;
	border-top-left-radius: 6px; -moz-border-top-left-radius: 6px; -webkit-border-top-left-radius: 6px;
	border-bottom-left-radius: 6px; -moz-border-bottom-left-radius: 6px; -webkit-border-bottom-left-radius: 6px;
}
.menuButtons a:last-child{
	width: 80px;
	border-top-right-radius: 6px; -moz-border-top-right-radius: 6px; -webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; -moz-border-bottom-right-radius: 6px; -webkit-border-bottom-right-radius: 6px;
}
.menuButtons .pressed { 
	background: #666;
}
#footer {
	text-align: center;
	font-size: smaller;
}
.small {
	font-size: smaller;
}
.center {
	margin: auto;
	display: block;
	text-align: center!important;
}
.genericTable {
	width: 100%; text-align: center; border-collapse: collapse;
}
.genericTable .headrow {
	font-size: smaller;
	background-color: #CCD1D7;
}
div #contact {
	background-color: transparent;
}
#contact #errors {
	font-size: smaller;
	text-align: left;
}
#contact p {
	text-align: center;
}
#contact label {
	font-size: smaller;
}
#contact input, #contact textarea {
	border: 1px solid #bac5d6;
	width: 180px;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
#contact input[type="checkbox"] {
	width: 20px;
}
#contact input.fout, #contact textarea.fout {
	border: 1px solid #FF0000;
}
#contact label.fout {
	color: #FF0000;
}
