.MainBody {
        font-family: Arial;
        font-size: 12px;
        color: #6d6d6d;
}
.MainBodyBlue {
        font-family: Arial;
        font-size: 12px;
        color: #507ab6;
}

.MainBodyBold {
        font-family: Arial;
        font-size: 12px;
        color: #6d6d6d;
        font-weight: bold;
}
.MainBodyBoldGreen {
        font-family: Arial;
        font-size: 12px;
        color: #9fc163;
        font-weight: bold;
}
.MainBodyBoldBlue {
        font-family: Arial;
        font-size: 12px;
        color: #507ab6;
        font-weight: bold;
}

.MainBodyBoldRed {
        font-family: Arial;
        font-size: 12px;
        color: #990000;
        font-weight: bold;
}

.MainBodySmallRed {
        font-family: Arial;
        font-size: 11px;
        color: #990000;
}

.MainBodyLargeBold {
        font-family: Arial;
        font-size: 16px;
        color: #000000;
        font-weight: bold;
}

.MainBodyLargeBoldRed {
        font-family: Arial;
        font-size: 16px;
        color: #990000;
        font-weight: bold;
}
.MainBodyLargeBoldItalic {
        font-family: Arial;
        font-size: 16px;
        font-style: italic;
        color: #000000;
        font-weight: bold;
}

.MainBodyLarge {
        font-family: Arial;
        font-size: 16px;
        color: #000000;
}

.MainBodyMediumBold {
        font-family: Arial;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
}

.MainBodyMediumBoldItalic {
        font-family: Arial;
        font-size: 14px;
        font-style: italic;
        color: #000000;
        font-weight: bold;
}

.MainBodyMedium {
        font-family: Arial;
        font-size: 14px;
        color: #000000;
}

.MainBodySmall {
        font-family: Arial;
        font-size: 11px;
        color: #000000;
}

.MainBodyTiny {
        font-family: Arial;
        font-size: 9px;
        color: #000000;
}

.HeadingLarge {
        font-family: Arial;
        font-size: 32px;
        color: #000000;
        font-weight: bold;
}

.HeadingMedium {
        font-family: Arial;
        font-size: 24px;
        color: #000000;
        font-weight: bold;
}

.HeadingSmall {
        font-family: Arial;
        font-size: 18px;
        color: #000000;
        font-weight: bold;
}

.HeadingTiny {
        font-family: Arial;
        font-size: 14px;
        color: #000000;
        font-weight: bold;
}

.HeadingTinyBlue {
        font-family: Arial;
        font-size: 14px;
        color: #0000cc;
        font-weight: bold;
}

.HeadingPetit {
        font-family: Arial;
        font-size: 12px;
        color: #000000;
        font-weight: bold;
}
p.one {
        border-style:solid;
        border-width:1px;
        border-color:red;
}

p.two {
        border-style:solid;
        border-width:2px;
        border-color:blue;
}

p.padding {
		padding:25px;
}


.lh22 {
        line-height: 22px;
}

#leftcolumn a:link,#leftcolumn a:visited {text-decoration:none;color:black;background-color:transparent}
#leftcolumn a:hover,#leftcolumn a:active {text-decoration:underline;color:black;background-color:transparent}

a:Locations:link,a:Locations:visited {text-decoration:none;color:black; background-color:transparent}
a:Locations:hover,a:Locations:active {text-decoration:underline;color:black; background-color:transparent}

a.m_item:link,a.m_item:visited {text-decoration:none;color:white; background-color:transparent}
a.m_item:hover,a.m_item:active {text-decoration:underline;color:white; background-color:transparent}

td.blacknav {
        font-family: Arial;
        text-align:center;
        color:white;
        background-color:transparent;
        font-size:14px;
        font-weight:bold;
        border-top:1px solid #868686;
        border-left:1px solid black;
        border-right:1px solid #868686;
        padding-bottom:2px;
}

table.bronze {
        border-width: 2px 2px 2px 2px;
        border-spacing: 1px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: collapse;
        background-color: rgb(255, 255, 102);
}
table.bronze td {
        border-width: 1px 1px 1px 1px;
        padding: 5px 5px 5px 5px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        background-color: rgb(255, 255, 102);
}

div.floatLarge {
  float: left;
  width: 120px;
  padding: 2px;
}

div.floatLarge p {
   text-align: center;
}

div.floatSmall {
  float: left;
  width: 90px;
  padding: 1px;
}

div.floatSmall p {
   text-align: center;
}