body {
	margin:0;
	padding:0;
}

body, table, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

.tdline {
	border-bottom: 1px solid #A0B9D8;
}
/* CSS Document */

.border {
	border: solid #8CBBCC 1px;
	padding: 5px;
}

.header {	
	background: #336699 url(images/header.jpg) no-repeat;
	height: 100px;	
}

.hd-bg {
	background: url(images/bar.gif) repeat-x;
	height: 23px;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

.hd-org {
	background: url(images/bar-org.gif) repeat-x;
	height: 23px;
	vertical-align: top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

.bdrimg {
	border: 1px solid #000000;
	padding: 5px;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}

.title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #333333;
}

.subtitle {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
	color: #333333;
}

.content {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}

.submenu {	
	text-decoration: none;
	font-weight:bold;
	font-family: arial;
	font-size: 11px;
	color: #333333;	
	text-align: left;
}

.submenu:hover {
	text-decoration: underline;
}

.a {
	text-decoration: none;
	font-weight:bold;
	font-family: arial;
	font-size: 13px;
	color: #FFFFFF;
}
.a:hover {
	text-decoration: underline;
}

body {
	margin:0;
	padding:0;
	font: 11px arial;
}

h2 {
	font: bold 12px arial;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.public {	
	position: absolute;
	top: 20px;
	right: 200px;
	color: #FFFFFF;
}

.pb {
	text-decoration: none;
	font-weight:bold;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}

.pb:hover {
	text-decoration: underline;
}

.pvt {	
	position: absolute;
	top: 20px;
	right: 150px;
	color: #999999;
}

.pv {
	text-decoration: none;
	font-weight:bold;
	font-family: arial;
	font-size: 11px;
	color: #999999;
}

.pv:hover {
	text-decoration: underline;
}

/* main bar menu */

    #tabsH {
      float:left;
      width:100%;
      /*background:#e9f4ff;*/
      font-size:11px;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:5px 10px 0 5px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFFFFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }
	  
/* end main bar menu */