H1 {font-size:large;}
H2 {font-size:medium;}
H3 {font-size:small; }
.FFA_default {
font-family: Verdana;
color: #007766;
}
.FFA_large {
font-family: Verdana;
font-size: medium;
color: #007766;
font-weight: bold;
}
body {
background: #FFFFFF url(./images/new_trial_background_green.jpg);
background-repeat: no-repeat;
background-position:top; }
.FFA_small {
font-family: Verdana;
font-style: normal;
font-size: small;
color: #007766;
}

#main_center {
width: 900px ;
margin-left: auto ;
margin-right: auto ;
}
.FFA_small_em {
font-family: Verdana;
font-size: small;
color: #1E5B5B;
font-weight: bold;
}
/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 220px;
height: 170px;
border: 1px ;
border-style:solid;
//border-color:CadetBlue ;
border-color:Gray ;
padding: 5px;
//background: blue;
background: #ECF0F3;
font-family: Verdana;
font-style: normal;
font-size: small;
color: #1b764d;
}
#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}
#pscroller2 a{
text-decoration: none;
}
.someclass{ //class to apply to your scroller(s) if desired
}

