body {
    background:#fff none repeat scroll 0%;
    font-family:"Segoe UI",Verdana,sans-serif;
    font-size:0.85em;
    line-height:1.5em;
    text-align:center;
    margin: 0;
    padding:0;
}

form {
    margin:0pt;
    padding:0pt;
}

IMG {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"georgia",serif;
}

h1 { 
  font-size: 24px; 
  line-height: 36px;
  margin-bottom: 18px; 
}
h2 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px; 
  line-height: 18px; 
}

P {
margin-bottom: 18px;
}

.callout {
background:#fff none repeat scroll 0%;
border:1px solid #DDDDDD;
color:#A39C8D;
font-size:11px;
margin-bottom:18px;
padding:8px 10px;
}
.callout *:last-child {
margin-bottom:0pt;
}
.left {
float:left;
margin:0pt 18px 18px 0pt;
}

.right {
float:right;
margin:0pt 0 18px 18pt;
}


/* breadcrumb
------------------------------ */
#breadcrumb {
    line-height:120%;
    font-size:85%;
	border-bottom: 1px solid #000;
	height: 1.5em;
	padding: 0.5em;
	
	margin-bottom: 1em;
}
#breadcrumb .first {
    background-image:none;
    padding-left:0pt;
}

#breadcrumb li {
    background:transparent url(../imgs/pad.png) no-repeat scroll 5px 0.45em;
    color:#000000;
    float:left;
    margin:0pt;
    padding:0pt 0pt 0pt 14px;
    white-space:nowrap;
}


#breadcrumb p {
    position:absolute;
    top:-100em;
}
#breadcrumb ol {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0pt;
    padding:0pt;
}


#header img {
	float: left;
}


/* search
------------------------------ */
#search {
    font-family:sans-serif;
    margin:0pt;
    padding:0em 0pt 0pt;
}



#further_reading {
    margin-top: 20px;    
}
#further_reading h5 {
    margin-bottom: 0.5em;
}

dl.x1 dt{
	font-weight: bold;
}


.tbl thead {
    background-color: #ccc;
    text-align: center;
}
.tbl {
    border: 1px solid #000;
}

.red {
    font-color: red;   
}


code em  {
    text-decoration: nonde;
    background-color: #ccc;
    font-style: normal;
}

code {
    background-color:#EEEEEE;
    border:1px dashed #999999;
    display:block;
    margin-bottom:1em;
    padding:10px;
}

p.note code {
    border: 0;
    background-color: transparent;
    padding:0;
    margin-top: 1em;
}

pre {
display:inline;
}

p.note {
    margin: 1em 0 1em 200px;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    text-align: right;
    padding: 3px;
    font-size: 90%;
}



.navLinks {
    text-align: left;
    background-color: #eee;
    height:40px;
    margin-top: 25px;
}
.navLinks ul {
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
    padding: 0;
    margin:10px 0pt;
    margin-bottom: 10px;
}

.navLinks li {
    line-height:145%;
    margin: 0;
    margin-top:10px;
}

.navLinks li.prev {
    background:transparent url(../imgs/btn_prev.png) no-repeat scroll 0pt 3px;
    padding:0px 10px 2px 20px;
    float: left;
}

.navLinks li.next {
    background:transparent url(../imgs/btn_next.png) no-repeat scroll 100% 3px;
    /*border-left:1px solid #CCCCCC; */
    padding:0px 20px 2px 10px;
    float:right; 
}

.navLinks a {
    text-decoration: underline;
    color: #000;
}
