body {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/bodybg.gif);
    background-repeat: repeat-x;
    background-color: #C1C1C1;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    color: #333333;
    line-height: 130%;

}

body.admin {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-family: Tahoma, Arial;
    font-size: 12px;
}

img {
    border: 0px;
}

ul {
    padding: 5px 2px 2px 14px;
    margin: 0px 0px 0px 0px;
}

h1 {
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

h3 {
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #FF6600;
}

h4 {
    padding: 2px 10px 2px 10px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

p {
    padding: 0px 5px 10px 0px;
    margin: 0px 0px 0px 0px;
}

a {
    color: #000000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #FF6600;
}

a.lightlink
{
    color: #EEEEEE;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
a.lightlink:hover
{
    color: #000000;
}

a.greylink
{
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.greylink:hover
{
    text-decoration: underline;
    color: #000000;
}

a.greylinku
{
    color: #999999;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
a.greylinku:hover
{
    text-decoration: underline;
    color: #000000;
}

a.menulink
{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}
a.menulink:hover
{
    color: #FF6600;
    text-decoration: none;
}

a.header
{
    color: #FF6600;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
a.header:hover
{
    color: #FF6600;
    text-decoration: underline;
}

a.subheader
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
a.subheader:hover
{
    color: #FF6600;
    text-decoration: underline;
}

a.superheader
{
    color: #FF6600;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}
a.superheader:hover
{
    color: #FF6600;
    text-decoration: none;
}

a.grey11link
{
    color: #333333;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
a.grey11link:hover
{
    color: #ff6600;
}

a.grey12link
{
    color: #333333;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
a.grey12link:hover
{
    color: #ff6600;
}

td {
    font-size: 12px;
}


table{
    border-width: 0px;
    padding: 0px 0px 0px 0px;
}

td.separate {
	background-image: url(../img/dottedLine.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
	margin: 0 0 10 0;
	padding: 0 0 10 0;
}

td.separatelight {
	background-image: url(../img/dottedLineLight.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
	margin: 0 0 10 0;
	padding: 0 0 10 0;
}

.regulartext
{
    color: #444444;
    font-size: 12px;
    font-weight: normal;
}

td.regulartext11
{
    color: #444444;
    font-size: 11px;
    font-weight: normal;
}

td.smalltext
{
    color: #444444;
    font-size: 10px;
    font-weight: normal;
}

td.smallorangetext
{
    color: #FF6600;
    font-size: 10px;
    font-weight: normal;
}

td.smallgreytext
{
    color: #888888;
    font-size: 10px;
    font-weight: normal;
}

.grey11
{
    color: #777777;
    font-size: 11px;
    font-weight: normal;
}

.ornage16
{
    color: #FF6600;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}










