@charset "utf-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

.content_indent {
padding-left:10px;
}

a:link {
color:#333333;
text-decoration:underline;
}
a:visited {
color:#333333;
text-decoration:none;
}
a:hover {
color: #CC9900;
text-decoration:underline;
}
a:active {
color:#333333;
text-decoration:none;
}

input, textarea {
background-color:#ebebeb !important ;
border-style:solid; border-width:thin; border-color:#CC9900;
padding:3px;
}
.uppercase {
text-transform:uppercase;
}


