body {
	font-family: "Trebuchet MS", Tahoma, Arial;
	background-image: url(/images/bodyBG.gif);
	margin: 0 0 0 0;
}

a {
	font-size: 11px;
	font-weight: bold;
	color: #7DA09B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

.bodyText {
	font-size: 11px;
	font-weight: normal;
	color: #515652;
}

.formLabel {
	font-size: 11px;
	font-weight: bold;
	color: #515652;
}

.formError {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.formSuccess {
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

input, select {
	font-size: 11px;
	font-weight: normal;
	color: #515652;
}

textarea {
	font-size: 11px;
	font-weight: normal;
	color: #515652;
	width: 100%;
	height: 100px;
}

.footerText {
	font-size: 11px;
	font-weight: normal;
	color: #A6AAA6;
}

.footerLink {
	font-size: 11px;
	font-weight: normal;
	color: #A6AAA6;
	text-decoration: none;
}

.footerLink:hover {
	text-decoration: underline;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	color: #7DA09B;
}

.crumbs {
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #B0B2B0;
}

.crumbsPhoto {
	border: inset 1px;
	margin: 5px 0 0 0;
}

.errorHeadline {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

.errorLabel {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

input, textarea {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.navTable, .hostingTable {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 24px;
}

.nav_OFF_LINK, .hosting_OFF_LINK {
	display: block;
	height: 24px;
	padding: 4px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #4D564D;
	background-color: #E4E6E4;
	border: 1px #FFFFFF solid;
}

.nav_OFF_LINK:hover, .hosting_OFF_LINK:hover {
	background-color: #FFFFFF;
	border: 1px #E4E6E4 solid;
	text-decoration: none;
}

.nav_ON {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #4D564D;
	background-color: #FFFFFF;
	border: 1px #E4E6E4 solid;
}

.mainTable {
	background-color: #FFFFFF;
	width: 600px;
	height: 100%;
	margin: auto;
}

.mainTableTD_header {
	margin: 0 0 0 0;
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	height: 10px;
}

.mainTableTD_footer {
	margin: 0 0 0 0;
	vertical-align: top;
	padding: 15px 5px 5px 5px;
	height: 10px;
}

.mainTableTD_bottom {
	margin: 0 0 0 0;
	vertical-align: top;
	padding: 15px 5px 15px 5px;
	background-image: url(/images/footerBG.gif);
}

.bodyTableTD_left {
	margin: 0 0 0 0;
	vertical-align: top;
	padding: 0 15px 0 15px;
	height: 10px;
	width: 1px;
}

.bodyTableTD_right {
	margin: 0 0 0 0;
	vertical-align: top;
	padding: 0 15px 0 0;
	height: 10px;
}

.bodyPhotoTable {
	background-color: #E4E6E4;
	width: 225px;
	height: 300px;
	margin: auto;
}

.bodyPhotoTableTD {
	margin: 0 0 0 0;
	vertical-align: bottom;
	padding: 15px 15px 15px 15px;
}

.mainDiv {
	text-align: center;
}

.logo {
	margin: 0 0 15px 0;
}

.buttonImage {
	margin: 0 0 0 15px;
	border: 1px solid #FFFFFF;
}

.buttonImage:hover {
	border: 1px dashed #B4B6B4;
}

.portfolioImage {
	border: 1px dashed #000000;
	float: left;
	margin: 0 10px 10px 0;
}