/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 18px;
	background: #FFF url("images/bg.jpg");
	background-repeat: repeat-x;
}

p {
	font-size:12px;
	}
td {
	font-size:12px;
	}

hr {

}
A:link{
	color: #81AEDD;
	text-decoration: underline;
	font-weight: bold;
}
A:visited{
	color: #81AEDD;
	text-decoration: underline;
	font-weight: bold;
}
A:hover{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.body-blue {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 18px;
	background: #FFF url('images/bg-blue.jpg');
	background-repeat: repeat-x;
}
.body-blue A:link{
	color: #82AEDB;
	text-decoration: underline;
	font-weight: bold;
}
.body-blue A:visited{
	color: #82AEDB;
	text-decoration: underline;
	font-weight: bold;
}
.body-blue A:hover{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 24px;
	color: #81AEDD;
	margin-top: 0px;
	line-height: 18px;
	letter-spacing: 1px;
}
h2 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin-bottom: 0em;
	font-size: 14px;
	color: #81AEDD;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h3 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #81AEDD;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.legal {
	font-size: 10px;
	color: #555;
}
.main_shell {
	padding-top: 10px;
	padding-bottom: 10px;
}
.main_shell-wide {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAA;
}
.gray {
	background: #FFF;
	padding: 13px 20px 13px 20px;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	width: 520px;
}
.gray-wide {
	background: #FFF;
	padding: 13px 20px 13px 20px;
	border-bottom: 1px solid #AAA;
	width: 720px;
}
.nav {
	width: 200px;
	border-bottom: 1px solid #AAA;
}
.nav_button {
	background: #EEE url('images/button.gif');
	background-repeat: no-repeat;
	width: 185px;
	padding: 5px 5px 0px 10px;
	margin-bottom: -5px;
	line-height: 16px;
	height: 20px;
	text-transform: lowercase;
	color: #81AEDD;
	letter-spacing: 1px;
	font-weight: bold;
}
.nav_button A:link{
	color: #81AEDD;
	text-decoration: none;
}
.nav_button A:visited{
	color: #81AEDD;
	text-decoration: none;
}
.nav_button A:hover{
	color: #000;
	text-decoration: none;
}
.nav_button2 {
	background: #EEE url('images/button2.gif');
	background-repeat: no-repeat;
	width: 185px;
	padding: 5px 5px 0px 10px;
	text-align: right;
	margin-bottom: -5px;
	line-height: 16px;
	height: 20px;
	text-transform: lowercase;
	color: #81AEDD;
	letter-spacing: 1px;
	font-weight: bold;
}
.nav_button2 A:link{
	color: #81AEDD;
	text-decoration: none;
}
.nav_button2 A:visited{
	color: #81AEDD;
	text-decoration: none;
}
.nav_button2 A:hover{
	color: #000;
	text-decoration: none;
}
.nav_button3 {
	background: #EEE url('images/button.gif');
	background-repeat: no-repeat;
	width: 185px;
	padding: 5px 5px 0px 10px;
	margin-bottom: -5px;
	line-height: 16px;
	border-left: 1px solid #AAA;
	height: 20px;
	text-transform: lowercase;
	color: #81AEDD;
	letter-spacing: 1px;
	font-weight: bold;
}
.nav_button3 A:link{
	color: #81AEDD;
	text-decoration: none;
}
.nav_button3 A:visited{
	color: #81AEDD;
	text-decoration: none;
}
.nav_button3 A:hover{
	color: #000;
	text-decoration: none;
}
.nav_cap {
	background: #FFF url('images/nav_cap-top.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
}
.nav_cap2 {
	background: #FFF url('images/nav_cap-top2.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
}
.nav_cap3 {
	background: #FFF url('images/nav_cap-top.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 9px;
	border-left: 1px solid #AAA;
}
.nav_cap-bottom {
	background: #FFF url('images/nav_cap.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
}
.nav_cap-bottom2 {
	background: #FFF url('images/nav_cap2.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
}
.nav_cap-bottom3 {
	background: #FFF url('images/nav_cap.gif');
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
	border-left: 1px solid #AAA;
}
.sub_nav {
	display: none;
	width: 180px;
	border-top: 1px solid #AAA;
	margin: 0px;
	padding: 5px;
}
.sub_button {
	background: #BBB;
	padding: 3px;
	padding-left: 7px;
	margin: 2px;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
}
.sub_button A:link{
	color: #FFF;
	text-decoration: none;
}
.sub_button A:visited{
	color: #FFF;
	text-decoration: none;
}
.sub_button A:hover{
	color: #000;
	text-decoration: none;
}
.sub_nav2 {
	margin-bottom: 1em;
	font-size: 9px;
	line-height: 12px;
	text-transform: lowercase;
}
.sub_nav2 ul {
	width: 177px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
}
.sub_nav2 ul li {
	float: left;
	width: 88px;
	margin-bottom: 5px;
}
.sub_nav2 ul li strong{
	color: #81AEDD;
}
.sub_nav2 br {
	clear: left;
}
.sub_nav2 A:link{
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
.sub_nav2 A:visited{
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
.sub_nav2 A:hover{
	color: #81AEDD;
	text-decoration: underline;
	font-weight: bold;
}
.orange {
	color: #81AEDD;
}
.port_table {
	border: 1px solid #AAA;
	margin-bottom: 5px;
}
.port_copy {
	background: #E7E7E7;
	padding: 5px;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}
.hidden {
	height: 1px;
	overflow: hidden;
}
blockquote {
	background: #81AEDD url('images/orange_gradient.jpg');
	background-repeat: repeat-x;
	padding: 10px;
	line-height: 20px;
	font-size: 16px;
	border: 1px solid #81AEDD;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}