BODY 
{
      background-image: url(../images/background.gif);
      font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
      color : #5F5F5F;
      margin: 0px; 
      font-size: 11px;
      padding: 0px;
      border: none;
} 
  
.main {
	font-size: 11px;
	line-height: 16pt;
    text-align: left                 
}
.dark {
	font-size: 11px; 
	line-height: 16pt;
	color: #333333;
	font-weight: bold;
	text-align: left 
}
.quot {
	font-size: 11px;
	line-height: 16pt;
	color: #658077;
	font-style:italic;
                     text-align: left                 
}
.news {
	font-size: 12px;
	line-height: 12pt;
	color:  #5F5F5F;
	font-style: normal;
                     text-align: left                 
}
.news-blue {
	font-size: 12px;
	line-height: 14pt;
	color:  #456886;
	font-style: normal;
                     text-align: left                 
}
.news-head {
	font-size: 16px;
	line-height: 16pt;
	color:  #456886;
	font-style: normal;
        font-weight: 600;
                     text-align: left                 
}

a:link  {
	color:#5F5F5F;
	text-decoration: underline;	
}
a:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
a:visited {
	color:#5F5F5F;
	text-decoration: none;	
}

a.news:link  {
	color:#5F5F5F;
	text-decoration: underline;	
}
a.news:hover {
	color: #5F5F5F;
	text-decoration: underline;
}
a.news:visited {
	color:#5F5F5F;
	text-decoration: none;	
}


/*********************************************/
/*  In case a reverse link is needed         */
/*********************************************/
/*
/*a.reverse:link  {
/*	color:#ffffff;
/*	text-decoration: none;	
/*}
/*a.reverse:hover {
/*	color: #ffffff;
/*	text-decoration: underline;
/*}
/*
/*a.reverse:visited {
/*	color:#ffffff;
/*	text-decoration: none;	
/*}*/


h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:left;
	line-height: 20pt;
}

h1{
 font-size: 110%;
 color: #658077;
}

h2{
 font-size: 110%;
 color: #456886;
}

h3{
 font-size: 110%;
 color: #003366;
}

/*h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}*/

/*h5{
 font-size: 100%;
 color: #334d55;
}*/

ul{
 list-style-type: square;
 line-height: 20px;
 margin-top: 0px;
 padding-top: 5px;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: disc;
}
/***********************************************/
/* Can define graphic as bullet                */
/* ul {list-style-image:url('arrow.gif');      */
/***********************************************/

hr {color: #cccccc}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#block{
	width:518px;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom:0px;
	border-right: 1px solid #e7e7e6;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
	background-color:#fff;
}


