body {
    background:         white;

    font-family:        Tahoma, Verdana, Arial;
    font-size:          10pt;
    color:              #000000;
}

A:link {
    text-decoration:    none;
    color:              #008800;
}

A:visited {
    text-decoration:    none;
    color:              #006600;
}

A:hover {
    text-decoration:    underline;
    color:              #FFFFFF;
    background-color:   #006600
}

.mainbox {
    font-family:        Tahoma, Verdana, Arial;
    font-size:          11pt;
    color:              #000000;
    text-align:         left;
}

.bcrumb {
    font-family:        Tahoma, Verdana, Arial;
    font-size:          8pt;
    color:              #000000;
}

.bottomtext {
    font-family:        Tahoma, Verdana, Arial;
    font-size:          8pt;
    color:              #606060;
}

.title {
    font-family:        Tahoma, Verdana, Arial;
    font-size:          18pt;
    font-weight:        bold;
    color:              #000000;
}

.smalltext {
    font-family:        Tahoma, Verdana, Arial;
    font-size:          8pt;
    color:              #303030;
}

.bigtext {
    font-family:        Tahoma, Verdana, Arial;
    font-size:          14pt;
    color:              #303030;
}

.redtext {
    color:              #660000;
}

h1 {
    font-size:          24px;
    font-family:        "Tahoma", Verdana, Arial;
    color:              #008800;
}

div#errormsg, div#errorbox, div#successmsg {
    padding:            10px;
    margin:             0px auto 30px auto;
    font-weight:        bold;
    width:              66%;
    text-align:         center;
}

div#errormsg ul, div#errorbox ul {
    text-align:         left;
    margin-left:        50px;
}

div#errormsg, div#errorbox {
    background-color:   #DFBCBF;
    border:             2px solid #CC0000;
    color:              #CC0000;
}

div#successmsg {
    background-color:   #BCDFBF;
    border:             2px solid #1B5128;
    color:              #1B5128;
}

.error {
    color:              #CC0000;
    font-size:          8pt;
}

div#rockstar {
    float:              right;
    border:             1px solid #008800;
    padding:            5px;
    margin:             0 0 10px 10px;
    text-align:         center;
    font-size:          12pt;
}