html {height:100%; background:#88CBDF;}
body {
	color:#3D1603;	
	font:12px Verdana, Arial, Helvetica, sans-serif;
	min-height:100%;
}
* html body {height:100%;}
*+ html body {height:100%;}

/* Common Parts */
a {text-decoration:underline; color:#3D1603;}
a:hover {text-decoration:none;}
img {border:none;}
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #3D1603;
}

.contentBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #3D1603;
}
.footerAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #88CBDF;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #FFF;
}
a.linkContent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #3D1603;}
	a.linkContent:visited { color:#3D1603;}
	a.linkContent:active { color:#3D1603;}
	a.linkContent:hover { color:#3D1603; text-decoration: none;
}
a.linkContentBold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #3D1603;}
	a.linkContentBold:visited { color:#3D1603;}
	a.linkContentBold:active { color:#3D1603;}
	a.linkContentBold:hover { color:#3D1603; text-decoration: none;
}
a.linkcopyright {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #FFF;}
	a.linkcopyright:visited { color:#FFF;}
	a.linkcopyright:active { color:#FFF;}
	a.linkcopyright:hover { color:#FFF; text-decoration: none;
}