
	td img {display: block;}
	body {margin:0;
				font-family: verdana,arial,sans-serif;
				font-size: 12px; }
	a.footer {
				color: #cc0000;
				font-size: 14px;
				font-weight: bold;}
	a.nav, a.nav:visited, a.nav:active, a.nav:link {
				color: #ffffff;
				font-size: 12px;
				font-weight: normal;
				text-decoration: none;
				padding-left:10px;}
	a.nav:hover {
				color: #ffffff;
				font-size: 12px;
				font-weight: normal;
				text-decoration: underline;
				padding-left:10px;}

	.largeBold {
				color: #cc0000;
				font-size: 16px;
				font-weight: bold;}
	.mediumBold {
				color: #0000cc;
				font-size: 14px;
				font-weight: bold;}
	.smallBold {
				color: #000000;
				font-size: 12px;
				font-weight: bold;}
	.small {
				color: #000000;
				font-size: 10px;
				font-weight: normal;}
	.normal {
				font-size: 12px; }
	.font11 {
				font-size: 11px; }
	.italic {
				font-size: 14px;
				font-style: italic; }
	a, a:visited, a:active, a:link {color: #CC0000;}
	a:hover {color: #0000cc;}
	
	ol li {padding-top: 10px;}
				
				
				
				
 /*Letter styles */
#content table.letter {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
	/*width: 550px; */
	position: relative; 
	top: -4px; 
	left: -4px;
	background-color: #FFFFFF;
	}

#content table.letter td{
	padding: 4;
	}
	
#content div.lettershadow { 
	background: #919191; 
	width: 500px;
	margin: 20px 0;
	}



input.btn{
   color:#00c;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:11px;
   font-weight:bold;
   background-color:#ccc;
   border:1px solid;
   border-top-color:#dedede;
   border-left-color:#dedede;
   border-right-color:#999;
   border-bottom-color:#999;
   cursor: pointer;}
