body {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	background: #FFFFFF center;
	margin: 10px;
	padding: 0px;
}
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background: #EEEEFF;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
a:active {
	color: #000000;
	text-decoration: none;
	background: #DDDDEE;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
a.gap:link, a.gap:visited, a.gap:active {
	margin-right: 30px;
	margin-left: 30px;
}
cite {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-right: 10px;
	right: 10px;
	position: absolute;
}
h1 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(/includes/images/h1.gif) repeat-x;
	margin-left: 10px;
	width: 600px;
	text-shadow: 2px 2px 2px #999999;
}
#image {
	border: none;
	background: center;
	text-align: center;
	margin-top: 10px;
}
iframe {
	overflow: hidden;
	z-index: 99;
	height: 80px;
	width: 400px;
	margin: 30px;
	padding: 0px;
	border: none;
}
input {
	color: #000000;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	margin: 2px;
}
form {
	text-align: center;
	vertical-align: text-top;
}
p.error {
	text-align: center;
}
p.item {
	margin-left: 60px;
	margin-bottom: 10px;
	width: 400px;
	text-indent: 16pt;
	background: #FBFBFB;
	padding-left: 12px;
}
p.description {
	font: 11px/120% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin-left: 60px;
	width: 400px;
	text-indent: 16pt;
	background: #FBFBFB;
	padding-left: 12px;
}
p.btm {
	text-align: center;
	background: #DBDBDB;
}
table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	height: 420px;
	padding: 0px;
	margin-top: 40px;
}
#contentFlash {
	background: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	position: relative;
	left: 0px;
	top: 40px;
}
#contentText {
	text-align: center;
	vertical-align: text-top;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 40px;
	position: relative;
}
#contentContact {
	text-align: center;
	position: relative;
	height: 40px;
	width: 100%;
	left: 0px;
	top: 20px;
	margin-top: 20px;
}

/*--- iPhone only CSS here ---*/
@media screen and (max-device-width: 480px) {
body {
  -webkit-text-size-adjust: none;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 5px;
}
div {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
}
