/* Style.css */

BODY{
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    font-size: 10pt;
    color:black;
    background-color:#CCFF99;
}

.nolink{
	text-decoration:none;
	color:black;	
}

/*
A:hover{
	font-weight: bold;
}

TABLE{
    text-align:left;
    text-valign: top;
    padding: 0px;
    margin: 0px;
    width: 100%;
    border: 0px;
    border-collapse:collapse;
}
*/

.Title{
    font-weight: bold;    
    font-size: 28pt;
    color:#66CC00;  
    align:right;
}

.Header {
    font-style: cursive;
    font-weight: normal;    
    font-size: 9pt;
    color:RGB(051, 051, 102);
    text-align: right;
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 25%;
}

.Content{
	vertical-align: top;
    width: 85%;
    padding: 10%;
}

.Annotation{
    font-size: 8pt;
    font-style: italic;
	font-family: verdana,arial;
    color: white;
}

.SideMenu{
    width: 15%;
    border-collapse:collapse;
	border: 0;
	cellPadding: 0;
	cellSpacing: 0;
}

.MenuSubheader{
    font-style: cursive;
    font-weight: bold;    
    font-size: 12pt;
    color:RGB(051, 051, 102);
    padding: 0px;
    margin: 0px;
    text-indent: 0%;
    background-color: #999999;
}


.MenuItem{
    font-style: cursive;
    font-weight: normal;    
    font-size: 10pt;
    font-weight: bold;    
    color:RGB(051, 051, 102);
    text-indent: 0%;
    background-color: #999999;
    text-decoration: none;
    border-style: solid;
    border-width: thin;
}
.SectionHeader{
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse:collapse;
}
.SectionBody{
    font-weight:normal;
    font-size: 9pt;
}

.CompanyName{
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}

.Date{
    font-style: italic;
    text-align: left;
    font-size: 10pt;
}

.HeaderItem {
    font-style: cursive;
    font-weight: normal;    
    font-size: 10pt;
    color:RGB(051, 051, 102);
    text-indent: 0%;
	align="right";
    text-align: center;
    background-color: #66CC00;
    border-style: solid;
    border-width: thin;
}



