BODY {	
	background-color: White;
	margin-top: 0px;
	margin-right: 0px;
	}
	
TD {
		color: Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em
		}

/* Used to understate, as on the Rates page*/

.Understate {
		color: Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .8em;
}

A:LINK {
	color : #2f4f3f;
	font-weight: bold;
	text-decoration: underline;
}

 A:VISITED {
	color : Black;
	font-weight: bold;
	text-decoration: underline;
}

A:HOVER {
	color : #cccccc;
	text-decoration: none;
}

H1 {
		color : Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		font-size : 1.2em;
}

H2 {
		color : Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		font-size : 1.0em;
}

/*H3 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 11 px;
}
*/
/*
H4 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 10 px;
}
*/
/*

H5 {
		color : Navy;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 9 px;
	
}
*/
/*

H6 {
	color : Black;
		font-family: Arial, Helvetica, sans-serif; 
	font-size : 8 px ;
	}
	*/
	
	/*This is used to set the right content background cell background colors */
	.RightContentBackground  { 
	background: #DBEAE6;
}


			
	
	/*This is used to set the four table corner background colors */
	.CellCorners  { 
	background: White;

	}
				
/*This is used to set the top border background colors */
	.BorderTop  { 
	background: #00a689;
}

/*This is used to set the bottom border background colors */
	.BorderBottom  { 
	background: #42715B;

	}
	
/*This is used to set the left border background colors */
	.BorderLeft  { 
	background: #823F2D;

	}
	
/*This is used to set the right border background colors */
	.BorderRight  { 
	background: #C8735D;

	}
	
/*This is used to set the right border background colors */
	.TableHeaders  { 
	background: #C8735D;
	color: White;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em;
	text-align: center;