body {
   font-family: verdana, arial, Helvetica;
   font-size: 11px;
   color: #707070;
   margin: 0px;
   padding: 0px;
}
a {
   font-family: verdana, arial, Helvetica;
   color: #2A7296;
}

p {
   margin-top: 10px;
   margin-bottom: 10px;
}
h1 {
   font-size: 18px;
   font-weight: normal;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #394E59;
}
h2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #026a99;
   /*color: #F78600;*/
   margin-top: 10px;
   text-transform: uppercase;
}  
h3 {
   font-size: 11px;
   font-weight: bold;
   color: #394E59;
   margin-bottom: -10px;
}

h4 {
   margin-bottom: -10px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   color: #026a99;
   /*color: #F78600;*/
   margin-top: 10px;
}
h5 {
   font-size: 16px;
   font-weight: normal;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #394E59;
}
strong {
   color: #026a99;
   /*color: #F78600;*/
}
ul {
   list-style-image: url(../images/bullet.gif);
}
li {
   padding-bottom: 8px;
}


input {
   font-family: verdana, arial, Helvetica;
   font-size: 11px;
   color: #333333;
}
.input_btn {
   border-top-width: 1px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 1px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #CCCCCC;
   border-right-color: #3E5865;
   border-bottom-color: #3E5865;
   border-left-color: #CCCCCC;
}

.blue {
   color: #394E59;
   font-weight: bold;
}
.in_txt{
   background-color: #eeeeee;
   border-width: 0px;
   width:100%;
   padding-right: 2px;
   padding-left: 2px;
}  
.note_photo {
   font-size: 10px;
   color: #394E59;
}
.note {
   font-size: 10px;
   font-style: italic;
   color: #394E59;
}
#menu {
   color: #394E59;
   height:40px;
   /*background-image:url(../images/menu_bg.gif);*/
   
   
   

}

.tableCat {
   text-align: center;
   width: 100%;
   border: thin solid #000000;
   border-collapse: collapse;
}
.tdCat {
   border: thin solid #000000;
   width: 225px;
   padding: 5px;
}
.thCat {
   border: thin solid #000000;
   width: 225px;
   padding: 5px;
   background-color: #D0E3FA;
}

