body{
    font-family: Arial;
}
a{
    color:  #228800;   
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    border: 0px;
}
table{
    text-align: center;
    width: 100%;
    padding: 0em;
    margin: 0em;
    
}
.header{
    border: 1px solid;
    font-size:  large;
    background-color: #DDDDDD;
    padding:          5px 5px 5px 5px;    
    height: 1.2em;
}
.footer{
    border: 1px solid;
    background-color: #DDDDDD;
    text-align: center; 
}
.title{
    font-weight: bold;   
}
.llink{
    text-align: left;
    font-size: small;
}
.clink{
    text-align: center;
    font-size: small;
}
.rlink{
    text-align: right;
    font-size: small;    
}
.nclink{
    margin-left: 35%;
    margin-right: 35%;
        color: #BBBBBB;
}
.nllink {
    text-align: left;
    font-size: small;
    color: #BBBBBB;
}
.nrlink {
    text-align: right;
    font-size: small;
    color: #BBBBBB;
}
li.itemNormal{
	list-style: disc; 
	font-weight: normal;
}
.itemContainer{
	list-style: none;	
	font-weight: normal;
}
a.minilink{
    font-size: small;
    color: #FF4444;   
    text-decoration: none;
}
.jargon{
    font-style: normal;
    color: #386fa8;
    font-weight: normal;
}
.appendixTerm{
    font-style: bold;
    font-family: courier;
    color: #365390;
    font-weight: normal;   
    font-size: 9pt;
    text-align: right;
}
.appendixDef{
    font-style: normal;
    font-family: courier;   
    font-size: 9pt;
    font-weight: normal;   
    text-align: left;
}
.versionText{
    font-size: xx-small;
}
.faqQuestion{
    font-weight: bold;   
}
.faqAnswer{
    font-weight: normal;   
    padding: 2px 0px 10px 0px
}
.console{
	text-align: center;
	font-family: monospace;
}
.hilite{
	font-weight: bold;
	color: red;
}
.versionTitle{
	text-decoration: underline;
}
.returnLink{
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 1em;
}
.returnLink a{
	font-size: 0.8em;
	color: #6D92DB;
}