td.heading_1	{
    font-family:  Times New Roman, Trebuchet MS, Verdana;
  	color:#D61D21;
  	font-size: 20pt;
  	font-weight: normal;
		padding-top: 5px;
		padding-bottom: 10px;		
    }

td.heading_2	{
    font-family: Trebuchet MS, Verdana;
    color:#D61D21;
  	font-size: 10pt;
  	font-weight: bold;
		padding-top: 5px;
		padding-bottom: 0px;
	  }

td.normal	{
    font-family: Trebuchet MS, Tahoma, Times New Roman, Century Gothic, Verdana;
    color:#5d5d5d;
  	font-size: 10pt;
  	font-weight: normal;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 2px;
		padding-right: 15px;
		text-align: justify;
		}
		
td.contact	{
    font-family: Trebuchet MS, Verdana, Tahoma;
    color:#666666;
   	font-size: 8pt;
	  font-weight: normal;
		text-align: right;
		padding-top: 10px;
  	padding-right: 10px;
		padding-bottom: 10px;
	  }

td.link	{
    font-family: Trebuchet MS, Verdana, Tahoma;
    color:#5d5d5d;
   	font-size: 10pt;
	  font-weight: normal;
		text-align: left;
		padding-top: 0px;
		padding-bottom: 0px;
	  }
		
a.link {
    font-family: Trebuchet MS, Tahoma, Times New Roman, Century Gothic, Verdana;
    color:#D61D21;
  	font-size: 10pt;
  	font-weight: normal;
		text-align: justify;
		}

ul {
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url('Images/bullet_square.gif');
}

li {
	font-family: Trebuchet MS, Tahoma;
	color: #727272;
	font-size: 10pt;
	font-weight: normal;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
<!-- Page Styling -->

body {
	  margin: 0px;
		background-color: #FFFFFF;
	  }
		
table.background {
		background-color: #FFFFFF;
		background-image: url(Images/background_red_white.gif);
		background-position: left top;
		background-repeat: no-repeat;
		}		

td.page_surface {
		padding: 0px;
		background-color: #FFFFFF;
		}
			
td.content_box {
  background-repeat: no-repeat;
  background-position: left bottom;
	padding-left: 15px;
	padding-top: 10px;
	background-color: #FFFFFF;
    }
		
<!-- Navigation Styling -->

td.nav	{
    font-family: Trebuchet MS, Verdana, Tahoma;
    color: #5D5D5D;
		background-color: FFFFFF;
  	font-size: 10pt;
  	font-weight: normal;
		border: 1px #727272 solid;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: right;		
		padding-right: 10px;
		padding-left: 0px;
		}
		
td.nav_over	{
    font-family: Trebuchet MS, Verdana, Tahoma;
		color: #FFFFFF;
		background-color: #D61D21;
  	font-size: 10pt;
  	font-weight: normal;
		border: 1px #727272 solid;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: right;		
		padding-right: 10px;
		padding-left: 0px;
		}

td.nav_selected	{
    font-family: Trebuchet MS, Verdana, Tahoma;
		color: #D61D21;
		background-color: #DEDEDE;
  	font-size: 10pt;
  	font-weight: normal;
		border: 1px #727272 solid;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: right;		
		padding-right: 10px;
		padding-left: 0px;
		}