/* CSS Document */
<style type="text/css" media="all">
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: Arial, 'sans-serif';
}

body {
  background-color: white;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}

h1 {
	font-size: 3em;
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0.25em;
	font-style: italic;
	text-align: center;
	color:#CC0000;
}

h2
{
 	font-size: 2em;
	text-align: center;
	margin-bottom: -0.5em;
}

h3
{
 	font-size: 1em;
	text-align: center;
	margin-bottom: -0.5em;
}

h4
{
	text-align: center;
 	font-size: 1em;
	font-style: italic;
}

p,table,li,th,td
{
font-family: Arial, 'sans-serif';
font-size: medium;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

a:link    {color:#003366}
a:active  {color:#003366}
a:hover   {color:#CC0000}
a:visited {color:#006600}

p.footer {color: white; font-size:small; text-align: left; }

p.box
{
color:white;
font-size:small;
text-align: right;
}

p.content
{
font-size: medium;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

h3.about
{
color:#CC0000;
}

p.about
{
font-size: small;
margin-left: 10px;
margin-right: 10px;
text-align: left;
}

p.map
{
font-size: small;
margin-left: 10px;
margin-right: 10px;
text-align: center;
}

p.menu
{
font-size: medium;
font-weight:bold;
text-align: center;
}

p.notice
{
font-size: x-small;
font-style: italic;
font-weight:bold;
text-align: center;
}

</style>

<style type="text/css" media="print">
<!--
/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
-->
</style>