@charset "iso-8859-1";
body 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 18px;
   color: #666666;
   background-color: #FFFFFF;
   margin:0;
   color: #333333;
}

a 
{
   text-decoration: underline;
   color: #FF9900;
}

a:link 
{
   text-decoration: underline;
}

a:visited 
{
   text-decoration: underline;
   color: #FF9900;
}

a:hover 
{
   text-decoration: none;
   color: #0033CC;
}

a:active 
{
   text-decoration: underline;
   color: #FF9900;
}

.contentBackground 
{
   background-attachment: fixed;
   background-image:  url("images/lay_background.jpg");
   background-repeat: no-repeat;
   background-position: left top;
}

hr
{ 
   size:3; color:#154886;
}

h1.title 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24pt;
   font-style: italic;
   font-weight: bold;
   color: #666666;
   text-indent:24px;
   margin-top:10px;
}

.text 
{   
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #666666;
   line-height: 18px;
}

.subtitle 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 17px;
   font-style: italic;
   color: #2752A9;
   font-weight: bold;
}

.blueTitle 
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #4D90CD;
}

.blueText, a.blueText, a.blueText:active, a.blueText:link, a.blueText:visited
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #2752A9;
   text-decoration:none;
}
a.blueText:hover
{
   text-decoration:none;
   color:#000066;
}

.textSmall 
{   
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   line-height: 14px;
}

.warning
{
   text-align:center;
   font-family:Arial, Helvetica, sans-serif;
   font-style:normal;
   color:#FF0000;
   font-size:2 em;
   font-weight: bold;
}

.center
{
   text-align:center;
}

ul
{
   text-align: left;
}

.listMargin
{
   margin-left:200px;
}