BODY {
	background: #FFFFFF;
	font-family: Arial, Helvetica, helv, sans-serif;
}

H1 { 
	color: #330099;
	font-size: 190%;

}
.pclabel {
    font-size: 10pt;
    font-weight: bold;
}


.welcome {
	color: #330099;
	font-weight: bold;
	font-style: italic;
	font-size: 150%;
}

.navy { color: #330099; }

.panelname {
	color: #048080;	
	font-style: italic; 
	font-weight: bold;
	font-family: Arial, Helvetica, helv, sans-serif; 
}


H2  { 
	color: #3399CC;
	font-size: 110%; 
	font-weight: bold;
	font-family: Arial, Helvetica, helv, sans-serif;
}

H3  { 
	color: 048080;
	font-size: 105%; 
	font-weight: bold;
	font-family: Arial, Helvetica, helv, sans-serif;
}

.errmsg {
	color: red;
	font-weight: bold;
}

.heading { 
	color: 048080;
	font-size: 105%; 
	font-style: italic; 
	font-weight: bold;
	font-family: Arial, Helvetica, helv, sans-serif;
}

.opening { 
	text-indent: -20%;
	margin-left: 10%;
	margin-right: 10%; 
        text-align: justify; 
}

.subsection {
	text-indent: 5%;
	margin-left: +5%;
	margin-right: +5%; 
	text-align: justify;
}

.indented {
	text-indent: 5%;
	margin-left: +5%;
	margin-right: +5%; 
}

.subsubsection {
	text-indent: +5%;
	margin-left: 5%;
	margin-right: 5%; 
	text-align: justify;
}


.section2 { 
	text-indent: 20%;
	margin-left: 10%;
	margin-right: 10%; 
}

.section3 { 
	text-indent: 10%;
}


.copyright {
	font-size: 75%;
	font-style: italic;	
}

.paddedItem {
	margin-top: 10px;
	margin-left: 0.25in;	
	margin-right: 0.25in;

}


.disclaimer {
	margin-top: 10px;
	margin-left: 0.25in;	
	margin-right: 0.25in;

}




.note {
	margin-left: +5em;
	margin-right: +5em; 
	font-size: 10pt;
		font-style: italic;	
	text-align: justify;
}
.code {
	margin-top: 10px; 
	margin-bottom: 20px;
	font-size: 80%;
	border-color: blue;
	margin-left: 5%;
	margin-right: 10%;
	white-space: pre;
	border-width: 1pt;
	font-family: monospace
}

.descript { margin-top: 5px;
	text-indent: 0;
	margin-left: 10%;
	margin-right: 20%;
	font-size: 80%;
	font-family: Courier, Verdana, Arial, Helvetica, helv, sans-serif }

.footer {
        font-style: italic;
        font-size: 70%;
        color: gray;
}
