<STYLE>
<!--

body {
    padding:0;
    margin:0;
	font-size: 80%;
	font-family: Arial, "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, helvetica, sans-serif;
	background:#ffffff;
}
#menu {
	width: 595px;
	background-color: #ff6600;
	padding: 10px;
	border-bottom: 5px solid #FFFFFF;
	float: right;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #ff6600;
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
}
#menu a:hover {
	padding: 10px;
	background-color: #ffffff;
	text-decoration: none;
	color: #ff6600;
}

a {
        background-color:inherit;
        font-weight:bold;
        text-decoration:none;
        color:#66cccc;
}

a:hover {
        background-color:#66cccc;
        font-weight:bold;
        text-decoration:none;
        color:#ffffff;
}

p {
margin: 0 0 0 0px;
}

h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6600;
}

h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #6666cc;
}

h4 {
	font-size: 180%;
	color: #6666cc;
}

#pad {
	padding: 10px;
	color: #000000;
}
#footer {
	background-color: #ff6600;
	padding: 10px;
	width: 700px;
	color:#ffffff;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 2px solid #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:visited {
	color:#ffffff;
}

#footer a:hover {
	background-color: #ffffff;
	/* text-decoration: none; */
	color: #ff6600;
}

-->
</STYLE>