BODY {
	TEXT-ALIGN: center;
	background-color:#FFF4CD;
	margin-top: 0px;
	margin-bottom: 0px;
}
H1 {
    font-family: Arial;
    font-size: 16px;
	FONT-WEIGHT: bold;
color: #000000;

}
H2 {
    font-family: Arial;
    font-size: 12px;
	FONT-WEIGHT: bold;
color: #000000;

}
.link1
{  
TEXT-DECORATION: none;
FONT-FAMILY: Verdana, Arial, Helvetica; 
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
color: #000000;
}

.link1:hover
{  
TEXT-DECORATION: underline;
COLOR: #4E320A;
FONT-WEIGHT: bold;
}
.link2
{  
TEXT-DECORATION: none;
FONT-FAMILY: Arial, Helvetica; 
FONT-SIZE: 12px;
FONT-WEIGHT: bold;
color: #000000;
padding-left: 10px;
padding-right: 10px;
}

.link2:hover
{  
TEXT-DECORATION: underline;
COLOR: #4E320A;
FONT-WEIGHT: bold;
}
.link3
{  
TEXT-DECORATION: underline;
FONT-FAMILY: Arial, Helvetica; 
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
color: #000000;
}

.link3:hover
{  
TEXT-DECORATION: blink;
COLOR: #4E320A;
FONT-WEIGHT: normal;
}
.text1
{  
TEXT-DECORATION: none;
FONT-FAMILY:  Arial, Helvetica; 
FONT-SIZE: 16px;
FONT-WEIGHT: bold;
font-style: italic;
color: #000000;
padding-right: 50px
}
.text2
{  
TEXT-DECORATION: none;
FONT-FAMILY: Arial, "Times New Roman", Times, serif; 
FONT-SIZE: 14px;
FONT-WEIGHT: bold;
color: #000000;
}
.text3
{  
TEXT-DECORATION: none;
FONT-FAMILY: Arial, "Times New Roman", Times, serif; 
FONT-SIZE: 11px;
FONT-WEIGHT: bold;
color: #000000;
}
.text4
{  
TEXT-DECORATION: none;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
FONT-SIZE: 12px;
FONT-WEIGHT: normal;
color: #000000;
}

.border1 {
border: 1px solid #000000;

}

.arrowlistmenu{
width: 190px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url(../images/arrowbullet.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font: bold 11px Arial;


}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #06679F;
background-color: #F3F3F3;
}

H3 {
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 2ex;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 0;
padding-bottom: 0;
background: #FFFFFF;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #000000;
padding: 5px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
padding: 10px;
border: 1px solid black;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
.table {
  border-collapse: collapse;
  border: 1px solid #000000;
  font: normal 13px verdana, arial, helvetica, sans-serif;
  color: #000000;
  text-align:left;
  text-decoration:none;
  }
  .t_text {
  font: normal 13px verdana, arial, helvetica, sans-serif;
  color: #000000;
  text-decoration:none;
  padding-left:5px;
  padding-top:2px; 
  padding-bottom:2px;
  }
  .search_b {
	  background-image:url(../images/Search.gif);
background-repeat:no-repeat;
border:none;
height:20px;
width:53x;
  }