	   .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;
	   }

	   .nodec{
	   text-decoration: none;
	   }