body
{
	margin: 0px;
	background: url(img/bg.jpg) repeat-x #0E0F10;
	height:100%;
}
A   	{ color: #1ABEC8; text-decoration: none;  }
A:link	{ color: #1ABEC8; text-decoration: none; }
A:visited { color: #1ABEC8; text-decoration: none; }
A:active { color: #1ABEC8; text-decoration: none; }
A:hover	{ color: #C8D5D9; text-decoration: underline; }

.address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*color: #0486CA;*/
	color: #e9e9e9;
}
.offwhitetext
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #e9e9e9;
}
.whitetext
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
}
.bluetext
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0189C5;
}
.tealtext
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1ABEC8;
}