body {
background-color: #c0c0c0;
}


.table {
width: 700px;
background-color: white;
}

.top {
vertical-align: top;
}

.menu {
background-color: #073269; 
color: white;
height: 15px;
}

.titleleft {
color: #073269;
font-size: 11pt;
font-weight: 900;
padding-left: 5%;
}

.titleright {
color: #073269;
font-size: 11pt;
font-weight: 900;
padding-left: 10%;
}

.indentleft {
padding-left: 8%;
font-size: 9pt;
vertical-align: top;
}

.indentright {
padding-left: 10%;
font-size: 9pt;
vertical-align: top;
}

.indentcontact {
padding-left: 6%;
font-size: 9pt;
vertical-align: top;
}


a:link {color: blue; background-color: white; text-decoration:none;} /* unvisited link */
a:visited {color: blue; background-color: white; text-decoration:none;} /* visited link */
a:hover {color: red; background-color: white; text-decoration:none;} /* mouse over link */
a:active {color: blue; background-color: white; text-decoration:none;}  /* selected link */



a.menu:link {color: white; background-color: #073269; text-decoration:none;} /* unvisited link */
a.menu:visited {color: white; background-color: #073269; text-decoration:none;} /* visited link */
a.menu:hover {color: white; background-color: #c0c0c0; text-decoration:none;} /* mouse over link */
a.menu:active {color: white; background-color: #073269; text-decoration:none;}  /* selected link */

