@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #00aef5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 25px;
}
h2 {
	color: #00aef5;
	font-size: 18px;
}
h2 span {
	font-size: 16px;
}
/* =content
-------------------------------------------------- */
div.reflector {
	width: 573px;
	margin: 0 auto;
	min-height: 100px;
	padding: 0 22px 20px 32px;
}

div.reflector div.tabs p a:hover {
	text-decoration: none;
}
div.reflector div.print p {
	float: right;
	padding: 23px 55px 0 0;
}
div.reflector div.print p a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #003e7e;
}
div.reflector h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
div.reflector p.img {
	float: right;
	margin: 10px 0 10px 10px;
}
div.reflector p.img {
	padding-right: 47px;
}
div.reflector p {
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #043960;
}
div.reflector div.tabs {
	float: left;
	margin: 24px 0 20px 0;
}
div.reflector div.tabs p {
	float: left;
	padding: 0;
	margin: 0;
	width: 218px;
	height: 39px;
	text-align: center;
	margin-right: 14px;
}
div.reflector div.tabs p a {
	color: #fff !important;
	text-decoration: underline;
	display: block;
	font-size: 14px;
	padding: 12px 0 10px 0;
	font-weight: bold;
	text-transform: capitalize !important;
}
div.reflector div.tabs p.orange {
	background: url(tab_orange.jpg) 0 0 no-repeat;
}
/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}
