﻿body 
{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color: #000000;
    text-align: center;
}
.mastermargin
{
    width:740px;
}

.thickline
{
    width:740px;
    height: 5px;
}

.contentmargin
{
    margin-left:10px;
    margin-right:10px;
    width:720px;
}
.menucolumn 
{
    width:150px;
    background-color:#E1E1E1;
    font-size:small;
}
.menucolumn b
{
    color:#555555;
    font-weight:bold;
    font-size:10pt;
}
.menutext
{
    padding:5px 5px 5px 2px;
}
.thinline
{
    width:720px;
    height: 2px;
    margin-top:6px;
    margin-bottom:7px;
    margin-left:-4px;
}
.thinline2
{
    width:720px;
    height: 2px;
    margin-left:-4px;
}
.tiny 
{
    font-size:x-small;
}

.embedbox
{
    padding-top:0px;
    padding-bottom:0px;
    padding-right:0px;
    padding-left:0px;
}

.titlerow
{
    
    margin-bottom:14px;
}
strong
{
    font-weight:bold;
    color: #000000;
}
.strongquote strong
{
    color:Red;
}

.strongquote 
{
    color:Red;
}

A:link	{	
	text-decoration:	underline;
	color:	#009999;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#009999;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#009999;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#009999;
	}
    

H1 
{
    color:#009999;
    font-size:12pt;
    font-weight:bold;
}

H2
{   color:#555555;
    font-size:12pt;
    font-weight:bold;
    border-bottom: solid 1px #555555;
    padding-top: 2px;
    border-top:solid 1px #555555;
    margin-bottom:8px;
}
H3
{
    color:#555555;
    font-size:14pt;
    font-weight: normal;
    margin:1px 0px 0px 1px;
}
H4
{
    color:#009999;
    font-size:18pt;
    font-weight:bold;   
}
H5
{
    color:#000000;
    font-weight:bold;
    border-bottom: solid 1px #555555;
    padding-top: 2px;
    border-top:solid 1px #555555;
    margin-bottom:8px;
}    

.headersection
{
    
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    border-bottom: solid 2px #555555;
    text-align:left;
    }

.headersection h1
{
    font-size:12pt;
    color: #009999;
    font-weight:bold;
    margin-left:-5px;
}
.mainsection
{
    padding:10px 10px 10px 10px;
    border-bottom:solid 2px #555555;
    margin-bottom:10px;
}
.graybackground
{
    color:#009999;
    background-color:#DEF0F4;
   
}
.redbackground
{
    color:#000000;
    background-color:#F6F6EF;
}
.quotespacing td
{
    height:28px;
}
.regularspacing td
{
    height:2px;
}
.indexfont
{
    color:#555555;
    font-size:12pt;
}
.indexfont strong
{
    color:#555555
}
.gridhover
{
    text-decoration:underline;
    cursor:pointer;
}
.gridhover td
{
    text-decoration:underline;
    cursor:pointer;
}


.MGA
{
    font-size:14pt;
    
}

.selectorenabled
{
    color:#CCCCCC;
    font-size:12pt;
    font-weight:bold;
}

.selectordisabled
{
    color:#555555;
    font-size:12pt;
    font-weight:bold;
}

.calendaricon
{
    margin-top:5px;
    margin-left:3px;
}

@media print {
    .noprint 
    {
        display: none;
    }
    .contentmargin
    {
        margin-left:0px;
        margin-right:10px;
        width:670px;
    }
    .thinline
    {
        width:670px;
        height: 2px;
        margin-top:6px;
        margin-bottom:7px;
        margin-left:-4px;
    }
    .thinline2
    {
        width:670px;
        height: 2px;
        margin-left:-4px;
    }

}