@charset "utf-8";
/* CSS Document */

.style1 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #1E8357;
}
.style2 {
	font-family:"Myriad Pro", MarlboroWide, Verdana;
	font-weight: bold; 
	font-size: 14px; 
	color: #1E8357; 
}
.style3 {
	font-style:italic;
	font-family:Tahoma;
	font-size:12px;
}
.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.style5 {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
}
.style6{
	color:#0056c6;
	font-weight:bold;
	font-family:"Myriad Pro", MarlboroWide, Verdana;
	font-size:16px;
}
.style7{
	color:#0066FF;
	font-family:"Tahoma", Arial;
	font-weight:400;
	font-size:11px;
}
p,dl{padding-left:15px; padding-right:15px}
dt{	font-weight:700;font-size:16px;text-decoration:underline;}
