body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

body, td, font, p, input, select, textarea, a {
	font-family:	Verdana, Arial, Helvetica;
	font-size:		11px;
}

p {
	text-indent: 15px;
	margin: 0px 0px 10px;
}

form {
	padding: 0px;
	margin: 0px;
}

button, .b {
	cursor:pointer;
	cursor:hand;
	font-weight: bold;
}

.handed, label{
	cursor:pointer;
	cursor:hand;
}

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
}

#maindoc{
	position: relative;
	width: 996px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	position: relative;
	width: 100%;
	height: 194px;
    z-index: 999;
}
#header2{
    position: absolute;
	left:0px;
	top:0px;
    width: 100%;
    height: 194px;
    background: url('/design/img/logo.jpg') no-repeat center;
    z-index: 1000;
}
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
    background: url(/design/img/logo.png) no-repeat;
	cursor: pointer;
    height: 86px;
    width: 221px;
    z-index: 1001;
}

* html #logo_img{
    width: 221px;
    height: 86px;
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/design/img/logo.png', sizingMethod='');
}

#top_title{
	position: absolute;
	left: 50px;
	bottom: 5px;
	font-size: 9px;
	color: #999999;
    z-index: 999;
}
#top_title a{
    text-decoration: none;
	font-size: 9px;
	color: #999999;
}

#footer {
    position: relative;
    width: 100%;
    background-color: #dbe0e3;
    height: 35px;
}
#footer_title{
	position: absolute;
    left: 21px;
    top: 10px;
	font-size: 11px;
	color: #777777;
}
#footer_right{
	position: absolute;
    right: 21px;
    top: 10px;    
}

.error{
    color: red;
    font-weight: bold;
}
#content{
    border: 1px solid #abb5bb;
    padding: 14px;
}

#navcol_pad{
    width: 250px;
    background-color: #8d99ad;
    vertical-align: top;
}
#navcol_space{
    width: 14px;
}

#data{
    text-align: left;
    vertical-align: top;
}

.catTitle, .catTitle2, .catTitle3{
    padding: 0;
    margin: 0;
}

.catTitle{
    color: #b76c01;
    font-weight: bold;
    font-size: 21px;
}

.catTitle2{
    color: #395d96;
    font-weight: bold;
    font-size: 14px;
}

.catTitle3{
    color: #395d96;
    font-weight: bold;
    font-size: 21px;
}

.navFastNav{
    font-size: 9px;
    color: #999999;
}
.navActive{
    color: #b76c01;
}
.navHref{
    font-size: 11px;
}

.letterNavPad{
    color: #FFFFFF;
    background-color: #8d99ad;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}
.letterNavPad a{
    color: #FFFFFF;
}
.letterNavPad .letterNavSel{
    color: #ffcd76; /*b76c01;*/
    text-decoration: underline;
}

.linkU{
    text-decoration: underline;
}

.btn_1{
    background: url(/design/img/btn_1.png) no-repeat center center;
    width: 99px;
    height: 22px;
}

#loadingDiv{
    position: absolute;
    width  :310px;
    height :140px;
    background: url(/design/img/indicator2.gif) no-repeat center center;
    background-color:#000000;
    display:none;
    z-index: 19999;
}
#top_greet{
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: left;
}
#navBtnPad{
    background-color: #dbe0e3;
    height: 31px;
}
.navBtnActive, .navBtnInactive{
    float: left;
    width: 150px;
    height: 31px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
    margin-right: 2px;
}
.navBtnActive{
    background: url(/design/img/btn_act.jpg) repeat-x;
}
.navBtnInactive{
    background: url(/design/img/btn_inact.jpg) repeat-x;
}
.spacer3{
    height: 3px;
}
.spacer8{
    height: 8px;
}

.tableBorder{
    background-color: #8d99ad;
}
.tableRowD{
    background-color: #ffffff;
}
.tableRowA{
    background-color: #f2f2f2;
}
.tableHeadRow{
    font-weight: bold;
    background-color: #999999;
    color: #FFFFFF;
}

.tableRowD a, .tableRowA a{
    text-decoration: underline;
}

.panprepad{
    float: left;
    width: 176px;
    height: 122px;
    border: 1px solid #999999;
    margin-right: 8px;
    margin-bottom: 8px;
}
.panpreimg{
    width: 176px;
    height: 88px;
    cursor: pointer;
}
.panptetitle{
    color: #000000;
}
.ahover:hover{
    text-decoration: underline;
}
.pan_title{
    color: #3399ff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}
.pan_descr{
    padding: 10px;
    background-color: #e9f6ff;
    text-align: left;
}
h1{
    padding: 0;
    margin: 0;
}