a:link {
         color: #005b9e;
         }
a:visited {
            color: #013b65;
            }
a:hover {
          color: #c3dfef;
          }
#header {
          background-image: url('header.png');
          }
#logo {
        background-image: url('ts_logo.png');
        }
h1, h2, h3, h4, h5, h6 {
                         color: #007cd6;
                         }
#contentHolder {
                 background-color: #c4dff0;
                 }
.navigation a {
                color: #007cd6;
                }
span.separator {
                 background-color: #c4dff0;
                 }
#msgPanel {
            border-color: #007cd6;
            }
#footer {
          color: #007cd6;
          background-color: #c4dff0;
          }
#footer li {
             border-right: 1px solid #007cd6;
             }
#footer a {
            color: #007cd6;
            }
.corner {
          background-image: url('corners.png');
          }
.colSep {
          background-image: url('corners.png');
          }
.buttonLink {
              background-image: url('buttonLink.png');
              }
.buttonLink span {
                   background-image: url('buttonLink.png');
                   }
th {
     background-color: #c4dff0;
     border-bottom: 1px solid #007cd6;
     }
.odd td{
	background-color: #eef7fb;
	}	
fieldset {
           border-color: #c4dff0;
           }
input[type="submit"] {
                       background-image: url('buttonLink.png');
                       border-color: #007cd6;
                       }
input[type="button"]{
					   background-image: url('buttonLink.png');
                       border-color: #007cd6;
	}                       
