/* Text */
a {text-decoration: none;}
a:hover {text-decoration: none; color: #cc3333;}
.blacktext                              {font-size : 12px; font-family : Arial; font-weight : normal; font-style : normal; color : #000000;}
.blacktextbold                  {font-size : 12px; font-family : Arial; font-weight : bold; font-style : normal; color : #000000;}
.redtextbold                    {font-size : 12px; font-family : Arial; font-weight : bold; font-style : normal; color : #cc3333;}
.redtextboldlarge               {font-size : 18px; font-family : Arial; font-weight : bold; font-style : normal; color : #cc3333;}
.smallblacktext                 {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #000000;}
.smallwhitetext                 {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #ffffff;}
.smallgraytext                  {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #c0c0c0;}
.xsmallblacktext                {font-size : 10px; line-height : 10px; font-family : Arial; font-weight : normal; font-style : normal; color : #000000;}
.largeblacktextbold             {font-size : 14px; font-family : Arial; font-weight : bold; font-style : normal; color : #000000;}
.largeredtextbold               {font-size : 14px; font-family : Arial; font-weight : bold; font-style : normal; color : #cc3333;}
.xlargeblacktextbold    {font-size : 24px; font-family : Arial; font-weight : bold; font-style : normal; color : #000000;}
.xlargeredtextbold              {font-size : 20px; font-family : Arial; font-weight : bold; font-style : normal; color : #cc3333;}
td                                              {font-size : 12px; font-family : Arial; font-weight : normal; font-style : normal; color : #000000;}

/* Links */
.link                                   {font-size : 12px; font-family : Arial; font-weight : normal; font-style : normal; text-decoration : none; color : #cc3333;}
.link:visited                   {font-size : 12px; font-family : Arial; font-weight : normal; font-style : normal; color : #cc3333;}
.link:active                    {font-size : 12px; font-family : Arial; font-weight : normal; font-style : normal; color : #dc143c;}
.link:hover                             {font-size : 12px; font-family : Arial; font-weight : normal; font-style : normal; text-decoration : underline; color : #cc3333;}

.largelinkbold                  {font-size : 14px; font-family : Arial; font-weight : bold; font-style : normal; text-decoration : underline; color : #cc3333;}
.largelinkbold:visited  {font-size : 14px; font-family : Arial; font-weight : bold; font-style : normal; color : #cc3333;}
.largelinkbold:active   {font-size : 14px; font-family : Arial; font-weight : bold; font-style : normal; color : #dc143c;}
.largelinkbold:hover    {font-size : 14px; font-family : Arial; font-weight : bold; font-style : normal; text-decoration : underline; color : #cc3333;}

.smalllink                              {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; text-decoration : none; color : #cc3333;}
.smalllink:visited              {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #cc3333;}
.smalllink:active               {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #dc143c;}
.smalllink:hover                {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; text-decoration : underline; color : #cc3333;}


.smalllinkwhite                 {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; text-decoration : none; color : #ffffff;}
.smalllinkwhite:visited {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #ffffff;}
.smalllinkwhite:active  {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; color : #ffffff;}
.smalllinkwhite:hover   {font-size : 11px; font-family : Arial; font-weight : normal; font-style : normal; text-decoration : underline; color : #ffffff;}

/* Menu */
.clCMEvent{position:absolute; z-index:100; width:780; height:25; clip:rect(0,780,25,0); left:0; top:0; visibility:hidden}
.clCMAbs{position:absolute; width:10; height:10; left:0; top:0; visibility:hidden}

.clT,.clTover,.clS,.clSover,.clS2,.clS2over{position:absolute; overflow:hidden; width:80; height:25; cursor:pointer; cursor:hand}
.clT,.clTover{padding:4px; font-size:12px; font-weight:bold}
.clT{color:white; }   
.clTover{color:#FCCE55;}
.clS,.clSover{padding:2px; font-size:11px; font-weight:bold}
.clS2,.clS2over{padding:2px; font-size:11px;}
.clS,.clS2{color:#006699; background-color:#CDDBEB; layer-background-color:#CDDBEB;}
.clSover,.clS2over{color:#FCCE55;}
.clSover,.clS2over,.clTover,.clB,.clBar{layer-background-color:#336699; background-color:#336699;}
.clB{position:absolute; visibility:hidden; z-index:300}
.clBar{position:absolute; width:10; height:10; visibility:hidden; }



#divCont  {
        position : relative;
        width : 230;
        height : 180;
        overflow : hidden;
        top : 10;
        left : 10;
        clip : rect(0,250,200,0);
}

#divText  {
        position : absolute;
        top : 0;
        left : 0;
        font-size : 12px;
        font-family : Arial,Helvetica,Sans-Serif;
        font-weight : normal;
        color : #000000;
        text-decoration : none;
}