body {
  background-color:               #FFFFFF;
  font-family:                    Arial, Tahoma, Helvetica;
  font-size:                      11px;
  font-weight:                    normal;
  color:                          #504E53;
  margin:                         0;
  padding:                        0;
  }

a {
  text-decoration:                none;
  outline:                        none;
	color :                         #000000;
  }
  
a:hover,
a:active {
  text-decoration:                underline;
  outline:                        none;
	}

a.gray {
  text-decoration:                none;
  outline:                        none;
	color:                          #504E53;
  }
  
a:hover.gray,
a:active.gray {
  text-decoration:                underline;
  outline:                        none;
  color:                          #504E53;
	}
  
h1, td.h1 {
  font-size:			                16px;
  font-weight:			              bold;
  color:                          #008101;
  margin:                         0;
  }
  
h2 {
  font-size:                      12px;
  font-weight:                    bold;
  color:                          #008101;
  margin:                         0;
  }
h3, h4 {
  font-size:                      11px;
  font-weight:                    bold;
  color:                          #008101;
  margin:                         0;
  }
    
td, p {
  line-height:                    17px;
  margin:                         0;
  font-size:11px;
  }
  
td.Content {
  padding:                        24px;
	vertical-align:                 top;
	font-size:                      11px;
  }
  
td.Submenu {
  border-top:                     1px solid #9497A1;
  }
  
input, select, textarea {
  border:                         1px solid #B8BABD;
  font-family:                    Arial, Tahoma, Helvetica;
  font-size:                      11px;
  font-weight:                    normal;
  color:                          #000000;
  }
  
input.submit {
  border-top:                     1px solid #0FB110;
  border-left:                    1px solid #0FB110;
  border-bottom:                  1px solid #065E06;
  border-right:                   1px solid #065E06;
  font-size:                      11px;
  font-weight:                    normal;
  color:                          #FFFFFF;
  height:                         20px;
  padding-top:                    0;
  background-color:               #008101;
  }

select.Quickfinder{
	width:185px;
	}

img.Img {
  border:                         1px solid #008101;
  }
  
span.small {
  font-size:                      10px;
  color:                          #008101;
  }
  
td.NaviItemTop {
  background-color:               #008101;
  border-right:                   1px solid #FFFFFF;
  padding-left:                   8px;
  padding-right:                  8px;
  }
td.NaviItemTop a,
td.NaviItemTop a:hover,
td.NaviItemTop a:active {
  color:                          #FFFFFF;
  text-decoration:                none;
  }
td.NaviItemTopAct {
  background-color:               #CB0004;
  border-right:                   1px solid #FFFFFF;
  padding-left:                   8px;
  padding-right:                  8px;
  }
td.NaviItemTopAct a,
td.NaviItemTopAct a:hover,
td.NaviItemTopAct a:active {
  color:                          #FFFFFF;
  text-decoration:                none;
  }
  
  
td.NavItem a {
  font-size:                      11px;
  color:                          #504E53;
  }
td.NavItemAct a,
td.NavItem2Act a {
  font-size:                      11px;
  color:                          #CB0004;
  }
  
td.NavItem2 {
  font-size:                      11px;
  color:                          #504E53;
  padding-left:                   16px;
  }
td.NavItem2Act {
  font-size:                      11px;
  color:                          #CB0004;
  padding-left:                   16px;
  }
  
table.Box td {
  background-color:               #BDBDBD;
  border-bottom:                  1px solid #FFFFFF;
  }
  
table.Box_second td {
  padding-left:                   12px;
  padding-right:                  12px;
  background-color:               #BDBDBD;
  border-bottom:                  1px solid #FFFFFF;
  line-height:                    22px;
  }