body, td{
 font-family: Arial;
 
 font-size: 14px;
 }  
 
 h1 {background-color: #0000A0; /* this is background color of h1 */
 font-family: Arial;
 font-size: 14px;
 color: #ffffff; /* this is text color of h1 */
 }
 
 h2 {background-color: #00ff00; /* this is background color of h2 */
 font-family: Arial;
 font-size: 14px;
 color: #ffffff; /* this is text color of h1 */
 
 }
 
 h3 {background-color: #FF0000;  /* this is background color of h3 */
 font-family: Arial;
 font-size: 14px;
 color: #ffffff; /* this is text color of h1 */
 }
 
 h4 {
 background-color: red;  /* this is background color of h4 */
 width: 120px;
 color: #ffffff; /* this is text color of h1 */
 }
 
 h5 {
 background-color: red;  /* this is background color of h5 */
 color: #ffffff; /* this is text color of h5 */
 }
 
 h6 {
	font-family: Arial; 
	color: #ffffff; /* this is text color of h6 */
	font-size: 16px;
	background-color: #FF0000;
	text-align: right;
}	
	

.style1 {
	font-family: Arial; 
	color: #ffffff; /* this is text color of style1 */
	font-size: 16px;
	background-color: #6698FF;
	
}

.style2 {
	font-family: Arial; 
	color: #000000; /* this is text color of style2 */
	font-size: 10px;
	
}

.style3 {
	font-family: Arial; 
	font-size: 12px;
	background-color: #CCCCCC;
	
	
}

.style4 {background-color: #FF0000;
 
 }
 .style5 {background-color: #FF0000;
 font-family: Arial;
 font-size: 16px;
 color: #ffffff; /* this is text color of style5 */
 }
 
 .style6 {
 font-family: Arial;
 font-size: 12px;
 color: #C0C0C0; /* this is text color of style6 */
 }
 
 .style7 {
 font-family: Arial;
 font-size: 20px;
 color: #FF0000; /* this is text color of style7 */
 font-weight:bold;
 }

.style8 {
 font-family: Arial;
 font-size: 16px;
 color: #FF6600; /* this is text color of style8 */
 font-weight:bold;
 }
 
 .style9 {
	font-family: Arial; 
	font-size: 12px;
	}

 
 

.style10 {
	font-family: Arial; 
	color: #ffffff; /* this is text color of style10 */
	font-size: 16px;
	font-weight:bold;
	}
	
	
	.style11 {
	font-family: Arial; 
	color: #306EFF; /* this is text color of style11 */
	font-size: 12px;
	
}

.style12 {
	font-family: Arial; 
	color: #FF8040; /* this is text color of style12 */
	font-size: 10px;
	
}
	
	.style13 {
	font-family: Arial; 
	color: #2B60DE; /* this is text color of style13 */
	font-size: 14px;
}

.style14 {
 font-family: italic;
 font-size: 16px;
 color: #FF0000; /* this is text color of style14 */
 font-weight:bold;
 }
 
.style15 {
 font-family: Arial;
 font-size: 18px;
 color: #151B54; /* this is text color of style15 */
 font-weight:bold;
 }
 
 .style16 {
 font-family: Arial;
 font-size: 16px;
 color: #151B54; /* this is text color of style16 */
 font-weight:bold;
 }
 
 .style17 {
	font-family: Arial; 
	color: #2B60DE; /* this is text color of style17 */
	font-size: 16px;
}
 
 .style18 {
	font-family: Arial; 
	color: #ffffff; /* this is text color of style18 */
	font-size: 20px;
	background-color: #6698FF;
	}
	
	.style19 {
 font-family: Arial;
 font-size: 22px;
 color: #151B54; /* this is text color of style15 */
 font-weight:bold;
 }

.style20 {
	font-family: Arial; 
	font-size: 16px;
	color: #CCCCCC;
	font-weight:bold;
	
}
		
 
	 span.red
{
color:#2B60DE; 
font-weight:bold;
}
 
 .image_left {
clear: left;
float: left;
padding: 5px 5px 5px 5;
}



.image_right {
clear: right;
float: right;
padding: 10px 10 10px 10px;
}
 
 A:link    { color: #0000FF; /* this is text color of Alink */
             text-decoration: none;}
			 
     A:hover  { color: #999966; /* this is text color of Ahover */
	            text-decoration: none; }
				
     A:visited { color: #FF6666; /* this is text color of Avisited */
	             text-decoration: none; }
