/* CSS Document */
.MHaynes{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	z-index:10;
	position:fixed;
	height:400px;
	width:650px;
	bottom:165px;
	right:20px;
	background-image:url(Images/Michael_Haynes.png);
	background-position: top right;
	background-repeat:no-repeat;
}
.Art{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	z-index:1;
	position:fixed;
	height:80px;
	bottom:40px;
	width:310px;
	right:100px;
	background-image:url(Images/Art.png);
	background-position:right;
	background-repeat:no-repeat;
}
.Agree{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	left:55%;
	height:20px;
	width:100px;
	z-index:1;
	background-image:url(Images/Agree.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.Agree:hover{
	background-image:url(Images/Agree_Over.png);
}
.NotAgree{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	position:fixed;
	left:35%;
	height:20px;
	width:100px;
	z-index:1;
	background-image:url(Images/Not_Agree.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.NotAgree:hover{
	background-image:url(Images/Not_Agree_Over.png);
}
.contact{
	font-family:"Franklin Gothic Book", Arial, Verdana, sans-serif;
	font-size:14px;
	text-decoration: none;
	color:#656565;
	background-color:transparent;
	position:fixed;
	bottom:100px;
	width:100%;
}
.Flash{
	position:fixed;
	bottom:130px;
	right:30px;
	z-index:1;
}