/*** Document Elements ***/
body
{
	font-family: Verdana;
	font-size:10pt;
	background-color:white;
	color:black;
}
span
{
    text-align:justify;   
}
.Deco
{
    font-family: Verdana;
    font-size:8pt;   
}

/*** Named Items ***/
#MainTable
{
	border:none;
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
	font-family:Verdana;
	font-size:10pt;
		
}
#LogoRow
{
	height:40px;
	text-align:left;
}
#MenuRow
{
	height:50px;
	text-align:left;
	border:none;
	padding:0;
	margin:0;
}
#ContentTable
{
    width:740px;   
}
#LogoInfoDiv
{
    z-index:10;
    position:absolute;
    left:250px;
    top:20px;
    display:inline;
    text-align:right;
    width:500px;
    color:#084a7b;
}

/*** Classes ***/
.Inc
{
    font-size:8pt;  
    
}
.menuimg
{
    padding:0;
    margin:0;
    border:none;
    position:relative;  
}
.ContentText
{
    text-align:justify;  
    font-family:Verdana;
    font-size:11pt; 
    width:80%;
    line-height:14pt;
}
.ContentBold
{
    text-align:justify;  
    font-family:Verdana;
    font-size:11pt; 
    font-weight:bold;
}

.MenuCell
{
    width="170px";
}


.SectionTitle
{
    color:#084a7b;
    /*background:#FAF600;*/
    font-weight:bold;
    font-size:12pt;
    border-bottom:solid 1px #084a7b;
    padding-bottom:10px;
}
.MenuLink
{
    color:#084a7b;
    text-decoration:none;
    font-size:10pt;
}
.MenuTitle
{
    color:#084a7b;
    font-weight:bold;
    font-size:10pt;
}
.Copyright
{
    font-size:7pt;
}



