/* page elements */

BODY {
    color : #FFFFFF;
    margin-left : 5px;
    margin-top : 5px;
    margin-right : 15px;
    font-size : 10pt
}

P  {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, Sans-Serif;
}

A  {
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    color : #CC0033;
    font-size : 10pt
}

A:Active  {
    color : #CC0033;
}

A:Hover {
	text-decoration: underline; color:#CC0033
}

LI {
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 10pt;
    margin-top : 4pt;
    vertical-align : text-top;
}

H1 {
    font-weight : bold;
    font-size : 16pt;
    text-align : center;
}

H2 {
    font-weight : bold;
    font-size : 12pt;
    font-family : "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
    vertical-align : top;
}

H3 {
	font-weight : bold;
	font-size : 11pt;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	text-align : left;
	font-style : italic;
}

H4 {
    font-weight : bold;
    font-size : 10pt;
    font-family : "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
    text-align : left;
}

TABLE {
    vertical-align : top;
}

TD {
    color : #FFFFFF;
    font-size : 10pt;
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-weight : normal;
    vertical-align : top
}



/* classes */
.story {
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica,sans-serif;
	text-align: right;
}

.headline {
	color: #444d6f;
	font-size: 11pt;
	font-family: Arial, Helvetica,sans-serif;
	font-weight: bold;
	text-align: right;
	display: inline;
}

.blue {
	color: #444d6f;
	display: inline;
}

.bluegreen {
	color: #7c98aa;
	display: inline;
}

.center {
	text-align : center;
}

.note {
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 7pt;
    font-weight : normal;
}

.home {
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 8pt;
    font-weight : bold;
    text-align : center;
    color : #444d6f;
    border : 1pt solid #7c98aa;
}

.important {
    font-family : Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 8pt;
    font-weight : bold;
    text-align : center;
    color : #444d6f;
    border : 1pt solid #cc0033;
}

.newscell {
    border : 2pt double #7c98aa;
    font : 9pt;
    padding : 2pt;
}

.bluebold {
	color :  #444d6f;
    font-weight : bold;
}

.redbold {
	color :  #CC0033;
    font-weight : bold;
}

.green {
    color : #008000;
}

.red {
    color : #CC0033;
}

.white {
	color : #ffffff;
    font-weight : bold;
}

.nav {
    font-family : Arial, Helvetica, Sans-Serif;
    font-size : 8pt;
    color : #ffffff;
}

.newstype {
    font-size : 8pt;
    font-weight : normal;
}

.toplevel {
    font-family : "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
    font-size : 10pt;
    color : #ffcc00;
    font-weight : bold;
}

.paren {
    font-size : 8pt;
}

.small {
    font-size : 8pt;
}

.tablelink {
    text-align : center;
}

.middle {
    vertical-align : middle;
}