.image { border: 1px solid #FFCC33; } 

.topnav {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;

}
A.topnav {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000066;
	font-weight: bold;
}
A.topnav:hover {

	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #000066;
	background-color: #FFFFFF;
	font-weight: bold;
}

.header{
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
}

.body{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;

}

.body2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodyhead{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
}
A.body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: underline;

}
A.body:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFE79B;
	text-decoration: none;

}
A.body2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC33;
	text-decoration: underline;

}
A.body2:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFE79B;
	text-decoration: none;
}
.tiny {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
A.tiny {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
}
A.tiny:hover {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFE79B;
	text-decoration: none;
}
.bodyLeft {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 8px;

}
.error {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC33;

}

/* CSS for image opacity effect on main navigation buttons */

a.linkopacity img       {
filter:alpha(opacity=76);
 -moz-opacity: 0.76; 
 opacity: 0.76;
 -khtml-opacity: 0.76;
 }
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}

/* a.linkopacity75 img       {
filter:alpha(opacity=75) ;
-moz-opacity: 0.75;
opacity: 0.75;
-khtml-opacity: 0.75; 
}
a.linkopacity75:hover img {
filter:alpha(opacity=100); 
-moz-opacity: 1.0; 
opacity: 1.0;
-khtml-opacity: 1.0; 
} */
