body { 
	margin: 0; 
	background: #000000;
	color: #ffffff;
	font-family: Helvetica, Arial, Verdana;
    font-size: x-small;
    font-weight: normal;
	line-height: 1.75em;
	padding: 5px;
}

a:link { color: #FCAD02; text-decoration: underline; }
a:visited { color: #B0B0B0; text-decoration: underline; }
a:hover { color: #CC6600; text-decoration: underline; }
a:active { color: #FCAD02; text-decoration: underline; } 

#header { 
	margin: 0 0 2px 0; 
	padding: 5px;
	border-bottom: 1px solid #262626; 
} 

h1 { 
	margin: 0 0 0 2px;
	font-size: medium; 
}

h2 {
	padding-left: 0px;
    vertical-align: middle;
    margin: 0 0 0px 0;
    font-size: small;
    font-weight: normal;
}

h4 {
    padding: 0;
    margin: 0;
    font-size: x-small;
    font-weight: bold;
    color: #fff;
}
h5 {
	padding: 0;
    margin: 0;
    font-size: x-small;
    font-weight: bold;
}

#releaseSynopsis {
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
	line-height: 1.5em;
}

#footer { 
	background: #1C1C1C;
	padding: 5px; 
}

#footer a:link { color: #FCAD02; }
#footer a:visited { color: #FCAD02; }
#footer a:hover { color: #CC6600; }
#footer a:active { color: #FCAD02; } 

dl { margin: 0; padding: 0; }

dt {
	line-height: 1.75em;
	margin-bottom: 1em;
} 

a.categoryLink {
	color: #CCCCCC;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}

.contentBlock {
	background: #1C1C1C;
	padding: 5px;
	margin-bottom: 2px; 
}
.company { 
	font-weight: bold; 
} 

.small { 
	font-size: small; 
} 

.description { font-size: small; display: block; }

span#titleTxt { color: #FCAD02 }

.highlight { color: #FCAD02; }
.finePrint { font-size: x-small; }
 
#stockQuoteTbl {
	margin-bottom: 10px;
}
#stockQuoteTbl td { padding: 2px; padding-left: 10px; }
.stockSymbol { font-weight: bold; color: #FCAD02; }

tr.oddRow td { background: #1c1c1c; }