.center     {text-align:center}
.left       {text-align:left;}
.right      {text-align:right;}
.justify    {text-align:justify;}

.borderB    {border-bottom:1px solid #ccc;}
.borderT    {border-top:1px solid #ccc;}

.light      {color:#666;}

h2 {
    color:#fff;
}

h3 {
    border-bottom:1px solid #222;
    color:#fff;
    padding:0 0 10px 0;
}

a:LINK,
a:VISITED {
    color:#1BAAE2;
    text-decoration:none;
}
a:HOVER {
    text-decoration:underline;
}

strong,
b {
    /*09f*/
    color:#FFF;
    font-weight:bold;
}

input {
    background:#000;
    color:#999;
}
input[type=submit] {

}
ul {
    list-style: none;
    margin:0 0 10px 0;
    padding:0;
}
li {
    background:url(../gfx/li.png) 0 4px no-repeat;
    padding-left:16px;
}