/* CSS Document */
body
{
	background: url(images/bg.jpg) top center no-repeat #00285D;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
}
#container
{
	background: url(images/top-div.jpg) no-repeat top center;
}
h1
{
	font-style: italic;
	font-size: 17px;
	line-height: 0px;
	color: #00285D;
}
.header
{
	font-size: 17px;
	font-weight: bold;
}
.heading
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #71441A;
}
.small
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.footer
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.border
{
	border: 2px solid #71441A;
}
A:link	{ font-size: 12px; font-weight: bold; color:#0000CC; text-decoration: none;}
A:visited { font-size: 12px; font-weight: bold; color:#0000CC; text-decoration: none;}
A:active {  font-size: 12px; font-weight: bold; color:#0000CC; text-decoration: none;}
A:hover	{  font-size: 12px; font-weight: bold; color:#0000CC; text-decoration: underline;}

.footer A:link	{ color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight: bold;}
.footer A:visited { color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight: bold;}
.footer A:active { color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight: bold;}
.footer A:hover	{ color: #FFFFFF; font-size: 11px; text-decoration: none; font-weight: bold;}

.scroll
{
	scrollbar-base-color: #C89666;
    scrollbar-arrow-color: #B46F2F;
}