body {
	margin: 0px;
	padding: 0px; 
	color: #002241;
	background-color: #D19F7C;
}

/* Hyperlinks Controls */
a:link { color: #286088; text-decoration: none; }
a:visited { color: #286088; text-decoration: none; }
a:hover { color: #286088; text-decoration: underline; }
a:active { color: #286088; text-decoration: none; }

.bg {
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
.copy {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #002241;
	line-height: 16px;
	vertical-align: top;
}
.foot {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

/* FOOTER Hyperlink Controls */
.foot a:link { color: #FFFFFF; text-decoration: none; }
.foot a:visited { color: #FFFFFF; text-decoration: none; }
.foot a:hover { color: #FFFFFF; text-decoration: underline; }
.foot a:active { color: #FFFFFF; text-decoration: none; }

