div.header {
	width: 600px;
	height: 150px;
	background-color: #FFFFFF;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index: 1;
}

div.container {
	width: 600px;
	height: auto;
	background-color: #FFFFFF; 
	z-index: 1;
	background-image: url('bgrepeat.gif');
	background-repeat: repeat-y;
	background-attachment: scroll; 
	border: 1 #A8A8A8 solid;
}

div.footer {
	width: 600px;
	height: 59px;
	background-color: #FFFFFF;
	background-image: url('footercopyrights.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	z-index: 1;
}


table.menu {
	border: 0;
	background-color: #000000;
	width: 600px;
	height: 29px;
}


table.submenu {
	border: 0;
	width: 600px;
	height: 25px;
}

td.menu {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	color: #575757;
}


body {
	/*
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #CA4243;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #3E5662;
	scrollbar-shadow-color: #3E5662;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #D9D9D9;
	*/

	background-color: #FFFFFF; 
	font-family: verdana, helvetica, sans-serif;
	color: #575757;
	font-size: 10pt;
	text-align: justify;
}



a:link, a:visited, a:active {
	text-decoration: none; 
	background-color: transparent;
	color: #E4B966; 
	font-family: century gothic, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt; 
}


a:hover {
	background-color: transparent;
	text-decoration: none;
	color: #DE8F48; 
	font-family: century gothic, helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10pt;
}


td, p, div {
	font-family: verdana, helvetica, sans-serif;
	color: #575757;
	font-size: 10pt;
	background-color: transparent;
	text-align: justify;
}

strong {
	font-family: century gothic, helvetica, sans-serif;
	color: #DE8F48;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
}



b, em {
	font-family: century gothic, helvetica, sans-serif;
	color: #575757;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
}


h1 {
	font-family: century gothic, helvetica, sans-serif;
	color: #A4B960;
	font-size: 20pt;
	background-color: #FFFFFF;
	text-align: left;
}


h2 {
	font-family: book antiqua, times new roman, serif;
	color: #575757;
	font-size: 16pt;
	font-style: italic;
	background-color: #FFFFFF;
	text-align: left;
}


blockquote {
	font-family: verdana, helvetica, sans-serif;
	color: #575757;
	font-size: 10pt;
	background-color: #FFFFFF;	
	text-align: justify;
}


hr {
width: 70%;
}
