/*------ basics -------------------------------------------------------------*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #c9dcea;
	margin: 0px;
	}


a:link { text-decoration: underline; color: #0000ff; }
a:visited { text-decoration: underline; color: #396e72;	}
a:hover { text-decoration: none; color: red;  }

/*ul{		list-style-image: none; 
		padding:0px; 
		text-indent: 0px; 
		list-style-position: outside;
		margin-left:25px;
		margin-top:0px;
		margin-bottom:0px;
		
}
*/
.li {color: #000000; font-size: 10pt;}

#quickSummary p.p1 {
	 margin: 0px 0px 6px 0px;
	 font-family:  Times New Roman;
	 font-weight: bold;
	 font-size: medium;
	 color: #204e96;
	width: 356px;
	height: 49px;}
	
p { text-align: left; color: #000000; font-size: 10pt;  }	
  
    .BlueH1 { 
    font-family: Verdana;
    text-align: left;
    text-transform: uppercase;
     font-size: 14pt;
     color: #004184;
      font-weight: bold;
        }

	
.BlackH1 
{
   	 font-family:    Verdana;
	 font-weight:  bolder;
	 font-size: 14pt;
	 color: #000000;
     text-align: left;
	}		
	
.BlackH2 
{
   	 font-family:    Verdana;
	 font-weight:  bold;
	 font-size: 10pt;
	 color: #000000;
     text-align: left;
	}	
	
	.BlackH2underlined 
{
   	 font-family:    Verdana;
	 font-weight:  bold;
	 font-size: 10pt;
	 color: #000000;
     text-align: left;
     text-decoration: underline;
	}	
.BlackH2Cap 
{
   	 font-family:    Verdana;
	 font-weight:  bold;
	 font-size: 12pt;
	 color: #000000;
     text-align: left;
     text-transform: uppercase;
	}	
	.BlackText
{
     font-family:    Verdana;
	 font-weight:  normal;
	 font-size: 10pt;
	 color: #000000;
	text-align:left;
	}
	
	.MaroonH1 
{
   	 font-family:    Verdana;
	 font-weight:  bolder;
	 font-size: 14pt;
	 color: maroon;
     text-align: left;
	}		
	
.MaroonH2 
{
   	 font-family:    Verdana;
	 font-weight:  bold;
	 font-size: 10pt;
	 color: maroon;
     text-align: left;
	}	
.MaroonH2Cap 
{
   	 font-family:    Verdana;
	 font-weight:  bold;
	 font-size: 12pt;
	 color: maroon;
     text-align: left;
     text-transform: uppercase;
	}	
.MaroonText
{ 	
	font-family:    Verdana; color: maroon; text-align: left;  font-size: 10pt;
}
	.RedH1 
{
   	 font-family:    Verdana;
	 font-weight:  bolder;
	 font-size: 14pt;
	 color: red;
     text-align: left;
     line-height: 1.5em;
	}	
	
	
	.RedH2 
{
   	 font-family:    Verdana;
	 font-weight:  bold;
	 font-size: 10pt;
	 color: red;
     text-align: left;
     line-height: 1.20em;
	}
	
.w1BlueCap 
{
   	 font-family:    Verdana;
	 font-weight:  bolder;
	 font-size: 14px;
	 color: #003d90;
     text-indent: 10px;
     text-transform: uppercase;
	}	
	
 .w1Blue 
{
   	 font-family:    Verdana;
	 font-weight:  normal;
	 font-size: 12px;
	 color: #003d90;
     	}
	
 .w2White { 
	letter-spacing: 1px; 
    font-family: Times New Roman;
	color: #fff;
	font-size:larger;
	
	}
	
 .w3Bold { display: block; 
    font: bold 14px/12px Verdana;
    text-align: left;
    text-indent: 10px;
    }
    
     .w3Bheader { 
    font: bold 14px/12px Verdana;
    text-align: left;
    text-transform: uppercase;
    padding-bottom:0px;
    margin-bottom: 0px;
        }

 .w4Text
{
     font-family:    Verdana;
	 font-weight:  normal;
	 font-size: 10pt;
	 color: #fff;
	text-align:left;
	}
	
 .w4TextUnderlined
{
     font-family:    Verdana;
	 font-weight:  normal;
	 font-size: 10pt;
	 color: #fff;
	text-align:left;
	text-decoration: underline;
	}
	






#linkList a.c {
    	display: inline;
    	color: #ff9600;
	text-decoration: none;
	font-weight: normal;
	}
	
#linkList	li { text-decoration: none; list-style-type: none; display: block; color: #fff; }

#linkList li a 
{
    /*color: #fff*;*/
    color: #004184;
	text-decoration: none;
	FONT: bold 12px  Tahoma;
	
	}

#linkList li a:hover {
	
	/*background-color: #003d90;  */
	
	background-color: #fff;
	border-color: #003d90;
	font-weight: bolder;
	}



/*------ footer ---------------------------------------------------------------------*/

#footer {
	margin-top: 70px;
	margin-bottom: 25px;
		color: #204e96;
	font: 12px Verdana;
	
}

#footer a:link, #footer a:visited { 
	margin-right: 6px; 
	color: #204e96;
	font: bold 12px Verdana;
	}


table{
        border-collapse: collapse;
}


