/* CSS Document */
/* Start main.css for Enhanced Websites v2.0 - last updated 08/22/05 */
/* ------------------------------- Start Global Styles ------------------------------- */
A, A:Visited, A:Active {
	color: #90CB11;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
A:Hover {
	color: #669900;
	text-decoration: underline;
	}

body {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	margin-top: 0;
	background: url(images/body_BG.jpg) repeat-x #6A6969; 
	
	}
td, p, li, div, ul {
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	}
h1 {
	color: #00AADB;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	}
h2 {/* used for all page titles on standard and custom pages */
	color: #00AADB;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
	}

.content {/* use for main content on all pages */
	color: #333333;
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	background: url(images/main_BG.jpg) repeat-y;
	}

.sm {
	color: #333333;
	font-size: 10px;
	}
.sm a:link, .sm a:visited {
	color: #333333;
	font-size: 10px;
	}
.sm a:hover, .sm a:active {
	color: #333333;
	font-size: 10px;
	}
	
#formCell ul {
	margin-left:20px;
}
/* -------------------------------- End Global Styles -------------------------------- */
/* --------------------------- Start Standard Page Styles ---------------------------- */
.snippetImage {/* controls spacing around Snippet images */
	margin: 0 10px 300px 0;
	}
.mainbg {
	background: url(images/main_BG.jpg) repeat-y;
	}
.grnttl {
	background-color:  #90CB11;
	color: #FFFFFF;	
	}
.blog a:link, .blog a:visited {
	color:#00AADB;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	font-weight: lighter;
	}
.blog a:hover, .blog a:active {
	color: #0099FF;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	font-weight: lighter;
	}
.blkbg {
	background: url(images/blkbox_BG.jpg) no-repeat;
	}
.whtlnk {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	list-style: none;
	}
.whtlnk a:link, .whtlnk a:visited {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	}
.whtlnk a:hover, .whtlnk a:active {
	color: #FFCC66;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	list-style: none;
	}
/* ----------------------------- End Standard Page Styles ---------------------------- */
/* ------------------------------- Start Header Styles --------------------------------*/
.header {
	background: url(images/header_bg.jpg)  no-repeat;
	}
	
.menu {
	color:  #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	}
.menu a:link, .menu a:visited {
	color:  #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
.menu a:hover, .menu a:active {
	color:  #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}
	
/* -------------------------------- End Header Styles ---------------------------------*/
/* ------------------------------- Start Side Styles --------------------------------- */

/* -------------------------------- End Side Styles ---------------------------------- */
/* ------------------------------- Start Footer Styles ------------------------------- */
.footer {
	color: #333333;
	font-size: 9px;
	}
.footer a:link, .footer a:visited {
	color: #333333;
	font-size: 9px;
	}
.footer a:hover, .footer a:active {
	color: #333333;
	font-size: 9px;
	}
.footerbg {
	background: url(images/footer_BG.jpg) no-repeat;
	}
#navcContainer {margin: 0; width: 650px;}
#navcContainer ul {	margin: 0; text-align: center;	}
#navcContainer li {	margin: 0; display: inline;list-style-type: none;}
#navcContainer a, #navcContainer a:visited, #navcContainer a:active {
	color: #00AADB;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none; border-left: 1px solid #00AADB; padding: 0 2px 0 4px; }
#navcContainer a:hover {text-decoration: none;color: #0099FF;}
/* -------------------------------- 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: #333333;
	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: #00AADB;
	font-weight: normal;
	font-size: 12px;
	}
.bodytext {
	color: #333333;
	font-size: 12px;
	}
/* ------------------------------ End Rate Sheet Styles ----------------------------- */
/* ---------------------------- Start Page Title Style ------------------------------ */
.bodytexttitle {/* styles match h2 style */
	color: #00AADB;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	}
.pagetitle101 {/* styles match h2 style */
	color: #00AADB;
	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 */