/**********************************************************************
	Filename: momentum.css
	Project:  Momentum Web Template - Charles Scwab
	
	Global style sheet
**********************************************************************/
/* Body Tag Definition */
body { margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; background-color:#FFF4E0; }

/* Assign font and color to the general styles */
font, th, td, p, span, div, textarea, a { font-family:Arial, Helvetica, Verdana, sans-serif; color:#000000; font-size:12px;}
a { font-weight:bold; font-style:normal; text-decoration:none; }
a:hover { text-decoration: none; }
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans-serif;  }
h1 { font-size:16px; font-weight:bold; color:rgb( 156,156,156 ); }
h2 { font-size:16px; font-weight:bold; color:rgb( 0,0,0 ); }
h3 { font-size:14px; font-weight:bold; }
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
hr { height:1px; color:rgb( 0,0,0 );}


td.blueBkrnd {background-color: #4A6193;}
td.whiteBkrnd {background-color: #FFFFFF;}




/* text styles */
.footer {
	font-size:12px;
	color:#4A6193;
	font-weight : normal;
}
.footer:hover {
	font-size:12px;
	color:#000000;
	font-weight : normal;
}
.footer2 {font-size:12px; color:#FFFFFF;}

.menuBottom {
	font-size:11px;
	color:#007F63;
	font-weight : bold;
}

.menuBottom:hover {
	color:#ECA412;
}

.contentTitle{
	font-size:14px;
	color:#FFFFFF;
	font-weight : bold;
}

.homeFooter{
	font-size:10px;
	color:#000000;
	font-weight : normal;
	font-family : serif;
}
.homeFooter:hover{
	color:#4882B5;
}

.homeFooter2{
	font-size:14px;
	color:#4882B5;
	font-weight : normal;
	font-family : sans-serif;
}
.homeFooter2:hover{
	color:#F3AA1C;
}

.homeFooter3{
	font-size:14px;
	color:#000000;
	font-weight : normal;
	font-family : sans-serif;
}

/* background */

td.sideBkrnd {
	background-image : url(images/sideBkrnd.jpg);
	background-repeat : repeat-y;
}

