/* CSS Document */

.screenbg {

background-image: url(images/dialed-logobg1.png);
background-attachment: fixed;
background-position: bottom left;
background-repeat: no-repeat;
}

.headerlogo {

background-image: url(images/header-logo.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center top;
}

.headershad {

background-image: url(images/header-logo-shadow.png);
background-repeat: no-repeat;
}

.maintable {

background-image: url(images/maintablebg.png);
background-position: top center;
background-repeat: no-repeat;
background-attachment: scroll;

font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
color: #333333;
}

.maintext {
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: normail;
color: #333333;
text-align: left;
vertical-align: top;
}

a.maintext:link {
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #222222;
text-decoration: none;
}

a.maintext:hover {
font-family: Verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000000;
text-decoration: underline;
}

.subheadergrad {

background-image: url(images/grad1.png);
background-repeat: repeat-x;
}
