/* CSS Document */
body {
	font-family: Arial;
}

.Style1 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.Style2 {
	font-family: Arial;
	
	color: #333333;
}


a {
	font-family: Arial;

}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

