@charset "utf-8";
/* PCF Main CSS Document */

/*
THEME COLORS
DK: #516E8C
LT: #D1D8E0
*/

/* Include Required Stylesheets */
@import url("navmenu.css");
@import url("aboutmenu.css");
@import url("wxtmenu.css");
@import url("photoeffects.css");

/* Main Page Styles */
body {
	background-image: url(/images/bg.jpg);
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333333;
}
a:link, a:hover, a:active, a:visited {
	color: #000000;
	text-decoration: underline;
}
.copyright {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	line-height:12px;
	color: #000000;
}
.footer {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	line-height:12px;
	color: #000000;
	margin-bottom:5px;
	margin-top:10px;
}
.footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	line-height:12px;
	color: #000000;
	text-decoration: underline;
}

.hd1 {
	font-size:36px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 38px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
}
.hd2 {
	font-size:24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
}
.hd3 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
}
.hd4, .hd4 a:link, .hd4 a:active, .hd4 a:visited  {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bolder;
	font-variant:small-caps;
	color: #333333;
	text-decoration: none;
}
.hd4 a:hover {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bolder;
	font-variant:small-caps;
	color: #333333;
	text-decoration: underline;
}
.hd5 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.hd6 {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.homepg1 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.pg, tr, td {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333333;
}
.pg a:link, .pg a:active, .pg a:visited, .pg a:hover {
	color: #000000;
	text-decoration:underline;
}
.footnote1, .footnote1 a:link, .footnote1 a:visited, .footnote1 a:active, .footnote1 a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	text-decoration: none;
}
.err {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bolder;
	font-variant:small-caps;
	color: #CC0000;
	text-decoration: none;
}
.wx {
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	line-height: 15px;
	color: #000000;
}
.joinmenu, .joinmenu a:link, .joinmenu a:active, .joinmenu a:visited  {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bolder;
	font-variant:small-caps;
	color: #333333;
	text-decoration: none;
}
.joinmenu a:hover {
	color:#CC0000;
}
#fleettable, .fleettable tr, .fleettable td {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #516e8c;
}
.formbutton {
	border: 1px solid #000000;
}
.noscript-h {
	text-align:center;
	font-size:24px;
	line-height:26px;
	font-weight:bolder;
	color:#D1D8E0;
	text-decoration:none;
}
.noscript-t {
	text-align:center;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#D1D8E0;
	text-decoration:none;
}
.noscript-t a:link, .noscript-t a:active, .noscript-t a:visited, .noscript-t a:hover {
	text-align:center;
	font-size:20px;
	line-height:22px;
	font-weight:bolder;
	color:#D1D8E0;
	text-decoration:none;
}
.noscriptdiv {
	position:fixed;
	width:700px;
	top:200px;
	top:expression(window.scrollTop + "px");
	margin-left:-350px;
	padding:10px;
	left:50%;
	border:5px solid #516E8C;
	background-color:#990000;
}

