/* Main StyleSheet */
body {
	background-color: #D1D1D1;
	background: url('../images/wallpaper.gif');
	font-family: Verdana;
	font-size:10pt;
}
td {
	font-family: Arial;
	font-size:9pt;
}
td.disclaimer {
	font-size:7pt;
	color: #EFEFEF;
	padding-right:8px;
}

td.header {
	background: url('../images/headerBack.gif') repeat-x;
}

td.headerLeft {
	background: url('../images/headerDesignBack.gif') no-repeat left top;
	color:white;
	font-size:12pt;
	padding-left:35px;
	font-weight:bold;
}

td.headerRight {

}

td.subHeader {
	background-color:transparent;
}

td.feature {
	/* background: url('../images/featureBack.gif') repeat-x top; */
	background: url('../images/featureBack1.gif') repeat-x top right;
}

td.featureHead {
	font-size:12pt;
	font-weight:bold;
	color:#50668B;
	padding-left:5px;
	padding-bottom:9px;
	font-family:times new roman;
}

td.featureMain {
	font-size:8pt;
	color:black;
	padding-left:20px;
	padding-top:0px;
	padding-right:15px;
	text-align:justify;
	font-family:Arial;
}

td.main {
	background-color:#d6d6d6;
}

a, a:visited {
	text-decoration:underline;
	color:#50668B;
	font-size:10pt;
}

a:hover {
	color:black;
}

a.disclaimer, a.disclaimer:visited {
	text-decoration:underline;
	color:#efefef;
	font-size:7pt;
}

a.disclaimer:hover {
	color:silver;
}

a.leftNav,a.leftNav:visited{
	font-family: Times New Roman;
	text-transform: lowercase;
	color: #50668B;
	background-color: #efefef;
	text-decoration:none;
	height:23px;
	width:145px;
	border:1px outset gray;
	padding-top:3px;
	padding-left:6px;
	font-size:10pt;
	font-weight:normal;
}

a.leftNav:hover{
	color:white;
	text-decoration:none;
	background-color: #50668B;
}

td.joint{
	border-left: 1px solid gray;
	height:4px;
}

td.jointHeight{
	height:4px;
}

td.dateCell {
	color: #50668B;
	font-size:7pt;
	background-color:darkgray;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid gray;
}

td.pageHeader {
	padding-top:10px;
	padding-left:10px;
	font-size:29px;
	color: #50668B;
	font-family: Times New Roman;
	border-bottom:1px solid silver;
	/*
	background: url('/images/pageHeaderBack.gif');
	background-repeat: no-repeat;
	background-position:430px bottom;
	*/
}

td.pageBody {
	font-size:9pt;
	padding-left:20px;
	padding-top:10px;
	padding-right:35px;
	padding-bottom:10px;
	font-family:Arial;
	text-align:justify;
}

td.body {
	background-color:white;
	background-image: url('/images/bgPage.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	height:400px;
	vertical-align:top;
}

.tagLine {
	padding-left:85px;
	font-style: italic;
	color: #97A2B9;
	font-size:9pt;
	text-transform : lowercase;
}

.formLabel {
	font-weight:bold;
	font-size:10pt;
}
.formText {
	font-size:9pt;
	font-family:arial;
	width:190px;
	border:1px solid navy;
}
.formTextArea {
	font-size:9pt;
	font-family:arial;
	border:1px solid navy;
}
.formButton {
	font-size:8pt;
	font-weight:bold;
	border:1px outset;
	background-color:gray;
	color:white;
}
div.bodyText {
	border:1px solid gray;
	background-color: silver;
	background-image:url('/images/divBack.jpg');
	background-repeat:no-repeat;
	background-position:97%;
	width:100%;
	padding:12px;
	padding-right:155px;
	text-align:left;
	height:147px;
}
.thumbnail {
	border: 1px solid #50668B;
}
.subhead {
	color:#50668B;
	font-size:18px;
}

td.leftNav {
	background-image:url('/images/bgNav.jpg');
	background-position:center top;
	background-repeat:no-repeat;