html,body {
	height: 100%;
	width: 100%;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

table,td {
	border: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

.contentcell, .body {
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, "MS Sans Serif";
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
}

a {
	color: #CA0003;
	text-decoration: none;
}

a:visited {
	color: #CA0003;
	text-decoration: none;
}

a:hover {
	color: #CA0003;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

.specstable {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

.specslight {
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

.dropdown {
	float: right;
	vertical-align: middle;
	width: 250px;
	clear: none;
	padding-bottom: 5px;
}

ul, li {
	padding-top: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.hrlight {
	height: 1px;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
	line-height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEDEDE;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.hrdark {
	height: 1px;
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1px;
	line-height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#tickerHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
    top: 0;
    left: 0; 
}

H1, h1, .title {
	font-family: Arial, Helvetica, "MS Sans Serif";
	font-size: 16px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #000000;
}
.subtitle {
	font-family: Arial, Helvetica, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.dimmed {
	color: #999999
}
