body { }
p { }
td { }
a:link { color: black; }
a:visited { color: black; }
a:hover { color: maroon; }
a:active { }


/*-----------------------------------------------------------------------
FORM ELEMENTS
-----------------------------------------------------------------------*/
#formHolder {
	text-align: left;
}
label {
    margin-bottom: 0px;
    font: 12px/20px Verdana, Geneva, sans-serif;
}
input ,select ,textarea {
    margin-bottom: 10px;
}
.attn {
    color: #FF0000;
}

