body{
padding: 0px;
margin: 3px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

fieldset{
border: 1px solid #ddd;
padding: 15px;
}

a:link{
text-decoration: none;
color: #003399;
}

a:visited{
text-decoration: none;
color: #003399;
}

a:hover{
text-decoration: underline;
}

#airlock{
width: 1000px;
}

#header{
background: #2356a9 url("img/gradient.jpg") repeat-y top left;
height: 100px;
}

#header h1{
padding: 0px;
margin: 0px;
background: url("img/logo.jpg") no-repeat top left;
text-indent: -3000px;
height: 110px;

}


#header h2{
padding: 0px;
margin: 0px;
display: none;
}

#lining{
background: url("img/lining_gradient.jpg") repeat-x top left;
height: 10px;
display: block;
}

#lining hr{
display: none;
}

#breadcrumb{
margin: 8px;
font-size: 11px;
}


#nav{
float: left;
border: 1px solid #333;
color: #0b2ea2;
font-weight: bold;
width: 175px;
margin: 10px 0 0 0;
}


#nav a{
display: block;
padding: 8px;
text-decoration: none;
color: #003399;

}

#nav a:visited{
text-decoration: none;
}

#nav a:hover{
text-decoration: underline;
color: #fff;
background-color: #2793f5;
}

#nav .on{
padding-right: 25px;
color: #fff;
background: #011576 url("img/arrow.jpg") no-repeat 155px;
}

#nav .on:hover{
color: #fff;
background: #011576 url ("img/arrow_up.jpg") no-repeat 155px;
}

#nav .now{
background: #e9eff3 url("img/now_arrow.jpg") no-repeat 2px;
padding-left: 15px;
}

#nav .now:hover{
background: #e9eff3 url("img/now_arrow.jpg") no-repeat 2px;
padding-left: 15px;
color: #003399;
}


#nav .home{
padding-right: 25px;
background: #fff url("img/home.jpg") no-repeat 155px;
}

#nav .home:hover{
color: #fff;
background-color: #011576 ;
}

#first{
list-style-type: none;
margin: 0px;
padding: 0px;
}

#nav li{
border-bottom: 1px solid #eee;
padding: 0px;
}

#second{
list-style-type: none;
padding: 0px;
margin: 0px;
}

#second li{
padding: 0px;
margin: 0px;
}

#second li a{
padding: 8px 8px 8px 15px;
margin: 0px;
}

#content{
margin: 10px 0 0 185px;
line-height: 18px;
}

#pgtitle{
border-bottom: 1px solid #333;
color: #011a7b;
}




#footer{
clear:both;
font-size: 10px;
background: url("img/lining_gradient.jpg") repeat-x top left;
padding: 3px;
display: block;
margin-top: 20px;
color:#fff;
}



#report h1{
font-size: 18px;
}

#report h2{
background: #eee;
padding: 3px;
border-bottom: 1px solid #ddd;
margin-top: 40px;
font-size: 15px;
}

#report h3{
font-size: 14px;
border-bottom: 1px solid #ddd;
}

#report blockquote{
background: #eee;
padding: 10px;
border: 1px solid #333;
}

#report table{
margin: 20px 0px 20px 0px;
}

table{
border-collapse: collapse;
}


h4{
font-size: 15px;
background-color: #eee;
border-bottom: 1px solid #ccc;
padding: 5px;
}

h5{
font-size: 12px;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
}

blockquote{
background: #eee;
padding: 10px;
border: 1px solid #333;
}

dl{
border-bottom: 1px solid #ddd;
margin: -20px 0 0 0;
padding: 10px;
background-color: #F5F5F5;
font-weight: normal;
}

dl li{
font-weight: normal;
}

dt{
font-weight: bold;
}

