body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #333;
}

a:link, a:visited  { color:#003366; background: transparent;text-decoration: none;  font-weight: bold;}
a:active { color: #05386b; background: transparent; }

a:hover { color: #1e90ff; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #036;}
h1 { font: 150% sans-serif; }
h2 { font: bold 125% sans-serif; }
h3 { font: 110% sans-serif;  }
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.fix{
	clear: both;
}
.topnav{
	background-image: url(../images/topnav.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 2px 0px 2px 0px  ;
}
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-image: url(../images/topnav.jpg);
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: right;
}

li { display: inline; }

#topnav li a:link, #topnav li a:visited
{
text-decoration: none;
color:  #036;
background-image: url(../images/topnav.jpg);
padding:.2em 1em;
border-right: 1px solid #fff;
}

#topnav li a:hover
{
text-decoration: underline;
color: #036;
}
.header{
 padding-left: 5px;
	background-image: url(../images/onlinefastmoney-hdr.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #AFDEF1;
	border-top: 3px solid black;	
}
.leftnav{ 
  width: 233px;
	vertical-align: top;
}
#left_navcontainer ul{
   width: 233px;
	padding: 0px; 
	margin-left: 2px;
}
#leftnav li{
   list-style-type: none;
	border-bottom: 1px solid gray;
	padding:4px;
	 margin-left: 0px; 
	display: list-item;
}
#leftnav li a:link,#leftnav li a:visited{
	text-decoration: none;
	color: #9C9D9D;
	display: block;
}
#leftnav li a:hover{
	text-decoration: none;
	color: #175386;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/*.standards{
	display: block;
	float: right;
   width: 170px;
	height: 194px;
	color: White;
	font-size: 12px;
	background-image: url(../images/content_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 12px 8px 0px 8px;
	text-align: center;
}
.standards p{
margin: 15px;
text-align: center;
}
.standards a:link, .standards a:visited, .standards a:hover{
	color: #2A5D9E; 
}*/
.contenttbl{
	background-color: White;
}
.content{
	vertical-align: top;
	color: #333;
	padding: 7px;
}
.content a:link, .content a:visited, .content a:hover{
	color: blue;
	text-decoration: underline;
}
.footer{
	font-size: 12px;
   text-align: right;
	vertical-align: middle;
	background-image: url(../images/footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 5px;
	border-bottom: 1px solid gray;
	height: 20px;
}
.localcenter{
float: right;
}
.imglink{
vertical-align: middle;
}

  
 
.blogtext{
color: #333;
text-align: center;
width: 297px;
margin: 3px;
padding: 5px;
border: 1px solid #2A7EBA;
}
.blogtext strong{
font-size:120%;
}
.blogtext p{
text-align: justify;
font-size:100%
}
.blogtext a{
color: #2A7EBA;
font-size:100%
}