body {
  	margin: 0px;
  	padding: 0px;
	background-color:#CCCCCC;
}
 
.quoteBy     { color: #CCCCCC; font-family: Century Gothic; font-size: 10pt; text-align: 
               right }
.quote { 
	font-family: Century Gothic; 
	font-size: 11pt; 
	font-style: italic; 
    font-weight: bold;
    color: #CCCCCC;
}
               
body, table, td, th {
  color: black;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 11pt;

}

a:link {
  color: #024769;
  text-decoration: none;
}

a:visited {
  color: #024769;
  text-decoration: none;
}

a:hover {
  color: #a31a1a;
  text-decoration: none;
}

a:active {
  color: #CCCCCC;
  text-decoration: none;
}

.menu {
	font-size: 10pt;
	font-weight: bold;
}

a:link.menu {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a:visited.menu {
  font-weight: bold;
  text-decoration: none;
}

a:hover.menu {
  font-weight: bold;
  text-decoration: none;
}

a:active.menu {
  font-weight: bold;
  text-decoration: none;
}

a:link.info {
	color: #024769; 
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a:visited.info {
  color: #024769;
  font-weight: bold;
  text-decoration: none;
}

a:hover.info {
  color: #024769;
  font-weight: bold;
  text-decoration: none;
}

a:active.info {
  color: #024769;
  font-weight: bold;
  text-decoration: none;
}


hr {
	border: 0;
	color: #cccccc;
	height: 1px;
	width: 100%;
}

h1 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #024769; 
}



h2 {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 12pt; 
	color: #999999;
	font-weight: bold;

}

.searchInput {
  background: #FFFFFF;
  color: black;
  font-size: 10px;
  width: 120px;
}

.searchScope {
  background: #FFFFFF;
  color: black;
  font-size: 10px;
}

.copyright {
  font-size: 8pt;
}

.skiplink { 
  position: absolute; 
  left: 0px; 
  top: -500px; 
  width: 1px; 
  height: 1px; 
  overflow:hidden;
}

.postdate {
	color: #999999;
  	font-family: tahoma, arial, verdana;
  	font-size: 8pt;
  	text-transform:uppercase;
}

img.profile {
	border: 1px solid black;
	}
