.stdBody {
    font-family: Arial;
    font-size: 12px;
}

.topBody {
    font-family: Arial;
    font-size: 12px;
	background: #fff url(../images/main_background.jpg) fixed no-repeat 0px 0px;
}

.form {
    width: 200px;
    font-family: Arial;
    font-size: 12px;
}

.formRequired {
    width: 200px;
    font-family: Arial;
    font-size: 12px;
	background-color: #ffcccc;
}

.dfltRequired {
    font-family: Arial;
    font-size: 12px;
	background-color: #ffcccc;
}

.label {
    color: #000078;
}

