body {
	margin : 0;
	padding : 0;
	}

a:link {
	color : #0000FF;
	text-decoration : none;
      }
a:visited {
	color : #990000;
	text-decoration : none;
      }
a:active {
	color : #990000;
	text-decoration : none;
      }
a:hover {
	color : #0000FF;
	text-decoration : underline;
      }

#banner {
	background : #fff;
	height : 135px;
	border-bottom : 16px solid #000;
	}

td.tagline {
        font-family : times new roman, serif;
	font-size : 18px;
	padding-right: 15px;
        }
	
td.left {
	padding : 5px 10px 10px 10px;
	background:#ccc;
	font-family : arial, verdana, sans-serif;
	font-size: 12px;
	}

td.center {
	background:#fff;
	padding : 5px 15px 15px 15px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	font-family : arial, verdana, sans-serif;
	font-size: 12px;
	}

td.right {
	padding : 5px 10px 10px 10px;
	background : #ccc;
	font-family : arial, verdana, sans-serif;
	font-size: 12px;
	}
	
h1 	{
	font-family : times new roman, helvetica, serif;
	font-size: 18px;
	text-transform : uppercase;
	padding-top : 5px;
	font-weight : normal;
	}

h2 	{
	font-family : times new roman, helvetica, serif;
	font-size: 18px;
	text-transform : uppercase;
	font-weight : normal;
	text-align : center;
	}
		
p	{
	padding-bottom : 15px;
	}

p.posted	{
	padding-bottom : 15px;
	text-transform : uppercase;
	}

span.title 	{
	font-family : arial, verdana, sans-serif;
	font-size: 12px;
	text-transform : uppercase;
	padding-bottom : 5px;
	font-weight : normal;
	}

p.menu	{
	font-family : times new roman, helvetica, serif;
	font-size: 13px;
	font-weight : normal;
	text-align : left;
	}