.main_text
{	Font-Family: Arial; COLOR: #666666; FONT-SIZE: 8pt; TEXT-DECORATION: none; letter-spacing: 1px; word-spacing: 1px;	font-weight:bold; 
}
.main_text:link 
{	FONT-SIZE: 8pt;text-decoration: underline; color: #003366; letter-spacing: 1px; word-spacing: 1px;
}
.main_text:visited 
{	FONT-SIZE: 8pt;text-decoration: underline;  color: #003366; letter-spacing: 1px; word-spacing: 1px;
}
.main_text:active 
{	FONT-SIZE: 8pt;text-decoration: underline; color: #003366; letter-spacing: 1px; word-spacing: 1px;
}
.main_text:hover 
{	FONT-SIZE: 8pt; text-decoration: underline; font-weight:none; color: #666666; letter-spacing: 1px; word-spacing: 1px;
}

/* button style */
.button_1
{
	Font-Family: Arial;
 	font-size:	8pt;
	text-align:	center;
	text-decoration: none;
	color:		#666666;
	background:	pink;
	font-weight:bold;
	width="70px";
	height="23px";
}


/* form text box style */
.form_field
{	Font-Family: Arial; COLOR: #666666; background:#FFFFFF; FONT-SIZE: 8pt; TEXT-DECORATION: none;border-bottom: 1px solid #666666;border-right: 1px solid #666666;border-left: 1px solid #666666;border-top:1px solid #666666;
}