/* CSS Document */
/* Start main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
/* ------------------------------- Start Global Styles ------------------------------- */
A, A:Visited, A:Active {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
A:Hover {
	color: #333399;
	text-decoration: underline;
	}

body {
	background: url(images/A121.header_BG.jpg) top repeat-x #E6E6E6;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	margin-top: 0;
	}
td, p, li, div, ul {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;

	}
h1 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	}
h2 {/* used for all page titles on standard and custom pages */
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
	}

.content {/* use for main content on all pages */
	color: #000000;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	}

.sm {
	font-size: 10px;
	}
.sm2 {
	color: #FFFFFF;
	font-size: 10px;
	padding: 4px 4px 4px 4px;
	}
.slogon1 {
	color: #0707FF;
	font-size:16px;
	font-weight: bold;
	font-style: italic; 
	padding-right: 20px;
	}
	.slogon2 {
	color: #0707FF;
	font-size:14px;
	font-weight: bold;
	font-style: italic; 
	padding-right: 30px;
	}
.welcome {
	color: #0707FF;
	font-size:14px;
	font-weight: bold;
	font-style: italic; 
	}
.midbox {
	color: #0707FF;
	font-size: 10px;
	padding: 6px 6px 6px 6px;
	}
.midbox1 {
	color: #3366CC;
	font-size: 10px;
	}
.midbox1 a:link, .midbox1 a:visited {
	color: #3366CC;
	font-size: 10px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}
.midbox1 a:hover, .midbox1 a:active {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3366CC;
	text-decoration: underline;
	}
#formCell ul {
	margin-left:20px;
}
.sidelnk a:link, .sidelnk a:visited {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	}
.sidelnk a:hover, .sidelnk a:active {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: underline;
	}
.bdr {
	border: 1px solid #CCCCCC;
	}
.contactbox{
	color:#FFFFFF;
	font-size: 10px;
	text-decoration: none;
	}
.contactbox a:link, .contactbox a:visited {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
	}
.contactbox a:hover, .contactbox a:active {
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: underline;
	}
}
	
/* -------------------------------- End Global Styles -------------------------------- */
/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage {/* controls spacing around Snippet images */
	margin: 0 10px 300px 0;
	}
.l_sidettl {
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 15px;
	font-size: 14px
}
.r_sidenav a:link, .r_sidenav A:visited{
	color: #3366CC;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	padding-left: 5px;
}.r_sidenav a:hover, .r_sidenav A:active{
	color: #3366CC;
	font-size: 15px;
	font-weight: bolder;
	font-style: italic;
	padding-left: 7px;
}
/* ----------------------------- End Standard Page Styles ---------------------------- */
/* ------------------------------- Start Header Styles --------------------------------*/
.menu {
	color: #FFFFFF;
	}
.menu a:link, .menu a:visited {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:hover, .menu a:active {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
/* -------------------------------- End Header Styles ---------------------------------*/
/* ------------------------------- Start Side Styles --------------------------------- */

/* -------------------------------- End Side Styles ---------------------------------- */
/* ------------------------------- Start Footer Styles ------------------------------- */
.copyright {
	color:#FFFFFF;
	font-size: 10px;
	}
.copyright a:link, .copyright a:visited {
	color:#FFFFFF;
	font-size: 10px;
	}
.copyright a:hover, .copyright a:active{
	color:#FFFFFF;
	font-size: 10px;
	}
#navcContainer {margin: 5px;}
#navcContainer ul {	text-align: center;	}
#navcContainer li {	display: inline;list-style-type: none;}
#navcContainer a, #navcContainer a:visited, #navcContainer a:active {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; border-left: 1px solid #FFFFFF; padding: 0 2px 0 4px; }
#navcContainer a:hover {text-decoration: none;color: #FFFFFF;}
/* -------------------------------- End Footer Styles -------------------------------- */
/* -------------------------------- Start Form Styles -------------------------------- */
.forminput {/* Input Fields Styles */
	font-family: Verdana, Arial, 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: Verdana, Arial, 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: #f0f8ff;
	border: solid black 1px;
	cursor: hand;
	}		
.pover {/* Form Button Over Style */
	color: white;
	background: #333;
	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: 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: #333333;
	font-weight: normal;
	font-size: 12px;
	}
.bodytext {
	color: black;
	font-size: 12px;
	}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle {/* styles match h2 style */
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
.pagetitle101 {/* styles match h2 style */
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
/*  ---------------------------- End Page Title Style ----------------------------- */
/* End main.css for Enhanced Websites v2.0 - last updated 08/22/05 */