body {
background-color: #cfcfcf;
font-size: 12px;
font-family: arial;
margin-top: 0px;
}

table {
font-size: 12px;
}

table.main {
background-color: #ffffff;
border: 1px dotted #6d6d6d;
}

input.inputtext {
-moz-border-radius: 4px;
-moz-outline-radius: 4px;
font-size: 12px;
border: 1px solid black;
}

input.inputtext:focus {
border: 1px solid #6183df;
}

select.inputtext {
-moz-border-radius: 4px;
-moz-outline-radius: 4px;
font-size: 12px;
border: 1px solid black;
}

select.inputtext:focus {
border: 1px solid #6183df;
}

textarea.inputtext {
-moz-border-radius: 4px;
-moz-outline-radius: 4px;
font-size: 12px;
border: 1px solid black;
}

textarea.inputtext:focus {
border: 1px solid #6183df;
}

a.bottomnav {
color: navy;
font-weight:bold;
text-decoration: none;
}

a.bottomnav:hover {
color: #ff0000;
font-weight:bold;
text-decoration: underline;
}

a.profile {
font-weight: bold;
text-decoration: none;
color: navy;
}

.error {
color: #ff0000;
font-weight: bold;
}

.highlight {
background-color: yellow;
}

div.bump {
text-align: center;
width: 400px;
border: 1px solid black;
background-color: #bcef95;
color: #000000;
font-weight: bold;
font-size: 14px;
padding: 10px;
}
