.linkbutton {
background-color:;
text-decoration: none;
font-size: 10pt;
font-weight: bold;
padding-right: 5px;
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
margin-top: 1px;
margin-bottom: 0px;
text-align: left;
color: white;
background-image: url();
background-position: top left;
}

body {
background-image: url("/images/Bkg_Calspan.png");
background-position: top left;
background-repeat: repeat;
}

.linkbutton:hover {
color: red;
background-image:;
}

.content {
background-color: white; 
}

.columnleft {
background-color: #000000;
}

.columnright {
background-color: #000000;
background-image: url("/images/Col_Lft_Pop.png");
background-position: top right;
background-repeat: no-repeat;
}

.columnheader {
background-color: #000000;
background-image: url("/images/Bkg_Header.png");
background-repeat: repeat-x;
}

.maintable {
background-color: #eeeeee;
}