<style>
a,b,body,br,p,table,td,tr { Verdana, Geneva, Arial, Helvetica, sans-serif }
		a:link     {
		TEXT-DECORATION: none
		}
		a:visited  {
		TEXT-DECORATION: none
		}
		a:active   {
		TEXT-DECORATION: underline
		}
		a:hover    {
		TEXT-DECORATION: underline
		}
	   .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;
	   }
	   
	   .silver{
	   	color : #808080;
	   	background-color : #FFFFFF;
	   }
	   	   
	   .acm{
	   	color : blue;
	   	background-color : white;
	   }
	   
</style>

