@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	background-color: #BFA58A;

}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

a:link    {
	color: #990000;
	text-decoration: none;
}
a:visited { color: #333333; text-decoration: none;}
a:active  {
	color: #CC0000;
	text-decoration: none;
} 
a:hover   {
	color: #CC0000;
	text-decoration: underline;
}
.BIGBLUE {
	font-size: 16px;
	font-weight: bold;
	color: #000099;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
}
.BIGblack {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
