@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
}
html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}
.comment {
	font-size: 14px;
	font-style: italic;
}
.black_link {
	color: #000000;
	text-decoration:underline;
}
.phrase {
	color: #000000;
	font-weight:bold;
	font-size:18px;
	position: relative;
	bottom: 3px;
}
.tm {
	font-size: xx-small;
	color: #000000;
	position: relative;
	bottom: 8px;
}
.copyright {
	font-size: 11px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.title {
	font-size: 18px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:-5px;
	font-weight:bolder;
}
.titleorange {
	font-size: 18px;
	color: #ffa200;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.tan {
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
.solid_box {
	background: #42a4ad;
}
.solid_top div {
	background: url(Images/tl.png) no-repeat top left;
}
.solid_top {
	background: url(Images/tr.png) no-repeat top right;
}
.solid_bottom div {
	background: url(Images/bl.png) no-repeat bottom left;
}
.solid_bottom {
	background: url(Images/br.png) no-repeat bottom right;
}
.solid_top div, .solid_top,  .solid_bottom div, .solid_bottom {
	width: 100%;
	height: 16px;
	font-size: 1px;
}
.solid_content {
	padding: 0 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.outline_box {
	background: url(Images/outline_tl.png) no-repeat top left;
}
.outline_top {
	background: url(Images/outline_tr.png) no-repeat top right;
}
.outline_bottom {
	background: url(Images/outline_bl.png) no-repeat bottom left;
}
.outline_bottom div {
	background: url(Images/outline_br.png) no-repeat bottom right;
}
.outline_content {
	background: url(Images/outline_r.png) top right repeat-y;
}
.outline_top div, .outline_top,  .outline_bottom div, .outline_bottom {
	width: 100%;
	height: 19px;
	font-size: 1px;
}
.outline_content, .outline_bottom {
	margin-top: -19px;
}
.outline_content {
	padding: 0 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.iphone_background {
	background-image:url(Images/iphone_portrait.png);
	background-repeat: no-repeat;
	height:840px;
}

.iphone_h_background {
	background-image:url(Images/iPhone_h.png);
	background-repeat: no-repeat;
	height:465px;
}
.iphone_placement {
	margin-top:121px;
}

.iphone_h_placement {
	margin-top:35px;
}

.whitetext {
	color: #fbffdb;
	font-size: 14px;
}
a.whitetext:link, a.whitetext:visited {
	color: #ffffff;
	font-size: 14px;
	text-decoration:none;
}
a.whitetext:hover {
	color: #ffffff;
	font-size: 14px;
	text-decoration:underline;
}
.blacktext {
	color: #000000;
	font-size: 16px;
}
a.blacktext:link, a.blacktext:visited {
	color: #000000;
	font-size: 16px;
	text-decoration:none;
}
a.blacktext:hover {
	color: #000000;
	font-size: 16px;
	text-decoration:underline;
}
.style2 {
	font-size: 12px;
	font-style: italic;
}
.style3 {
	color: #FF9900;
	font-weight: bold;
}
.style4 {font-size: 14px}