/* CSS Document */

.style1{
	font-family:Tahoma;
	color:#000000;
	font-size: 12px;
}
.head-green {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #009900;
	text-decoration: blink;
}
.body-green {
	font-family: Tahoma;
	font-size: 13px;
	color: #339900;
	text-decoration: blink;
}
.head-pink {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
	color: #FF0033;
	text-decoration: blink;
}
.body-pink {
	font-family: Tahoma;
	font-size: 14px;
	color: #FF0066;
	text-decoration: blink;
}
.style3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
