/* Link *******************************************************************************************/
a:link
{
   font-size: 9px;
   color: #FF3300;
   text-decoration: none;
}

a:visited 
{
   font-size: 9px;
   color: #FF3300;
   text-decoration: none;
}

a:hover 
{
   color: #FF3300;
   text-decoration: underline;
   /*background-color: #FF3300;*/
}

a:active 
{
   font-size: 9px;
   font-style: italic;
   color: FF3300;
   /*background-color: #FFFFFF;*/
   text-decoration: none;
}
/**************************************************************************************************/

/* Body *******************************************************************************************/

body 
{ 

   background: url(images/main/bg/bg.gif);
   /*background: url(images/bg/stripes.gif);*/
   
   margin-top: 10px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
}

.header 
{ 
   width: 815px;
   height: 12px;
}

.mainbody 
{ 
   background: url(images/bg/bg_cnt_app.png);
   /*BACKGROUND-COLOR:#ffffff;*/ 
   width: 815px;
   margin-top: 0px;
   padding-top: 0px
}

.footer 
{ 
   width: 815px;
   height: 12px;
}

.borderBottom
{ 
   BACKGROUND-REPEAT: NO-REPEAT;
   background: url(images/bg/border_bottom2.gif); 
   width: 787px;
   height: 50px;
}

.SideMenu     
{ 
   width: 220px;
   height: 110px;
   BACKGROUND-REPEAT: NO-REPEAT;
   BACKGROUND-IMAGE: url(images/bg/SideMenu_bg.gif);
   BACKGROUND-COLOR:#FFFFFFF 
}

.MainBg     
{ 
   width: 777px;
   height: 150px;
   BACKGROUND-REPEAT: NO-REPEAT;
   BACKGROUND-IMAGE: url(bg/main_bbgHeader.gif);
   BACKGROUND-COLOR:#FFFFFFF 
}

.VerdanaTables  
{ 
   FONT-SIZE: 11px; 
   FONT-FAMILY: Verdana; 
   BORDER:0; 
   COLOR: #004F87
}

/**************************************************************************************************/

/* Text *******************************************************************************************/
.title
{ 
   COLOR: #005088;
   font-weight: bold;
}

.txt 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #333333;
   text-align: justify;
}

.txt2 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #333333;
}

.CAPGRAYTEXT 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   text-transform: uppercase;
   color: #999999;
}

.HEADINGS 
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   color: #FF3300;
}
/**************************************************************************************************/