@charset "iso-8859-1";
/*css document*/

body{
text-align: center;
color:#4b565d; 
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-family: tahoma, arial, sans-serif;
font-size:12px;
text-decoration:none;


} 

form.subscribe{ background-image:url(images/form_back1.gif); background-repeat:no-repeat; padding-top:60px; padding-left:8px;
font-family:tahoma, arial, sans-serif; font-size:12px;color:#4b565d;}

input{width:100px;}


td.line{background-image: url(images/left_and_right_line.jpg);background-repeat:repeat-y;}
.copy {font-family: tahoma, verdana, Arial, sans-serif;
font-size:12px;}


/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 160px;
height: 100px;
border: 0px solid black;
padding: 5px;
//background-color: none;
}

#pscroller2{
width: 350px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{
font-size:12px;
}

.greylink { text-decoration:none; color:#4b565d;} 
a:hover.greylink { text-decoration:underline;color:#4b565d;}