/* CSS Document center content */
.paging{
   padding-bottom:5px;
   padding-top:5px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:normal;
   color: #000000;
   }
.paging A:link{color: #000000; text-decoration:none;font-size:14px;}
.paging A:active{color: #000000; text-decoration:none;font-size:14px;}
.paging A:hover{color: #000000; text-decoration:none;font-size:14px;}
.paging A:visited{color: #000000; text-decoration:none;font-size:14px;}

.row1{
   background-color:#eff3f4;
   height:40px;
   }
.row1 a:link{color: #000000; text-decoration:none;}
.row1 a:active{color: #000000; text-decoration:none;}
.row1 a:hover{color: #000000; text-decoration:none;}
.row1 a:visited{color: #000000; text-decoration:none;}

.row2{
   background-color:#ffffff;
   height:40px;
   }
.row2 a:link{color: #000000; text-decoration:none;}
.row2 a:active{color: #000000; text-decoration:none;}
.row2 a:hover{color: #000000; text-decoration:none;}
.row2 a:visited{color: #000000; text-decoration:none;}

.navinfo{
   background-image:url(../img/nav.gif);
   background-repeat:no-repeat;
   padding-bottom:2px;
   padding-top:2px;
   padding-left:30px;
   border-bottom:1px solid #cccccc;
   border-top:1px solid #cccccc;
   height:35px;
   }
.navinfo a:link{color: #000000; text-decoration:underline;}
.navinfo a:active{color: #000000; text-decoration:underline;}
.navinfo a:hover{color: #000000; text-decoration:underline;}
.navinfo a:visited{color: #000000; text-decoration:underline;}

.tablecontent{
   width:815px;
   margin-left:17px;
   }
.desc{
   padding-bottom:5px;
   padding-top:7px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   }
.content{
   background-color:#eff3f4;
   padding:10px;
   }
   
.error{
    color:#990000;
	}
fieldset{padding:10px;}