  body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
  }

  a:link {
    color: #369;
    text-decoration: none;
  }

  a:visited {
    color: #369;
    text-decoration: none;
  }

  /* mouse over link */
  a:hover {
    color: #369;
    text-decoration: underline;
  }
  
  .aeDataTable {
    border: 0;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 5px solid #224a7f;
    margin-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .aeDataTable caption {
    text-align: center;
    font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	padding: 15px; 
	background: #224a7f;
  }

  .aeDataTable thead tr{
	background: #336699;
	font-weight: bold;
	color: #ffffff;
  }

  .aeDataTable thead tr:hover {
	background: #336699;
  }

  .aeDataTable td {
	padding: 10px;
  }
  
  .wptheme_ie7 .aeDataTable td {
	border-bottom: 1px solid #cccccc;
  }
  
  .aeDataTable .aeTableRowDark {
	background: #cfe1f1;
	font-weight: bold;
	border-bottom: 1px solid white;
  }

  .aeDataTable .aeTableRowDark:hover {
	background: #cfe1f1;
  }

  .aeDataTable tr {
	background: #f6f6f6;
	border-bottom: 1px solid #cccccc;
  }

  .aeDataTable tr:hover {
	background: #ffffff;
  }
  
 .branch{
   vertical-align: top;
   width: 50%;
 
 }
 
 .content{
	 padding: 10px; 
	 width: 768px; 
	 margin: auto
	 
 }
 
  .note{
   font-style: italic;
   color: #eb1317;
   font-weight: bold;
 }

.title{
	color: #369; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 38px; 
	margin-top: 20px; 
	margin-bottom: 30px;
}
  
/* Table Formmatting Classes f*/
  .dataLeft  { text-align: left; }
  .dataRight { text-align: right; }
  .dataCenter { text-align: center; }
  .dataTop { vertical-align: top; }

  @media screen and (max-width: 480px) {
	.aeDataTable {
		width: 100%;
	}
  }