.main {
	font-style: normal;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}  
	 
.main a {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}    
.main  a:hover {
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}

.menu {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}    

.menu a {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}    
.menu  a:hover {
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}

.name1 {
	font-style: normal;
	font-size: 42px;
	color: #000000;
	font-family: Stencil;
}  

.name2 {
	font-style: normal;
	font-size: 24px;
	color: #000000;
	font-family: Stencil;
}  

.directory
{
	border-collapse: collapse;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	border: 1px solid #CCC;
}  

.directory td { padding: 5px; border-right: 1px solid #CCC; }

.directory_odd
{
	background-color: White;
}

.directory_even
{
	background-color: #F1F1F1;
}

.bottom a {
	color: #ffffff;
	text-decoration : none
}  
  
.bottom  a:hover {
	color : Silver;
	text-decoration : underline
}

.footer {
	color: #000000;
	text-decoration: none;
	font-family: Stencil;
	font-size: smaller;
}    

.footer a {
	color: #ffffff;
	text-decoration : none
}    

.footer  a:hover {
	color: Blue;
	text-decoration: underline;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


table.footer { 
    font-style : italic;
    font-size: smaller;
    color : #000000
    }    