@charset "utf-8";
/* CSS Document */
body{
	background:url(../img/bg.gif) repeat;
	font:normal 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0;
	}
h3, p, li {
	color:#666666;
	font-weight:normal;
	font-size:12px;
	line-height:14px;
	}
ul{
	list-style:none;
	}
li{
	background:url(../img/circulo.gif) 5px 5px no-repeat;
	padding:0 0 0 15px;
	}
	
#main{
	width:796px;
	background-color:#FFFFFF;
	margin:0 auto;
	}
#content{
	margin:10px 0 10px 0;
	padding:5px 20px 5px 20px;
	width:756px;
	clear:both;
	}
#footer{
	margin:10px 0 10px 0;
	padding:5px 0 10px 0;
	clear:both;
	text-align:center;
	}
   #main #tabs1 {
      float:left;
     /* width:100%;*/
	 width:796px;
	background:#FFFFFF;
		font:bold Verdana, Arial, Helvetica, sans-serif;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #BCD2E6;
      }
    #main #tabs1 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #main #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
   #main #tabs1 a {
      float:left;
      background:url("../img/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #main #tabs1 a span {
      float:left;
      display:block;
      background:url("../img/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #main #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #main #tabs a:hover span {
      color:#627EB7;
      }
    #main #tabs1 a:hover {
      background-position:0% -42px;
      }
    #main #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #main #tabs1 #current a {
              background-position:0% -42px;
      }
      #main #tabs1 #current a span {
              background-position:100% -42px;
      }

.msg{
	border:solid 1px #333333;
	background-color:#CCCCCC;
	color:#FFFFFF;
	padding:15px;
	margin-bottom:20px;
	}
	
table td{
	border-bottom:solid 1px #333333;
	}
table th{
	background-color:#CCCCCC;
	border-bottom:solid 1px #333333;
	}
table{
	margin-bottom:20px;
	border-left:solid 1px #333333;
	border-top:solid 1px #333333;
	border-right:solid 1px #333333;

	}
