body {
	background: #222;
	margin: 0;
	padding: 0;
	border: 0;
	height: auto;
	/* remove the following line to left-align the entire page */
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:  #000;
}

th, td, div, p, ul, ol, dl {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	/* background-color: transparent; */
	color: #000;
}

a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.menu {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

a.menu:hover {
	padding: 1px;
	background-color: #333;
	color: #fff;
}

div.more {
	border: 1px solid #cdcdcd;
	width: 45px; 
	added margin-left: 3px;
}

a.white {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

a.white:hover {
		padding: 2px;
		background-color: #fff;
		color: #cc0000;
	}

a.TabandMenu {
        font-family:  Verdana, Arial, sans-serif;
        font-size: 12px;
        color: #fff;
        text-decoration: none;
        margin-left: 5px; 
	}

#wrapper {
	width: 987px;
	/* remove the following 2 lines to left-align the entire page */
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	/* margin: -6px 6px 6px -6px; */
	background: #fff;
	background-color: #fff;
	text-align: center;
	/* height: auto; */
	min-height: 700px;
}


div.BarTop {
	margin-top: 2em;
	width: 987px;
	float: left;
	background-color: #cc0000;
	text-align: center;
	height: 1.75em;
	min-height: 1.75em;
	color: #fff;
	/* padding: 0.5em; */
	}

div.BarBottom {
        width: 987px;
        float: left;
        background-color: #cc3333;
        text-align: center;
        height: .5em;
        min-height: .5em;
        /* padding: 0.5em; */
        }

#sideMenu {
	float: left;
	width: 20%;
	height: 100%;
	min-height: 500px;
	text-align: left;
	}

#sideTopMenu {
        height: 100%;
        min-height: 200px;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-right: 0.5em;
        background-color: #cc0000;
        text-align: left;
        }

#sideBottomMenu {
        height: 100%;
        min-height: 300px;
        padding-top: 1.0em;
        padding-bottom: 0.5em;
        padding-right: 0.5em;
        padding-left: 0.5em;
        text-align: left;
        }

#rColumn {
	width: 20%;
	float: right;
	height: 100%;
	min-height: auto;
	/* padding-left: 0.4em; */
	/* padding-bottom: 0.5em; */
	/* padding-top: 0.0em; */
	}

.tabBarTop {
        width: 987px;
        min-height: 0.2em;
        height: 0.2em;
        background-color: #cc6666;
        border: none;
        margin-top: 0;
        }

.tabBarBottom {
	float: left;
	width: 987px;
	min-height: 0.2em;
	height: 0.2em;
	background-color: #cc0000;
	border: none;
	margin-bottom: 0;
	}

.tabOff {
	color: #fff;
	font-size: 12px;
	float: left;
	background-color: #cc0000;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	}

.tabOn {
    color: #fff;
    font-size: 12px;
    float: left;
	background-color: #cc3333;
    padding-right: 1em;
    padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	}

div.header {
	text-align: left;
	background-color: #fff;
	}

div.menus {
	margin-top: 2em;
	background-color: #fff;
	font-size: 14px;
	text-align: left;
	}

div.menuTitle {
	border: 1px solid #cdcdcd;
	background-color: #efefef; 
	padding: 3px;  
	margin-right: 5px;
}

.newsMenu {
	float: left;
	width: 20%;
	margin-right: 0.3em;
	border-right: 1px solid #cdcdcd;
	background-color: #fff;
	}

.pressMenu {
	float: left;
	width: 20%;
	margin-right: 0.3em;
	border-right: 1px solid #cdcdcd;
	background-color: #fff;
	}

.companyMenu {
        float: left;
        width: 18%;
        margin-right: 0.3em;
        border-right: 1px solid #cdcdcd;
        background-color: #fff;
        }

.investMenu {
	float: left;
	width: 20%;
	margin-right: 0.3em;
	border-right: 1px solid #cdcdcd;
	background-color: #fff;
	}

.stockMenu {
	float: left;
	width: 19%;
	background-color: #fff;
	}

.quoteTitle {
	width: 75px;
	float: left;
}

.quoteGreen {
	float: right;
	color: green;
}

.quoteRed {
	float: right;
	color: red;
}

.quoteBlack {
	float: right;
	color: #000;
}

div.main {
	float: left;
	margin-top: 1em;
	background-color: #fff;
	/* min-height: 100%; */
	/* height: auto !important; */
	height: 100%;
	}

div.content {
	float: left;
	font-size: 12px;
	text-align: left;
	padding-left: 1em;
	width: 535px;
	min-height: 700px;
	background-color: #fff;
	}

div.footer {
	height: auto;
	font-size: 8pt;
	text-align: center;
}

#col1 {
	float: left;
	width: 329px;
	text-align: left;
	}

.col1Data {
        color: #000000;
        background-color: #ffffff;
        padding: 1em;
	height: 185px;
        }

#col2 {
	float: left;
	width: 329px;
	text-align: left;
	}

.col2Data {
        color: #000000;
        background-color: #aacde7;
	height: 185px;
        padding: 1em;
        }

#col3 {
	float: left;
	width: 329px;
	text-align: left;
	}

.col3Data {
	color: #ffffff;
	height: 185px;
	background-color: #cc0000;
	padding: 1em;
	}

.r_bubble_bg { 
        background-color: #cc0000;
        margin-bottom: 0.6em;}

.rounded_ul { background: url(../images/ul.gif) no-repeat top left;}
.rounded_ur { background: url(../images/ur.gif) no-repeat top right;}
.rounded_ll { background: url(../images/ll.gif) no-repeat bottom left;}
.rounded_lr { background: url(../images/lr.gif) no-repeat bottom right;}

#breadcrumbs {
	float: left;
	font-size: 8px;
	color: #333;
	}

/* Styles for tables of data */
.dataTable { font-family:arial, helvetica, sans-serif; font-size: 8pt; }
.dataTable td, .dataTable caption { border-bottom: 1px solid #fff; }
.dataTable td, .dataTable th { padding: 3px;}
.dataTable th,.dataTable th a { font-size: 8pt;}
.dataTableBottom td { border-bottom: 0px;}
.dataTableBottomTrans td { border-bottom: 0px; background-color:#fff;}
.dataTable .total td {background-color: #fff; color: #000; font-weight: bold; font-size: 8pt;}
.dataTable .special td {color: #CC9900;}

/* Apply to all tables */
th {text-indent:2px;font-weight:bold;color#000}/* background-image: url(../images/gradient.jpg); background-repeat: repeat-x; */
th a { color:#fff; }
.primary, .primary td { vertical-align: top; }
.primarybold, .primarybold td { vertical-align: top; font-weight: bold; }
.alternate, .alternate td { background-color: #efefef; vertical-align: top; }
caption { font-weight: bold; font-size: 14px; text-align: left; padding-top: 10px; }
