/* Start main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
/* ------------------------------- Start Global Styles ------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #4B4D49;
	}
a, 
a:Visited, 
a:Active {
	color: #982402;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}	a:Hover {
	color: black;
	text-decoration: underline;
	}

td, 
p, 
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
div {
	font-size: 14px;
	}
h1 {
	color: #982402;
	font-family: Times New Roman, Times, serif; 
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	}
h2 {/* used for all page titles on standard and custom pages */
	color: #982402;
	font-family: Times New Roman, Times, serif; 
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	}
.content {/* use for main content on all pages */
	color: black;
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
	background-color: #A4A4A4;
	}
.bcontent {/* use for main content on all pages */
	color: black;
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
	background-color: #A4A4A4;
	border-bottom: 1px solid black;
	}
.sm {
	font-size: 10px;
	}

/* -------------------------------- End Global Styles -------------------------------- */ 
#bannerBox {
	background-image:  url("images/banner-BKG.jpg");
	background-repeat: repeat-x;
	background-position: left;
	}

.text {
  color: black;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	padding: 5px;
	}
.text1 {
  color: white;
	vertical-align: top;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	}
.text2 {
	color: white;
	font-size: 28pt;
	font-weight: bold;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	vertical-align: baseline;
	float: left;
	margin: 0;
	padding-top: 0.2em;
	}
.title {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-align: left;
	}
.app {
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: white;
	height: 14px;
	width: 100%;
	text-align: center;
	padding: 2px;
	}
.pic {
	border: 2px solid black;
	}
/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage {/* controls spacing around Snippet images */
	margin: 0 25px 300px 0;
	}
/* ----------------------------- End Standard Page Styles ---------------------------- */
/* ------------------------------- Start Header Styles --------------------------------*/
.gray {
	background-color: #4B4D49;
	border: 1px solid black;
}


.gray1 {
	background-color: #A4A4A4;
	padding: 10px 0 0 0;
	}
.btmborder {
	border-bottom: 1px solid black;
	text-align: left;
	color: white;
	background-color: #4B4D49;
	padding: 5px;
	}
a.nav, 
a.nav:Visited, 
a.nav:Active {
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}	a.nav:Hover {
	color: #E2DFCB;
	text-decoration: none;
	}
.topnavBox {
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	background-color: #4B4D49;
	padding: 5px;
	}
a.topnav,
a.topnav:Visited, 
a.topnav:Active {
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}	.topnav a:Hover {
	color: #FE0101;
	text-decoration: none;
	}
/* -------------------------------- End Header Styles ---------------------------------*/
/* ------------------------------- Start Side Styles --------------------------------- */

#sideNav {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.sideButton {
	float: left;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(images/sidebtn.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
.sideButton a, 
.sideButton a:Visited, 
.sideButton a:Active {
	display: block;
	text-align: center;
	width: 150px;
	line-height: 25px;
	margin: 0;
	padding: 5px 0 5px 0;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/sidebtn.gif);
	background-position: top left;
	background-repeat: no-repeat;
}	.sideButton a:hover{
	background-image: url(images/sidebtn.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: white;
	}

#sideNav1 {
	margin: 0;
	padding: 0;
	text-align: center;
	}
.sideButton1 {
	float: left;
	width: 150px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	background-image: url(images/sidebtn1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}	.sideButton1 a, 
	.sideButton1 a:Visited, 
	.sideButton1 a:Active {
	display: block;
	text-align: center;
	width: 150px;
	line-height: 20px;
	margin: 0;
	padding: 5px 0 5px 0;
	color: white;
	font-size: 12px;
	text-decoration: none;
	background: url(images/sidebtn1.gif) top left no-repeat;
}	.sideButton1 a:Hover {
	background-image: url(images/sidebtn1.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: white;
	}
/* -------------------------------- End Side Styles ---------------------------------- */
/* ------------------------------- Start Footer Styles ------------------------------- */
.footerline {
	padding: 5px;
	color: white;
	background-color: #4B4D49;
	border-top: 1px solid black;
	}
.footer {
	font-size: 12px;
	color: white;
	background-color: #4B4D49;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	}
a.email, 
a.email:Visited,
a.email:Active {
	color: white;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}	a.email:Hover {
	color: white;
	text-decoration: underline;
	}
a.email1,
a.email1:Visited,
a.email1:Active {
	color: #982402;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}	a.email1:Hover {
	color: black;
	text-decoration: underline;
	}
	
/* -------------------------------- End Footer Styles -------------------------------- */
/* -------------------------------- Start Form Styles -------------------------------- */
.forminput {/* Input Fields Styles */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #F0F8FF;
	padding: 1px;
	margin: 0;
	border: solid black 1px;
	}
.forminput2 {/* Input Fields Styles */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #F0F8FF;
	padding: 1px;
	margin: 0;
	border: solid black 1px;
	}
.formMain {/* add to opening Form tag to remove padding/margin around form */
	padding: 0;
	margin: 0;
	}
.pnorm {/* Form Button Style */
	color: black;
	background-color: #F0F8FF;
	border: solid black 1px;
	cursor: hand;
	}		
.pover {
	/* Form Button Over Style */
	color: white;
	background-color: #333333;
	border: solid black 1px;
	cursor: hand;
}
/* --------------------------------- End Form Styles --------------------------------- */
/* --------------------------- Start Market Snapshot Styles -------------------------- */
.dlt {/* Outline */
	background-color: black;
	} 
.dlr {/* Right Color Column */
	background-color: #FFCC00;
	}
.gybg {/* Outline */
	background-color: white;
	}
.bt {/* Main Class for Snapshot and Eco Calendar */
	color: black;
	font-size: 11px;
	padding: 1px;
	line-height: 15px;
	letter-spacing: 1px;
	background-color: white;
	}
.btb {/* Background for Economic Calendar */
	background-color: white;
	}
/* ---------------------------- End Market Snapshot Styles --------------------------- */
/* --------------------------- Start Rate Sheet Styles ------------------------------- */
.mtg101thickblack {
	color: blue;
	font-weight: normal;
	font-size: 14px;
	}
.bodytext {
	color: black;
	font-size: 14px;
	}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle {/* styles match h2 style */
	font-family: Times New Roman, Times, serif;
	color: #982402;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	}
.pagetitle101 {/* styles match h2 style */
	font-family: Times New Roman, Times, serif;
	color: #982402;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	}
.pagetitle {/* styles match h2 style */
	font-family: Times New Roman, Times, serif;
	color: #982402;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
	}
/*  ---------------------------- End Page Title Style ----------------------------- */
/* End main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
