/* NEW CSS BEGINS HERE */
body
{
    background-color: #fff;
    color: #555;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    margin: 0 0 0 0;
}

a:link, a:visited
{
	color: #008ece;
}

a:hover, a:active
{
	color: #333;
}

td
{
    color: #555;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
}

img
{
    border: 0;
}

ul
{
	list-style-type: square;
	text-indent: -15px;
}

#copyright
{
    color: #008ece;
    float: left;
    font-size: 8pt;
}

#disclaimers
{
    color: #008ece;
    font-size: 8pt;
    float: right;    
}

#disclaimers a:link, #disclaimers a:visited
{
    color: #008ece;
}

#disclaimers a:active, #disclaimers a:hover
{
    color: #002a54;
}

.heading
{
	color: #008ece;
	font-size: 11pt;
	font-weight: bold;
}

.popup
{
	CURSOR: help;
}

.large
{
	font-size: 10pt;
	font-weight: bold;
}

.newsDate
{
	color: #008ece;
}

.newsTitle
{
	color: #008ece;
	font-weight: bold;
}

.pageContent
{
    height: 300px;
    min-height: 300px;
    vertical-align: top;
}

.promoFieldSpacer
{
    line-height: 10pt;
    margin: 0 0 0 30px;
}

.promoTextSpacer
{
    color: #fff;
    font-size: 7pt;
    line-height: 8pt;
    margin: 0 0 0 30px;
}

.promoTextSpacer a:link, .promoTextSpacer a:visited
{
    color: #fff;
    font-size: 7pt;
    line-height: 8pt;
    text-decoration: underline;
}

.promoTextSpacer a:active, .promoTextSpacer a:hover
{
    color: #fbfe3e;
    font-size: 7pt;
    line-height: 8pt;
    text-decoration: underline;
}

.promoTiny
{
    font-size: 7pt;
}

.promoTitle
{
    color: #fff;
    font-size: 8pt;
    font-weight: bold;
    line-height: 10pt;
    margin: 0 0 0 19px;
}

.smallBreak
{
    line-height: 5pt;
}

.textTitle
{
	color: #008ece;
	font-size: 8pt; 
	font-style: italic; 
	font-weight: bold;
}

.textTitleLarge
{
	border-bottom: dashed 1px #008ece;
	color: #008ece;
	font-size: 11pt;
	font-weight: bold;
}
/* NEW CSS ENDS HERE */


/* OLD CSS BEGINS HERE */

/*
.heading, h1, h2 { 
    font-size: 13px; 
    font-weight: bold; 
    color: #008DCC; 
    margin: 0px; 
    padding: 0px; 
    border: 0px; 
}
*/

h2 {
    font-size: 11px 
}

.heading3 {
    color: white;
}

.copytext { 
    font-size: 10px;
    color: #666666;
}

/*
a { color: #333333 }
a:visited { }
a:hover { color: #008ECE }
a:active { color: #999999 }
*/

li {
    list-style-image: url(../images/bullet.gif);
}

ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

.error
{
    color: #c00;
}

.small 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;   
}

.smallSup
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    vertical-align: super;
}

.tblHeader
{
	background-color: #008ece;
	border-left: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

.tblRow
{
	border-left: solid 1px #008ece;
	border-top: solid 1px #008ece;
	padding: 0 5px 0 5px;
	vertical-align: top;
}

.tblRowSup
{
	border-bottom: solid 1px #008ece;
	border-left: solid 1px #008ece;
	padding: 0 5px 0 5px;
	vertical-align: top;
}

.tiny 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7pt;   
}

.titleLink {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.titleLink:hover {
	text-decoration: underline;
	color: #fff;
}
/* OLD CSS ENDS HERE */