@charset "utf-8";
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(Images/header.jpg);
	height: 115px;
	background-repeat: no-repeat;
}
body {
	background-color: #72CEF5;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container {
	width: 730px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#mybutton   {
	text-decoration: none;
	width: 100px;
	text-align: center;
	height: 58px;
	background-image: url(Images/button.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 47px;
	padding-right: 25px;
	padding-left: 24px;
	padding-bottom: 45px;
	
}
  
#mybuttonover   {
	text-decoration: none;
	width: 100px;
	text-align: center;
	height: 58px;
	background-image: url(Images/buttonover.png);
	text-decoration: none;
	padding-top: 47px;
	padding-right: 25px;
	padding-left: 24px;
	padding-bottom: 45px;
	color: #FFFFFF;
}

.buttontextsm {
	color: #EFEFEF;
	text-decoration: none;
	cursor: hand;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -.02em;
}

a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}

