/* CSS Document */
body {
	background-color: #55582f;
	font-family: times;
	font-size: 10pt
}

span.date {
    font-size: 10pt;
    color: DarkOliveGreen;
}

span.byline {
    color: black
}

table.form {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;    
}

table.menu {
    background-color: #aeae6b;
    table-layout: fixed;
    color: black;
    border-top: 1px solid #aeae6b;
    border-bottom: 1px solid #aeae6b;
}

div.body{
    width: 607px;
    margin: 10px 0px 10px 0px;
    padding: 0px 20px 0px 20px;
    float: left;
}
table.container{
    vertical-align: top;
}
td.container{
    vertical-align: top;
}
tr.menu {
    border: 1px solid black;
}

td.menu {
    width: 100px;
    text-align: center;
    border-right: 1px solid black;
    font-family: Maiandra GD
}

td.form {
    text-align: right;
}

td.date {
    text-align: right;
    padding-right: 10px;
    font-family: Maiandra GD;
    font-size: 10pt;
}


div.container {
    width: 808px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid black;
    background-color: black;
    padding: 0px;
    position: relative;
}


div.hl {
    margin: 0px;
    border: 1px dotted black;
    background-color: #ebe7af;
    position: Relative;
    z-index: 2;
    padding: 0px;
    width: 587px;
}

div.spacer {
    background-color: #aeae6b;
    border-left: 10px solid black;
    border-right: 10px solid black;
    height: 10px;
    padding: 0px;
    margin: 0px;
    width: 567px;
}

td.black {
    width: 10px;
    padding: 0px;
    margin: 0px;
    height: 10px;
    background-color: black;
}

div.ad-v {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-left: 1px dotted #aeae6b;
    width: 140px;
    height: 100%;
    background-color: black;
    text-align: right;
    float: right;
}

div.footer {
    text-align: center;
    background-color: black;
    color: #aeae6b;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #aeae6b;
    font-family: maiandra GD;
    clear: both
}

div.ad-h {
    text-align: center;
    width: 468px;
    margin: 0px auto 0px auto;
    border: 1px solid black;
    background-color: #55582f
}

div.heading {
    background-color: black;
    margin: 1px solid black;
    padding: 0px
}

p {
    margin: 0px 5px 1em 5px;
    font-size: 12pt
}

p.head {
    font-size: 15pt;
    font-weight: bold;
    padding: 0px;
    border-spacing: 0px;
    margin: 0px 5px 0px 5px;
}

p.summary {
    font-size: 12pt;
    font-weight: bold;
    padding: 0px;
    color: black;
    margin: 0px 5px 2px 5px
}

p.date {
    font-size: 10pt;
    color: DarkOliveGreen;
    margin: 0px 5px 0px 5px
}


h5 {margin-bottom: 2px
    padding: 0px
}

a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: DarkOliveGreen;
	text-decoration: none
}

a:hover {
  text-decoration: underline;
	color: black
}
a:active {
	color: DarkOliveGreen
}

a.byline {
  font-weight: bold
}

a.footer {
  color: #aeae6b;
  font-weight: bold
}

a.footer:visited {
  color: #aeae6b;
}

a.menu {
	text-decoration: none;
	padding: 0ox;
	font-size: 12pt;
	text-align: center;
	color: black;
	background-color: #aeae6b;
  border-color: #ebe7af
}

a.menu:hover {
  text-decoration: underline;
  background-color: #aeae6b;
  color: black
}

hr {
    color: black;
    background-color: black;
    height: 1px;
    border-width: 0;
    width: 95%;
}

img { border: 0px }

ul  {
  font-size: 12pt;
}

li {
  font-weight:bold;
}