@charset "utf-8";
/* CSS Document */

/* JQUERY */

div.expand_box {
width:740px;
margin:0px;
padding:0px;
margin-bottom:10px;
display:none;
height:100px;
}


div.expand_box a{ font-weight:bold; font-size:13px; }
div.expand_box p{ line-height:15pt; }

div.expand_box h2{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#000000;
background-image:url(images/h2_bg.jpg);
background-repeat:no-repeat;
padding:6px;
height:20px;
float:left;
width:728px; }

/* Accessibility Styles
----------------------------------------------------------------------------------- */

.hidden{
	position: absolute;
	top: -99999px;
	left: -99999px;
}




div.grey_strip p{ font-weight:bold; padding:5px; color:#000; text-align:right; }
div.grey_strip a{ color:#000; text-decoration:none; }
div.grey_strip a:hover{ color:#000; text-decoration:none; }
div.grey_strip {
width:730; background-color:#fff; margin:5px;
}
div.grey_strip:hover {
width:730; background-color:#999999; margin:5px; text-decoration:none; color:000;
}