/* CSS Document */

body {
background-color:#ffffff;
}
h1 {
color:white;
text-align:center;
}
h2 {
color:white;
text-align:center;
}
h3 {
color:white;
text-align:center;
}

.login_link a:link {text-decoration: none; color: white;}
.login_link a:visited {text-decoration: none; color: white;}
.login_link a:active {text-decoration: none; color: white;}
.login_link a:hover {text-decoration: underline; color: #CCCCCC;}

.link a:link {text-decoration: none; font-weight:bold; color: black;}
.link a:visited {text-decoration: none; font-weight:bold; color: black;}
.link a:active {text-decoration: none; font-weight:bold; color: black;}
.link a:hover {text-decoration: underline; font-weight:bold; color: black;}

.search_box {
background-image:url('images/magnifying-glass.gif');
background-repeat:no-repeat;
padding-left:20px;
}

a.m_item:link,a.m_item:visited {
text-decoration:none;
color:white;
background-color:transparent;
}

a.m_item:hover,a.m_item:active {
text-decoration:underline;
color:white;
background-color:transparent;
}

.title_table {
background-repeat: no-repeat;
margin-top:0px;
margin-bottom:0px;
border-collapse:collapse;
border:0px;
padding:0px;
border-spacing:0px;
}

.body {
width:100%;
background-color:#efefef;
text-align:left;
vertical-align:top;
padding-left:5px;
}

.nav_table {
width:200px;
margin-top:0px;
margin-bottom:0px;
border-width: 0px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
}

.nav_panel {
vertical-align:top;
background-color:#333333;
}

.nav_button {
text-align:left;
color:white;
background-color:transparent;
font-size:16px;
font-weight:bold;
border-width: 1px;
padding: 1px;
padding-left:5px;
border-style: solid;
border-color: black;
}
