/* default body style */
body { 
  margin: 0px;
  padding: 90px 10% 0 100px;
  color: #000000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12pt;
  background: #ffffff url(images/page_top.jpg);
  background-repeat: no-repeat;
}

/* default links */
a 		{ color: #000000; text-decoration: none; font-weight: bold;} 
a:link		{ color: #0048DC; text-decoration: none; } 
a:visited	{ color: #000080; text-decoration: none; } 
a:active	{ color: #0054FF; text-decoration: none; } 
a:hover		{ color: #0054FF; text-decoration: underline; } 

hr {color:blue}

.menu {
float:left;
text-align:center;
font-size: 13pt;
padding: 20px 30px 10px 30px;
line-height: 150%;
}

.update {
padding-left: 10px;
}

.header {
font-size: 14pt;
color: #0D0554;
text-decoration: underline;
}

/* dates */
.date {
font-style: italic;
color: #0D0554;
margin-top: 30px;
}

.footer {
font-size: 8pt;
text-align: center;
}

.counter {
 margin-left: 100%;
}