@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 10pt; color: #333333; 
	 
}

.bold {
     font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-weight: bold; color: #333333;

}

.bold2{
     font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: bold;
 font-size: 11pt; color: #333333;
}

.bold3{
     font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-style: normal; font-weight: bold;
 font-size: 14pt; color: #333333; 
}

.bluebold {
color:  #339999;
     font-weight: bold; 

}

.greenbold {
color: #339900;
     font-weight: bold; 

}

.orangebold {
color: #FF6600;
     font-weight: bold; 

}

.smaller  {

          font-size: 8pt; 

}

.smallerorange  {

          font-size: 8pt; color: #FF6600; 

}

.smallerred  {

          font-size: 8pt; color: #FF0000; 

}

.smallerbold{

     font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 8pt; font-weight: bold; 

}

.boxblueH {
background: #66CCCC; 
color: #006666; 
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14pt;
font-weight: bold; 
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}


.boxgreenH {
background: #99CC66;  
color: #006600;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14pt;
font-weight: bold; 
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

.boxbrownH {
background: #663300;  
color: #FFFFF2;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14pt;
font-weight: bold; 
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

.boxorangeH {
background: #FF9933; 
color: #333333;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14pt;
font-weight: bold; 
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

.boxorangeW {
background: #FF9933; 
color: #FFFFFF;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14pt;
font-weight: bold; 
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}

.titlegreenBbig {
color: #339900; 
     font-weight: bold; 
font-size: 17pt;
}


.titlegreen {
color: #339900; 
     font-weight: normal; 
font-size: 15pt;
}

.titleblue {
color: #339999; 
     font-weight: normal; 
font-size: 15pt;
}

.titleblueB{
color: #339999; 
     font-weight: bold; 
font-size: 15pt;
}

.titlebrown {
color: #663300; 
     font-weight: normal; 
font-size: 15pt;
}

.titlebrown2 {
color: #663300; 
     font-weight: bold; 
font-size: 11pt;
}

.titleblue2 {
color: #339999; 
     font-weight: bold; 
font-size: 11pt;
}

.boxblueRed {
background: #66CCCC; 
color: #FF0000; 
font-family: "Georgia", "Times New Roman", "Times", serif;
font-size: 14pt;
font-weight: bold; 
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}