a
{
    text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.hoverOrange:hover
{
    background-color:Orange;
}
.style4 {
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}
.style5 {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: #666666; font-weight: bold; }
.style6 {font-size: 12pt; font-family: Arial, Helvetica, sans-serif; color: #000000; }
.style7 {color: #003366}
.style8 {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: #666666; font-weight: bold; }
.style9 {	font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #003399;
    font-weight: bold;
}
.style10 {font-size: 9pt; font-family: Arial, Helvetica, sans-serif; color: #003399; }
.style11 {color: #666666}
.style14 {color: #003399; font-weight: bold; }
.style16 {font-size: 10pt}
.style20 {	font-size: 13pt;
    font-family: TimesNewRoman;
    color: #f06500;
}
.PageBody
{
    margin: 0 auto;
    background-color: #CCCCCC;
    width:750
}
.Articles
{
    position:absolute; 
	top:100px;
    width:100%;
}
.ArticlesHeder
{
    color:White; 
	background-color:#000099; 
	font-family:Arial; 
	position:fixed; 
	left:0; 
	top:0; 
	z-index:99; 
	height:100px; 
	width:100%;
}
.Articles .Title
{
	margin-top: 30px;
	font-family: Times New Roman; 
	font-size: 30px; 
	text-align: center;
}
.Articles .SubTitle
{
    margin-top: 30px;
	font-family: Times New Roman; 
    font-size:large;
    font-weight:bold;
    line-height:1.3;
	padding:0 20px 0 50px; 
	margin:20px 0 20px 0;
}
.Articles .Content
{
	font-family:Times New Roman; 
	font-size:larger; 
	line-height:1.3;
	padding:0 20px 0 50px; 
	margin:20px 0 20px 0;
	width:600px; 
	border-right:solid 1px #666666;
}
.Articles .Chart
{
	margin:0 20px 0 20px; 
	border:solid 2px #bbbbbb;
}