BODY {
    background-color: #072F63;
    font-family: arial;
    font-size: 12px;
    color: #5F6062;
    line-height:1.7;
}

FORM {
    margin: 0px;
}

a {
    color: #2063af;
}
a:hover {
    text-decoration: none;
}

div#shell {
	width: 100%;
	padding-top: 30px;
}

div#shell div#top {
	width: 915px;
}

div#shell div#navcontainer {
	position: absolute;
	margin-right: auto; 
	margin-left: auto;
	top: 53px;
	left: 0px;
	width: 100%;
}

/*div#shell div#navcontainer div#nav {*/
div#shell div#nav {
	width: 915px;
	background: url(../../media/images/nav_home.jpg);
	background-repeat: no-repeat;
}

div#shell div#main {
	/*padding-top: 257px;*/
	width: 915px;
	background: url(../../media/images/main_bkgrd.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

div#shell div#main div#content {
	background: url(../../media/images/bottom_bkgrd.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
}

div#shell div#main div#content TABLE.bkgrd {
	width: 868px;
	background: url(../../media/images/content_bkgrd.jpg);
	background-repeat: no-repeat;
    background-position: top;
    background-color: transparent;
    padding-top: 19px;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD {
    font-family: arial;
    font-size: 12px;
    color: #5F6062;
    line-height:1.7;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD.news {
    font-family: arial;
    font-size: 11px;
    color: #033365;
    line-height:1.4;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD.news a {
    color: #033365;
	text-decoration: none;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD.verticaldown {
	width:1px;
	background: #D8D9DB url(../../media/images/vertline_bkgrd.jpg);
	background-repeat: no-repeat;
    background-position: bottom;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD.verticalup {
	width:2px;
	background: #DCDCDE url(../../media/images/vertline2_bkgrd.jpg);
	background-repeat: no-repeat;
    background-position: top;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD.horizontal {
	height:1px;
	background-color: #DCDCDE;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD div.blue {
    font-family: arial;
    font-size: 11px;
    color: #195390;
    line-height:1.7;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD div.blue a {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #195390;
    line-height:1.7;
    text-decoration: none;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD div.blue a:hover {
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    color: #2462A2;
    line-height:1.7;
    text-decoration: underline;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks {
	padding-top: 7px;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD.ticker {
	background-color: #FFF;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
    color: #002663;
    padding-left:2px;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD.amount {
	background-color: #FFF;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
    color: #5F5E59;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD.positive {
	background-color: #FFF;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
    color: #009F30;
    padding-right:2px;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD.negative {
	background-color: #FFF;
	font-family: arial;
    font-size: 10px;
    font-weight: bold;
    color: #CC0000;
    padding-right:2px;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD.date {
	font-family: arial;
    font-size: 10px;
    font-weight: normal;
    color: #5F5E59;
	
}

div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD a,
div#shell div#main div#content TABLE.bkgrd TABLE TD TABLE.stocks TD a:hover {
	font-family: arial;
    font-size: 10px;
    font-weight: normal;
    color: #2563A3;
    border-top:1px solid #2563A3;
    border-bottom:1px solid #2563A3;
    text-decoration: none;
}

div#shell div#main div#content TABLE.bkgrd TABLE TD H4 {
    font-family: arial;
    font-size: 13px;
    color: #2462A2;
    line-height:1.6;
    margin: 0px;
}

FORM {
	z-index:1000;
}

.textbox_sm {
    font-family: arial;
    font-size: 14px;
    color: #666;
    width: 120px;
    border: 1px solid #999;;

}

.textbox_md {
    font-family: arial;
    font-size: 14px;
    color: #666;
    width: 245px;
    border: 1px solid #999;
}

SELECT {
    font-family: arial;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
}

INPUT.textfield {
	background-image: url(../../media/images/form_bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #072F63;
    border-top: 1px solid #A4A4A4;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #DEDFE0;
    border-bottom: 1px solid #C8CACC;
    height: 22px;
    padding-top: 3px;
    padding-left: 3px;
    text-transform: uppercase;
}
