/* Layout Stylesheet */ 
/* ///////////////////////////////////////////////// */
/* Start Default Body Layout */ 
BODY
 {
   /*background: #D5CAB8 url(bgimages/bgtgradeB.jpg) bottom left fixed repeat-x;*/
	FONT-SIZE: 12px;
	LINE-HEIGHT: 12px;
	FONT-FAMILY: arial;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 45px;  
 }
 

/* Start Default Linking */ 
A 
 {
	FONT-SIZE: 11px;
	COLOR: #006699;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
	TEXT-DECORATION: underline
 }
 
 
/* Link Action OnMouseover */
A:hover
 {
	COLOR: #006699;
	TEXT-DECORATION: none
 } 
 
 
 a.attachment:link
 {
 	FONT-SIZE: 11px;
	COLOR: #404F59;
	text-decoration: none;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
 }
 
 a.attachment:visited
 {
 	FONT-SIZE: 11px;
	COLOR: #404F59;
	text-decoration: none;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
 }
 
 a.attachment:hover
 {
 	FONT-SIZE: 11px;
	COLOR: #404F59;
	text-decoration: none;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
 }
 
 a.attachment:active
 {
 	FONT-SIZE: 11px;
	COLOR: #404F59;
	text-decoration: none;
	FONT-FAMILY: verdana,tahoma,arial,helvetica,sans-serif;
 }
  
/* End Default Linking */ 
/* End Default Body Layout */ 

/* Start Global Image Settings */ 
/* ///////////////////////////////////////////////// */

td.message_cell
{
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial;
   font-size: 16px;
	color: #333333;
   padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 18px;
	background-color: White;	
}

td.logo_cell
{
	vertical-align: center;
	text-align: center;
	font-family: Verdana, Tahoma, Arial;
   font-size: 11px;
	color: #666666;
   padding-top: 5px;
	line-height: 12px;
	background-color: White;	
}