body, td, th {
   font: 14px "Trebuchet MS", "Verdana","sans serif";
   color: #444;
   margin: 0px 0px;
}

a {
   color: #1A59EB;
   text-decoration: none;
}

a:hover {
   color: #F00;
}

.header {
   color: #D103B4;
}


h1 {
   font-size: 28px;
   font-weight: normal;
   color: #FFF;
}

.header {
   font-size: 16px;
   font-weight: bold;
}

.strap {
   font-size: 17px;
   font-weight: bold;
}

.nav, a.nav:link, a.nav:visited, a.nav:active, a.nav:hover,.navOver,.navActive {
   font-size: 16px;
   font-weight: bold;
   color: #FFF;
}

.navOver, a.nav:hover,.navActive {
   cursor: pointer;
   background: #340150;
   color: #F00;
}

.navActive, a.navActive:hover {
   cursor: default;
   color: #FFF;
}

.sideBar{
   background: #DDD;
}

.sideText, .sideTextItalic{
   font-size: 12px;
   font-weight: normal;
   line-height: 1.8em;
}

.sideTextItalic{
   font-style: italic;
}

.bodyText,.bodyTextBold, .footer {
   line-height: 1.7em;
}


.bodyTextBold, .footer {
   font-weight: bold;
}

.footer, a.footer {
   color: #FFF;
}

.smallText, a.smallText{
   font-size: 10px;
}

.medText, a.medText, a.medTextBold{
   font-size: 12px;
}


a.medTextBold{
   font-weight: bold;
}


.bigTopHeader{
   font-size: 18px;
   font-style: italic;
   font-variant: small-caps;
   color: #D103B4;
}

.littleTopHeader{
   font-size: 14px;
   font-weight: bold;
}

.brightSmall{
   font-size: 11px;
   font-weight: normal;
   color: #FFFFFF;
}

.brightSmallItalic{
   font-size: 11px;
   font-weight: normal;
   color: #FFFFFF;
   font-style: italic;
}

.field {
   border: 1px solid #000;
}

.box {
   border: 1px dotted #666;
   background: #FFF;
}

.downButt,.downButtOver,.donaButt,.donaButtOver {
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
   width: 220px;
   height: 50px;
   background: #D103B4;
}

.downButtOver {
   background: #ED03CA;
}

.donaButt {
   background: #8426F8;
}

.donaButtOver {
   background: #A661FA;
}


/* scrollers */

.scrollItem{
   padding-top:10px;
   padding-bottom:10px;
   border-bottom:1px dotted #CCCCCC;
   cursor:pointer;
}

.marqueecontainer{
/*position: relative;*/
   color:#ffffff;
   height:95px;
   overflow:hidden;
   visibility:visible;
   cursor:pointer;
   background:#FFFFFF;
   padding-left:3px;
   padding-right:3px;
   border-top:1px solid #CCCCCC;
   border-right:1px solid #CCCCCC;
   border-bottom:1px solid #CCCCCC;
   border-left:1px solid #CCCCCC;
}

.bold{
   font-weight:bold;
}


