@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);



html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: #F9F9F9;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size:0.75em;
  color:#333333;
  line-height:1.5;
}

.border  {border-left:solid 1px #D3D2D3; border-right:solid 1px #D3D2D3;}
.pa   {padding-left:5px; background-color:#f8f8f8; font-size:11px; font-family: tahoma; }
.pa1   {text-align:center; background-color:#ececec; padding-top: 6px;}


.bg   { background:url(/images/m14.gif); background-repeat: repeat-x;}
.bg1  { background:url(/images/m18.gif); background-repeat: repeat-x;}
.bg2  { background:url(/images/m21.gif); background-repeat: repeat-x;}
.bg3  { background:url(/images/m25.gif); background-repeat: repeat-x;}
.bg4  { background:url(/images/m28.gif); background-repeat: repeat-x;}
.bg5  { background:url(/images/m31.gif); background-repeat: repeat-x;}

.column_left_header_txt {color:#FFFFFF; font-weight:bold; line-height:12px; text-align: center; }
.column_left a        {color:#2C2C2C; font-size:11px; text-decoration:none; line-height:18px;}
.column_left input        {font-size:11px; vertical-align:middle; margin-bottom: 4px;}
.column_left a:hover  {text-decoration:underline; }
.column_left img      {vertical-align:middle;}

.column_right_header_txt  {color:#595757; font-size:12px; font-weight:bold;}
.column_right img      {vertical-align:middle;}
                           

