body {
 background-color: #666666;
 margin: 0px;
 overflow: auto;
 height: auto !important;
 line-height: 1.5em;
 min-height: 100%;
 margin: 0 0 25px 0;
 font-family: Arial;
 font-size: 12px;
 color: #001001;
}

.usermenu {
 font-family: Arial;
 font-size: 12px;
 color: #C6C6C6;
 background-color: #c6c6c6;
 border: #a6a6a6 1px solid;
}

.usertitle {
 font-family: Arial;
 font-size: 12px;
 color: #C6C6C6;
 background-color: #666666;
 border: #a6a6a6 1px solid;
}

.userform {
 font-family: Arial;
 font-size: 12px;
 color: #000000;
 background-color: #a6a6a6;
 border: #c6c6c6 2px solid;
}

a:link,a:visited,a:active {
 color: #666666; 
 text-decoration: none;
}
a:hover {
 color: #222222; 
 text-decoration: none;
}

a.admenu:link,a.admenu:visited,a.admenu:active {
 color: #ffffff;
 font-size: 11px; 
 text-decoration: none;
 font-weight: bold;
}
a.admenu:hover {
 color: #222222; 
 font-size: 11px;
 text-decoration: none;
 font-weight: bold;
}

a.nmenu:link,a.nmenu:visited,a.nmenu:active {
 color: #000000;
 font-size: 12px; 
 text-decoration: underline;
 font-weight: bold;
}
a.nmenu:hover {
 color: #000000; 
 font-size: 12px;
 text-decoration: underline;
 font-weight: bold;
}

input {
 font-family: Arial;
 font-size: 10px;
 font-weight: bold;
 color: #333333;
 border: 0px;
 width: 250px;
}

textarea {
 font-family: Arial;
 font-size: 10px;
 font-weight: bold;
 color: #333333;
 border: 0px;
 overflow: auto;
 width: 250px;
}
