body {
	line-height: 18pt;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #3f3f3f;
	color: white;
	margin: 0;
	padding: 0;
}
.title {
	font-weight: bold;
	font-size: larger;
}
.productTitle {
	font-weight: bold;
	font-size: larger;
}
.content {
	text-align: left;
	max-width: 800px;
}
.content1 {
	text-align: left;
	max-width: 1200px;
}
.content2 {
	text-align: left;
	max-width: 500px;
	max-height: 450px;
}
.subtext {
	color: #999;
}
#header {
	height: 48px;
	background-color: #ee014c;/*#981b1b;*/
	width: 100%;
}
#headerShadow {
	background-repeat: repeat-x;
	background-image: url(headerShadow.png);
	height: 6px;
	width: 100%;
}

a:link {
	color: #fff;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #981b1b;
	text-decoration: none;
}

a:link.headerItem {
	color:white;
	border-color: #ee014c;/*#981b1b;*/
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
a:visited.headerItem {
	color:white;
	border-color: #ee014c;/*#981b1b;*/
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
a:hover.headerItem {
	color: black;
	border-color: #e92828;
	border-style: solid;
	border-width: 1px;
	background-color: #e64e4e;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	-webkit-border-radius: 12px;
}
.headerItem {
	margin-left: 12px;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 12px;
	font-weight: bold;
	padding-left: 12px;
	color: black;
	text-decoration:none;
}
.footer {
	line-height: 10pt;
	text-align: justify;
	font-size: smaller;
	color: #999999;
}
#toolbar {
	width: 100%;
	height: 53px;
	background-repeat: repeat-x;
	background-image: url(/iphone/images/bg-black-tb.png);
}
.toolbarItem {
	text-shadow: 0px -2px 0px black;
	color: #b0b0b0;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 4px;
	margin-left: 6px;
	font-weight: bold;
}
a:link.toolbarItem {
	text-decoration: none;
}
a:visited.toolbarItem {
	text-decoration: none;
}
a:hover.toolbarItem {
	color: white;
	border-color: #666;
	border-style: solid;
	border-width: 1px;
	background-color: #333;
	padding-right: 11px;
	padding-left: 11px;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	-webkit-border-radius: 12px;
	cursor:default;
}
.frame {
font:18px Helvetica, Arial, sans-serif;;
width:500;
height:100;
border:none;
overflow:scroll;
padding:5;
}
#providerinfo {
	line-height: 12pt;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: smaller;
	color: #000000;
}
