﻿div#GenericPage {
	padding:0px 5px 5px 5px;
}

div#GenericPage table {
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  border-left: 0px !important;
 }
 
  div#GenericPage table tr {
   border-top: 0px !important;
   border-right: 0px !important;
   border-bottom: 0px !important;
   border-left: 0px !important;
  }
  
   div#GenericPage table td {
    border-top: 0px !important;
    border-right: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
   }
   
#GenericPage H2{
	margin-top:7px;
	font-size:16px;
	height:29px;
	padding-top:5px;
}

#GenericPage a{
	text-decoration:underline
}
