body { 
			font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
td { 
			font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
}
A {
			color: #00BB00;
			text-decoration: none
}

A:hover	{
			color: red;
			text-decoration: underline
}
.justify {
          text-align: justify 
}
.menubar {}
.menubar A {
			color: black;
			text-decoration: none;
			font-weight: bold;
			font-size: 14px
}
.menubar A:hover { 
			color: green;
			text-decoration: underline
}

.menuhome {
			font-weight: bold;
			font-size: 18px
}
.menuhome A {
			color: black;
			text-decoration: none;
}
.menuhome A:hover { 
			color: green;
			text-decoration: underline
}

.menutop {		line-height: 15px
}
.menutop A {
			color: white;
			margin-top: 0; 
			margin-bottom: 0;
			text-decoration: none;
			font-size: 14px
}
.menutop A:hover { 
			color: yellow;
			text-decoration: underline
}
.homepage {
			background-color: black
}

.copyright {
			font-size: 10px;
			color: darkblue
}



.homepage a  { 
			color: #FFFFFF; 
			text-decoration: none; 
			font-weight: bold 
}
.homepage a:hover { 
			color: #FFFF00; 
			text-decoration: underline; 
			font-weight: bold 
}