/* CSS Document */

.link, a {
text-decoration:none;
}

.link:hover, a:hover {
text-decoration:none;
}

body {
background-color: #8B8B8B;
padding:0px;
margin:0px;
}

#border {
background-image:url(../images/border.jpg);
background-repeat:repeat-y;
width:870px;
}


.heading {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#2C2C2C;
}

.subtitle {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#2C2C2C;
}


.whitetext {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height: 22px;
color:#FFFFFF;
}

.SRlinks {
font-family: Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size:12px;
text-decoration:"none";
}


.text-back {
background-image:url(../images/gray-background-soft-title.png);
background-repeat:no-repeat;
width:600px;
height:286px;
}







