a:link {
	color: #0000ff;
}

a:visited {
	color: #ff0000;
}

a:active {
	color: Navy;
}

a:hover {
	text-decoration: underline;
}
	
a {
	text-decoration: none;
}
	
body {
  background-color: #D8D8D8;
  text-align : center;
}

div.wrapper {
  background-color: #FFFFF9;
  width : 960px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  border:double 4px #0066FF;
  padding: 8px;
} 
 
td.nav{
	border : 1px solid Blue;
	background-color: #efefef;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
}

td.nav a:hover{
	background : Blue;
	color : Yellow;
	text-decoration : none;
}

td.revtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #E4E4E4;
	height: 20pt;
	background-color : #0000ff;
}

 td.revexcerpt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 100%;
}

div.revtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #E4E4E4;
	background-color: #0000ff;
	border: thin solid Black;
	padding: 5px 5px 5px;
}

div.revexcerpt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 5px;
	padding-bottom: 20px;
}

td.indexlist{
	font-weight : bold;
	vertical-align : top;
	width : 65%;
}

h1 { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13pt;
 }

div.arial{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
 }

div.copyr{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: Navy;
	text-align: center;
}
 
div.jb{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
 
div.indextitle{
	font-family: "Times New Roman", Roman;
	font-size:30pt;
	font-weight:bold;
	color: #000080;
	text-align:center;
}
 
div.adblock{
	border : 2px solid Blue;
	background-color : #efefef;
}

table.footer td {
	width: 25%;
	font-size: 90%;
	font-weight: bold;
	background-color: #efefef;
}

ul.index {
	list-style-type: square;
}

ul.index li {
	padding: 3px;
}

ul.index li:hover {
	color: Red;
}

div.social {
	border: 1px solid Blue;
	background-color: #efefef;
	font-weight: bold;
	margin: 30px;
	padding-left: 10px;
}