body
{
	margin: 0;
	padding: 0;
	color: #1D2030;
	background-color: #FFFFFF;
	-webkit-text-size-adjust:none;
}
.content
{
	margin:0px;
	max-width:100%;
	padding:5px;
	background-color: rgb(197,204,211);
}
.header
{
	background:#FFFFFF;
	border-bottom:1px solid black;
}
.footer
{
	background:#FFFFFF;
	border-top:1px solid black;
}
.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:underline;
}
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;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
		
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	max-width:100%;
	background-color: white;       /* Each list has a white background fill */
	
	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: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 */
}
.list a:link,
.list a:visited,
.list a:active,
.list a:hover
{
	display: block;   /* Sets the href to be a block rather than inline */
	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	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;
}
