
.expandable
{
    margin:0 0 2px 0;
    width:570px;
	border-bottom: 1px dotted white;
}

.expandableb
{
    margin:10px 10px 10px 10px;
    width:570px;
}

p.expand
{
    position:relative;
    display:block;
    margin:0;
    padding:0;
}
.expand a
{
    display:block;
    padding:10px 0px 10px 0px;
    width:570px;
    w\idth:570px;
    height:26px;
    he\ight:22px;
    font-size:100%;
    text-decoration:none;
    color:#333;
	border-bottom:1px dotted #999;
}  
p.expand.noJquery  
{
    display:block;
    padding:10px 0 4px 20px;
    font-size:70%;
    text-decoration:none; 
    color:#333;
   
} 
.expand a:link, .expand a:visited
{
    text-decoration:none;
    color:#057446;
    background: url(images/arrow-up.gif) 540px 7px no-repeat;
}
.expand.arrow-up a:link, .expand.arrow-up a:visited 
{
    color:#000;
	background:url(images/arrow-down.gif) 540px 7px no-repeat;
}

.expand a:focus
{
    outline:none;
} 

