body {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
background-color: #EDEDED;
}

.mainTable {
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

table.contentTable {
	border-width: 0px;
	border-spacing: 10px;
	border-style: none none none none;
	border-collapse: separate;
	
}

.smallContentHeader {
	width: 200px;
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: none none none none;
	background-color: #231F20;
	color: white;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}
.smallContent {
	width: 200px;
	vertical-align: top;
	font-size: 13px;
	border-width: 4px 4px 4px 4px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #231F20 #231F20 #231F20 #231F20;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}

.mainContentHeader {
	width: 600px;
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
	background-color: #231F20;
	color: white;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}

.mainContent {
	width: 600px;
	vertical-align: top;
	font-size: 13px;
	border-width: 4px 4px 4px 4px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #231F20 #231F20 #231F20 #231F20;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}

.fullContent {
	width: 800px;
	vertical-align: top;
	font-size: 13px;
	border-width: 4px 4px 4px 4px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: #231F20 #231F20 #231F20 #231F20;
	-moz-border-radius: 9px 9px 9px 9px;
	-webkit-border-radius: 9px 9px 9px 9px;
}

h1 {
	font-size: 16px;

}

.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}


.formErr {
font-size: 10px;
color: red;
font-weight: bold;
}

a:link {
color: #6DB33F;
text-decoration: underline;
font-weight: bold;
}

a:visited {
color: #51C8E8;
text-decoration: underline;
font-weight: bold;
}

#a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #51C8E8;
font-weight: bold;
}
