/* CSS Document */

h1{
padding:10px;
top:20px;
height:80px;
background-color:#4072C4;
background-image:url(img/bg_sky.gif);
background-repeat:no-repeat;
background-position:bottom right;
font-size:16px;
line-height:20px;
color:white;
}


h2{
 width:700px;
 height:35px;
 padding: 10px 0 0 28px;
 background-image:url(img/bg_title.gif);
 background-repeat:no-repeat;
 font-size:14px;
 color:#4072C4;
 }
 
h2 span{
position:relative;
top:10px;
}
 
body{
 margin:0;
 padding:0;
 background-color:white;
 background-repeat:repeat-y;
 font-size:12px;
 color:black;
 }
 
 div.line{
 border:solid 1px #77B60A;
 width:400px; 
  }
 
 h3{
 margin:0;
 padding:5px 10px;
 background-color:#ACCB39;
 font-size:12px;
 color:white;
 }
 
 .text{
 padding:10px;
 background-color:white;
 }
 .text p{
 margin:0;
 font-size:12px; 
 }
 
.header{
width:720px;
text-align:right;
}

.header ul{
 margin:0;
 padding:5px 0;
 }
 
.header li{
 display:inline;
 list-style:none;
 margin:0;
 padding:0;
 }
 
.header a{
 padding:10px 0;
 line-height:12px;
 font-weight:bold;
 font-size:8pt;
 text-decoration:none;
 }
 
 /*.header a:link{
 color:#006699;
}*/

 .header a:visited{
 color:#4072C4;
}
 
.header a:hover{
 color: #699;
 position:relative;
 top:1px;
 left:1px;
}


 /*a{
 padding:10px 0;
 line-height:12px;
 font-weight:bold;
 font-size:8pt;
 text-decoration:none;
 }
 
 a:link{
 color:#4072C4;
 text-decoration:none;
 }*/

 a:visited{
 color:#4072C4;
 text-decoration:none;
 }
 
 a:hover{
 color:#FF0000;
 }
/* */


 .floatClear{
 clear:both;
 overflow:hidden;
 }
 
 .content{
 width:720px;
 margin:0 auto;
 /*background-image:url(img/bg_right.gif);
 background-repeat:repeat-y;:*/
 border:solid 1px #CCCCCC;
 border-top:none;
 }
 
 .footer{
 width:720px;
 padding:5px;
 border-top:solid 1px #CCCCCC;
 font-size:12px;
 color:#999999;
 text-align:center;
 }
  
 table{
 border-top:1px solid #699;
 border-left:1px solid #699;
 background: #fff;
 border-collapse:collapse;
 border-spacing:0;
 empty-cells:show;
 
 }
 html>body table{border-collapse:separate}
 
th{
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 }
  
td{
 border-right:1px solid #699;
 border-bottom:1px solid #699;
 }
 
 table.none{
 border:0;
 }
 
 th.none{
 border:0;
 }
 
 td.none{
 border:0;
 }
 
  .item{
 background-color:#ccccff;
  white-space:no;
  text-align: center; 
  }
 

div#topdigest {
	padding:10px;
	line-height:16px;
}
div#toppickup {
	padding:10px;
	line-height:16px;
}


