html,body {
       		height: 100%;
        	font-family: "Arial","Gill Sans", "Gill Sans MT", "Century" ,"sans-serif"; 
        	font-size:9pt;
        	padding:0px;
        	margin:0px;
        	background-color:#FFFFFF;
}.spacer	{
	width:15px;
	height:100px;
	float:left;
	clear:none
}

A:link {
	text-decoration: underline;
	color:#FFFFFF;
}A:hover {
	text-decoration: none;
	color:#FFFFFF;
}A:visited {
	text-decoration:underline;
	color:#FFFFFF;
}A:visited:hover	{
	text-decoration:none;
	color:#FFFFFF;
}A.body:link {
	text-decoration: underline;
	color:#000000;
}A.body:hover {
	text-decoration: none;
	color:#000000;
}A.body:visited {
	text-decoration:underline;
	color:#000000;
}A.body:visited:hover	{
	text-decoration:none;
	color:#000000;
}

textarea{
	font-family: "Arial","Gill Sans", "Gill Sans MT", "Century" ,"sans-serif"; 
	font-size:9pt;
}
.horizBorder{
			border-style:solid; 
			border-color:#000000; 
			border-left-width:0; 
			border-right-width:0;
			border-top-width:1;
			border-bottom-width:1}
.horizBotBorder{
			border-style:solid; 
			border-color:#000000; 
			border-left-width:0; 
			border-right-width:0;
			border-top-width:0;
			border-bottom-width:1}
.horizTopBorder{
			border-style:solid; 
			border-color:#000000; 
			border-left-width:0; 
			border-right-width:0;
			border-top-width:1;
			border-bottom-width:0}
.boxBorder{
			border-style:solid; 
			border-color:#000000; 
			border-left-width:1; 
			border-right-width:1;
			border-top-width:1;
			border-bottom-width:1}
.paddingLR{
			padding-left:10px;
			padding-right:10px;
}.paddingL{
			padding-left:10px;
}.paddingR{
			padding-right:10px;
}