body{
	background: #f0f0f0 url('../images/bg.gif') repeat;
	margin: 0 auto;
}
body, td {
        font-family: times, arial, tahoma, verdana, sans, arial, helvetica, sans-serif;
        font-size: 14px;
}



.small{
        font-family: verdana, sans, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #833;
}


.small-white {
        font-family: verdana, sans, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #ffffff;
}

.small-gray{
        font-family: verdana, sans, arial, helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
}


h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0em;
    margin-top: 0em;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1em;
    margin-top: 2em;
}
h3 {
    font-weight: bold;
    font-size: 16px;
}

a:link,
a:visited,
a:active {
        color: #833;
        background: transparent;
        text-decoration: none;
        font-weight: normal;

}
a:hover {
        color: #c00;
        background: transparent;
        text-decoration: underline;
        font-weight: normal;
}


a.white:link,
a.white:visited,
a.white:active {
        color: #ffffff;
        text-decoration: none;

}
a.white:hover {
        color: #ffffff;
        text-decoration: underline;
}

a.small:link,
a.small:visited,
a.small:active {
        color: #833;
        text-decoration: none;

}
a.small:hover {
        color: #c00;
        text-decoration: underline;
}
a.menu:link,
a.menu:visited,
a.menu:active,
a.menu:hover {
        font-weight: bold;

}

#hide { display: none; }