body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #eeeeee;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #3973AC;
	font-weight: bold;
	word-spacing: normal;
}
.h2purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #9933FF;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC66FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #556699;
	text-decoration: none;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.body A:link {
	color: #ff6600;
	text-decoration: none;
	font-size: 10px;
}
.body A:visited {color: #0000ff; text-decoration: none}
.body A:active {color: #0000CC; text-decoration: none}
.body A:hover {color: #6699cc ; text-decoration: none; color: red;}

.body2 A:link {color: #FFFFFF; text-decoration: none}
.body2 A:visited {color: #FFFFFF; text-decoration: underline overline}
.body2 A:active {color: #FFFFFF; text-decoration: underline overline}
.body2 A:hover {
	color: #ffffff;
	text-decoration: none;
	color: #ffffff;
	background-color: #333300;
	border-bottom-style: none;
	height: 50px;
	width: 170px;
	line-height: normal;
}

html {
	background-color: #bbbbbb;
}
