/* CSS Document */

body {
	background-color: #33CCCC;
	font-family:Optima, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

a {
	text-decoration:underline;
	color:#993300;
	font-style:italic;
}

#header {
	color:#993300;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
}

#copyright {
	color: #000000;
	font-size: x-small;
	text-align: center;
}

#copyright a {
	color: #000000;
	text-decoration: underline;
	padding-bottom: 0px;
}

.homepage {
	background-image:url(../images/Main_Body_Area001.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #99CC00;
}
