/* Background Color and Font Styles - So file can be loaded into DDirect @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/ body
{
color: #666;
text-align:left;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
a
{
color: #a45b1b;
text-decoration: none;
}
a:hover
{
color:#c87e29;
}
h1
{
font-size:2.6em;
font-weight:700;
color:#bb6629;
line-height:1.2em;
}
h2
{
color:#465c73;
font-size:1.5em;
font-weight:bold;
margin-bottom:10px;
}
h3
{
color:#c87e29;
font-size:1.1em;
font-weight:600;
margin-bottom:10px;
}
p
{
margin:12px 0;
line-height:1.3;
}
.RequiredMark
{
font-size:1.7em;
font-weight:700;
color:#ff0000;
}
#LoginError
{
color:#dd0000;
text-align:center;
}
