@charset "UTF-8";
/* CSS StyleSheet */

html {
	height: 100%;
}

body {
	background:#898989 url(images/greybg.jpg) fixed;
	background-repeat:repeat-x;
	height: 100%;
	margin:0px;
	font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:10pt;
	color:#000000;
}

a:link {
	color:#F30;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#F30;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#F30;
	font-weight:bold;
	text-decoration:none;
}

.crosslines {
	background:url(images/crosses.png) fixed;
	background-repeat:repeat;
	border:#FFFFFF;
	border-width:thin;
	border-collapse:collapse;
	width:100%;
	min-height: 100%;
  	height:auto !important;
  	height: 100%;
	margin:0px;
}

.cont {
	/*background:url(images/landscape.png) top center;*/
	background-repeat:no-repeat;
	width:100%;
	min-width:900px;
}

.topPad {
	height:400px;
	text-align:center;
	clear:both;
}

.header {
	position:relative;
	text-align:center;
	width:100%;
	background:#DEDEDE url(images/crosslines_wht.png);
}

.topBut {
	position:absolute;
	top:15px;
	right:-15px;
}

.readMore {
	position:absolute;
	top:-3px;
	right:-3px;
}

.topLinks {
	background:url(images/linksBg.jpg);
	padding:0px;
	margin:0px;
	height:30px;
}

.barShade {
	background:url(images/barShade.png);
	height:10px;
	padding:0px;
	margin:0px;
	border:0px;
}

.topBox {
	background:#FFFFFF;
	width:902px;
	border:1px solid #FFFFFF;
}

.topBoxInline {
	position:relative;
	background:#FFFFFF;
	width:860px;
	border:1px solid #AAAAAA;
	text-align:left;
	padding:20px;
}

.shadow {
	background:url(images/shadow.png) inherit;
	background-image:
	width:902px;
	padding:10px;
}

.box {
	position:relative;
	background:#FFFFFF;
	width:902px;
	border:1px solid #FFFFFF;
}

.boxInline {
	position:relative;
	background:#FFFFFF;
	width:860px;
	border:1px solid #AAAAAA;
	text-align:left;
	padding:20px;
}

.contBox {
	position:relative;
	background:#FFFFFF;
	width:352px;
	border:1px solid #FFFFFF;
}

.contBoxInline {
	position:relative;
	background:#FFFFFF;
	width:300;
	min-height:550px;
	border:1px solid #AAAAAA;
	text-align:left;
	padding:20px;
}

.contBox2 {
	position:relative;
	background:#FFFFFF;
	width:542px;
	border:1px solid #FFFFFF;
}

.contBoxInline2 {
	position:relative;
	background:#FFFFFF;
	width:500px;
	min-height:550px;
	border:1px solid #AAAAAA;
	text-align:left;
	padding:20px;
}

.fscLogo {
	position:absolute;
	top:10px;
	right:10px;
}

.title {
	font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:500;
	font-size:22pt;
	line-height:22px;
	color:#000000;
}

.lists {
	font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:9pt;
	color:#000000;
}

.dottedLine {
	height:0px;
	width:100%;
	overflow:hidden;
	border-bottom:1px #AAAAAA dashed;
}

.underline {
	height:0px;
	width:100%;
	overflow:hidden;
	border-bottom:1px #AAAAAA solid;
}

b {
	font-weight:800;
	text-decoration:none;
}

input.fields {
	background:#CCCCCC;
	border:0px;
	padding:5px;
	color:#000000;
	font-family:"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.redDiv {
	background:#f4dede;
	padding:20px;
	font-size:9pt;
	text-align:left;
	-moz-border-radius-topleft:10px 10px;
	-moz-border-radius-topright:10px 10px;
	-moz-border-radius-bottomright:10px 10px;
	-moz-border-radius-bottomleft:10px 10px;
	-webkit-border-top-right-radius:10px 10px;
	-webkit-border-bottom-right-radius:10px 10px;
	-webkit-border-top-left-radius:10px 10px;
	-webkit-border-bottom-left-radius:10px 10px;
}

.footer {
	background:#333333;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	padding:30px;
	border-top:1px #333333 dotted;
}

a.footLinks:link{
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}

a.footLinks:visited{
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}

a.footLinks:hover{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

a.footLinks:active{
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
}

a.pix:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

a.pix:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

a.pix:hover{
	color:#F30;
	font-weight:bold;
	text-decoration:underline;
}

a.pix:active{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
