body {
 background-color: #FFFFFF;
 margin-left: 0px;
 margin-right: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: verdana;
 font-size: 10px;
 color: #000000;
}

a:link { font-family: verdana; font-size: 10px; color: #000000; text-decoration: none; font-weight: normal; }
a:visited { font-family: verdana; color: #000000; font-size: 10px; text-decoration: none; font-weight: normal; }
a:active { font-family: verdana; color: #000000; font-size: 10px; text-decoration: none; font-weight: normal; }
a:hover { font-family: verdana; color: #E3001B; font-size: 10px; text-decoration: underline; font-weight: normal; }

a.white:link { font-family: verdana; color: #FFFFFF; font-size: 12px; text-decoration: none; font-weight: normal; }
a.white:visited { font-family: verdana; color: #FFFFFF; font-size: 12px; text-decoration: none; font-weight: normal; }
a.white:active { font-family: verdana; color: #FFFFFF; font-size: 12px; text-decoration: none; font-weight: normal; }
a.white:hover { font-family: verdana; color: #FFFFFF; font-size: 12px; text-decoration: underline; font-weight: normal; }

a.gray:link { font-family: verdana; color: #404040; font-size: 10px; text-decoration: none; font-weight: normal; }
a.gray:visited { font-family: verdana; color: #404040; font-size: 10px; text-decoration: none; font-weight: normal; }
a.gray:active { font-family: verdana; color: #404040; font-size: 10px; text-decoration: none; font-weight: normal; }
a.gray:hover { font-family: verdana; color: #404040; font-size: 10px; text-decoration: underline; font-weight: normal; }

a.sidebar:link { font-family: verdana; color: #283C38; font-size: 10px; text-decoration: none; font-weight: normal; }
a.sidebar:visited { font-family: verdana; color: #283C38; font-size: 10px; text-decoration: none; font-weight: normal; }
a.sidebar:active { font-family: verdana; color: #283C38; font-size: 10px; text-decoration: none; font-weight: normal; }
a.sidebar:hover { font-family: verdana; color: #404040; font-size: 10px; text-decoration: underline; font-weight: normal; }

a.small:link { font-family: verdana; color: #000000; font-size: 10px; text-decoration: none; font-weight: normal; }
a.small:visited { font-family: verdana; color: #000000; font-size: 10px; text-decoration: none; font-weight: normal; }
a.small:active { font-family: verdana; color: #000000; font-size: 10px; text-decoration: none; font-weight: normal; }
a.small:hover { font-family: verdana; color: #E3001B; font-size: 10px; text-decoration: underline; font-weight: normal; }

img { border: 0px; }

img.border { border: 1px solid #C0C0C0; }

p {
 margin: 5px;
}

input {
 border: 1px solid #C0C0C0;
 width: 150px;
 padding: 2px;
}

input.large {
 border: 1px solid #C0C0C0;
 width: 300px;
 padding: 2px;
}

input.checkbox {
 border: 0px;
 width: 21px;
 padding: 2px;
}

textarea{
 border: 1px solid #C0C0C0;
 width: 300px;
 padding: 2px;
}

.button-form {
 border: 0px solid;
 width: 112px;
 height: 28px;
 padding: 0px;
 background-image: url('../images/buttons/form.png');
}

.button-login {
 border: 0px solid;
 width: 76px;
 height: 28px;
 padding: 0px;
 background-image: url('../images/buttons/login.png');
}

.button-accept {
 border: 0px solid;
 width: 51px;
 height: 28px;
 padding: 0px;
 background-image: url('../images/buttons/accept.png');
}
