body {margin:0;background-repeat: repeat-x; background-image: url(../images/bg_blue_1.gif)}
p,form,h1,h2,h3,h4,h5 {margin:0;}
h3 {font:bold arial;}
h4 {margin-top:2px;font-size:8pt; font:bold font-family:verdana;}
em {font-style:normal;}
label {cursor:pointer;cursor:hand;}
img {border:0;}
/* TD{FONT-SIZE: 9pt; COLOR: #333333; LINE-HEIGHT: 13pt; FONT-FAMILY: ,u,arial}*/
INPUT {FONT-SIZE: 8pt; COLOR: #000000; LINE-HEIGHT: 11pt; FONT-FAMILY: tahoma, helvetica, sans-serif, arial}
hr {border:1px solid #ccc;border-width:0 0 1px;height:1px;margin:4px 0;}
cite {display:block;font:normal; font-size:8pt; font-family:verdana; color:#636363;}
spacer{display:block;font:normal font-size:8pt; font-family:verdana; verdana;}
/*a:link {color:#039;text-decoration:none;}
A:active  {color:#98bf44;}
a:hover {color:#0353a5;}
a:visited {color:#800080;text-decoration:none;}
a:hover {text-decoration:none;}*/

A:link {FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: tahoma, helvetica, sans-serif, arial; TEXT-DECORATION: none}
A:visited {FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: tahoma, helvetica, sans-serif, arial; TEXT-DECORATION: none}
A:hover {FONT-SIZE: 8pt; COLOR: #666666; FONT-FAMILY: tahoma, helvetica, sans-serif, arial; TEXT-DECORATION: none}

td {FONT-SIZE: 8pt; COLOR: #000000; LINE-HEIGHT: 11pt; FONT-FAMILY: tahoma, helvetica, sans-serif, arial} 
.bpro_cap {font-size:8pt; font-family:tahoma; color:#000000;}
.bpro {font-size:8pt; font-family:tahoma; color:#999999;}
.content {FONT-SIZE: 8pt; COLOR: #000000; LINE-HEIGHT: 11pt; FONT-FAMILY: tahoma, helvetica, sans-serif, arial}
.ftmu {font:bold 8pt; font-family:Arial; color:#999999;}
.ftmubr {font-size:7pt; font-family:Arial; color:#999999;}
.ftcopy {font-size:7pt; font-family:Arial; color:#999999;}
.leftprop {font-size:8pt; font:bold; font-family:tahoma, helvetica, sans-serif, arial;}
.leftprope {font-size:8pt; font-family:tahoma, helvetica, sans-serif, aria; COLOR: #7F6E5C;}
.nstitle {font:bold Arial; COLOR: #003399;}
.nspha {font-size:8pt; font-family:Arial;}
.nslist {font-size:8pt; font-family:Arial; color:#999999;}
.oplist {font-size:8pt; font-family:Arial; color:#000000;}
.prop_main {text-align:center; font-size:8pt; font-family:tahoma;}
.prop_main2 {font-size:8pt; font-family:tahoma;}
.searchhead {font:bold 8pt; font-family:Arial;}
.sch_h {font-size:7.5pt; font:bold; font-family:tahoma;}
.sch_wd {text-align:center; font-size:7.5pt; font-family:tahoma; color:#999999;}
.sch_s {font-size:8pt; font-family:tahoma; color:#555555;}
.sch_sd {text-align:center; font-size:7.5pt; font-family:tahoma; color:#FF0000;}
.sch_sl {text-align:center; font-size:8pt; font-family:tahoma; color:#296A82;}
.sch_td {text-align:center; font-size:8pt; font-family:tahoma; color:#FFFFFF;}
.searchheadblue {font:bold 8pt; font-family:Arial; color:#0A66BB;}
.sub_routine {font-size:8pt; font-family:tahoma, helvetica, sans-serif, aria; COLOR: #7F6E5C;}
.topagt {font:bold 8pt; font-family:tahoma,Arial;COLOR: #FFFFFF;}
.topagt_cap{font:bold tahoma,arial,gulim; font-size:11px; COLOR: #000000;}
.topagt_li{font-family:tahoma,gulim; font-size:11px; COLOR: #000000;}

/* Class for the div which will hold the images */
.expandable {
  /* You must specify a width for the area that contains 
  the images or Firefox, Opera, and Safari will expand 
  the hoverable area to the full width available.  */
  width: 65px;
  margin: 0;
  padding: 0;
}
/* Hide the full sized image */
.expandable a .full{
  display: none;
}
/* Specify the position of the full sized image (for IE) */
.expandable a:hover{
  position: relative;
}
/* Display the full sized image when link is hovered over */
.expandable a:hover .full{
  position:absolute;
  top:30px;
  left:50px;
  border-style: solid;
  border-width: 3px;
  border-color: #A0B4E7;
  display: block;
  z-index: 1; 
}