body { margin: 0; 	padding: 0; 
	background : #CCC;
	border : 0px;
	max-width : 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #000;
	text-decoration: none;-webkit-text-size-adjust:none;
}

 .content { margin:0px; max-width:100%; padding:0px; background-color: rgb(197,204,211); } 
 .header { background:#CCC;  } 
 .footer { 	background:#CCC; } 
 .notes { font-size:16px; 	font-family: Helvetica; 	font-weight:normal; } 
 .error { 	color:red; 	font-weight:bold; } 
 table {   border-collapse: collapse; } td { color: #1D2030; padding: 0px; } 
 img { 	border:0px; } 
 a:link, a:visited, a:active, a:hover { font-size:17px; font-family: Helvetica; color:#0051FF;  background:transparent;  text-decoration:none; }
 h1 { 	font-size:19px; 	font-family: Helvetica; 	font-weight:bold; 	margin:0px; 	margin-bottom:5px; } 
 h2 { 	font-size: larger; 	font-weight:bold; 	margin:0px; 	margin-bottom:2px; } 
 hr { 	color:orange; 	background:orange; } 
 .uiComponent { 	padding:5px;	    	margin:0; 	margin-bottom:17px; font-size:17px; 	font-family: Helvetica; 	font-weight:bold; 	color:black; 	 	max-width:100%; 	background-color: white; border-width: 1px;		       /* Draw a rectangle around each list */ 	border-style:solid ; 	border-color:rgb(217,217,217); 	 	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */ } 
 .uiComponent h2 { } submit { 	font-size:17px; 	font-family: Helvetica; }  
 select { 	font-size:17px; 	font-family: Helvetica; }  
 input { 	font-size:17px; 	font-family: Helvetica; }  
 .link { 	margin-bottom:2px; } 
 .list { padding: 0; margin-top:0; margin-bottom:5px; font-size:17px; font-family: Helvetica; font-weight:bold; color:black; max-width:100%; background-color: white; border-width: 1px; border-style:solid ; border-color:rgb(217,217,217); -webkit-border-radius: 8px;	} 
 .list a:link, .list a:visited, .list a:active, .list a:hover { display: block; padding-top: 5px; 	padding-right: 5px; 	padding-bottom: 5px; 	padding-left: 5px; 	 	/* The margin properties adjust the size of the href block	*/ 	margin-top: -5px; 	margin-right: -5px; 	margin-bottom: -5px; 	margin-left: -5px;	  	 	text-decoration: none; 	color: #1D2030; } 
 .edgeToEdge { 	max-width:100%; 	color:#FFFFFF; } 
 .edgeToEdge .list {	    	padding: 0;	    	margin:0; 	 	font-size:20px; 	font-family: Helvetica; 	font-weight:bold; 	color:black; 	 	max-width:100%; 	background-color: white;       /* Each list has a white background fill */ 	 	border:0px; 	border-bottom: 1px;		       /* Draw a rectangle around each list */ 	border-top: 1px;		       /* Draw a rectangle around each list */ 		border-style:solid ; 	border-color:rgb(217,217,217); 	-webkit-border-radius: 0px; } 
 .listItem {	 	list-style-type: none;	 	 	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */ 	border-top-style:solid; 	border-top-color:rgb(217,217,217);  	padding-top:10px;		   	padding-right:10px;		  	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */ 	padding-left:10px;	 }
  
 .listItem:first-child  { 	border-top:0; }
 .smallhyperlink {
	font-size: xx-small;
	color: #333;
}
 .right {float:right;padding: -20px;
margin-right: 1px;}
 .left {float:left; padding: -20px;
margin-left: 1px;}

ul {/* floating lists*/ 
    width: 700px;
    list-style-type:none;
}
li {
    width:180px;
    margin:15px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
    float:left;
}