.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.style1_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.Style2 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 24px; 
font-weight: bold; 
color: #666666; 
}
.Style3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	background-color: #cccccc;
}
.Style4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color: #a5a5a6;
}
.imgborderG{
	border: 1px dotted #666666;
	vertical-align: baseline;
}
A:link {
	text-decoration: none;
	color: Black;
}
A:visited {
	text-decoration: none;
	color: Black;
}
A:active {
	text-decoration: none;
	color: Gray;
}
A:hover {
	text-decoration: underline;
	color: Black;
}
input, textarea, select {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 border: 1px solid #757575;