body {
	font-family: Arial;
	margin: 0;
	padding: 0;
	background-image: url(img/bg1.gif);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.Index1 {
	font-size: 42px;
	font-weight: bold;
	color: #333333;
}
.Button1 {
	border:solid 1px #4E4E4E;
	font-family:Arial;
	font-size:12px;
	height:22px;
	font-weight: bold;
	background-image:url("button1.gif");
}
.Button2 {
	border:solid 1px  #035CE2;
	font-family:Arial;
	font-size:12px;
	height:22px;
	font-weight: bold;
	background-image:url("button2.gif");
}
.Button3 {
	border:solid 1px #A87E00;
	font-family:Arial;
	font-size:12px;
	height:22px;
	font-weight: bold;
	background-image:url("button3.gif");
}
