<style>
	   .cssBorder {
	   	BORDER-BOTTOM: black 1px solid;
	   	BORDER-LEFT: black 1px solid;
	   	BORDER-RIGHT: black 1px solid;
	   	BORDER-TOP: black 1px solid;
	   	PADDING-LEFT: 2px;
	   	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   }
	   .smallbold {
	   	font-size: smaller;
	   	font-weight : bold;
	   }
	   .setwidth400
	   {
	   	width : 400px;
	   }
	   
	   .smalltext{
	   	font-size : smaller;
	   }
	   .margin15{
	   	margin-left : 15px;
	   }
	   .space{
	   	letter-spacing : 2px;
	   }

	   .white{
	   	color : #FFFFFF;
	   	background-color : #808080;
	   	font-weight : bold;
	   }
	   
	   .acm{
	   	color : blue;
	   	background-color : white;
	   }
	   
	   
   .menu {
	color: <%=menucolor%>;
	font-size: x-small;
   }
   .menutitle {
	color: <%=menutitlecolor%>;
	font-size: small;
	font-weight: bold;
   }
   .headline
   {
	color: black;
	font-size: large;
	font-weight: normal;
	letter-spacing: 2px;
   }
	.cssBorder {
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	PADDING-LEFT: 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   }
</style>
