﻿/* Page Styles */
body {
    background: white;
    overflow: auto; 
}

#container { }

/* Header Styles */
#header { display: none; }
/* End Header Styles */

/* Content Section Styles */
#mainSection { }

/* Left Menu Styles */
#leftnav { display: none; }
/* End Left Menu Styles */

/* Content Display Styles */
#contentMain { font: 12pt Arial, Helvetica, 'Times New Roman', Times, serif; }

.ContentHeaderBar1 { display: none; }

.ContentHeaderBar2 { display: none; }

.ODEContentTitle {
	font: bold 1.2em Arial, Helvetica, 'Times New Roman', Times, serif;
	line-height: 1.35;
	text-align:left;
	text-decoration: none;
	padding: 10px 0px 0px 0px; 
}

.ODEContentBody { }

.ODEContentBody p { line-height: 1.35; }

.ODEContentBody a { line-height: 1.35; }

.ODELastModified {
	color: #999999;
	font-size: 10px;
	padding: 0px;
}
/* End Content Display Styles */

/* Footer Styles */
#footer { display: none; }
/* End Footer Styles */

/* Headers*/
h1 {
    font: normal 140% Georgia, "Times New Roman", Times, serif; 
    margin: 7px 0 0 19px;
}
	
h2 {
    font: normal 140% Georgia, "Times New Roman", Times, serif; 
    line-height: 125%; 
    margin: 0 0 10px 0; 
}
	
h3 { 
    font: normal 130% Georgia, "Times New Roman", Times, serif; 
    line-height: 115%; 
    margin: 10px 0; 
}
	
h4 {
    font: bold 100% Arial, Helvetica, Verdana, sans-serif; 
    margin: 10px 0; 
}
/* End Headers*/

/* Lists */	
ul li {	list-style-type: disc; }	

ul ul li { list-style-type: circle; }	

ul ul ul li	{ list-style-type: square; }	
	
ul ul ul ul li { list-style-type: None; }		
	
ol li {	list-style-type: decimal; }	

ol ol li { list-style-type: lower-alpha; }	

ol ol ol li	{ list-style-type: lower-roman; }	
/* End Lists */

/* Generic Links */
a, 
a:link, 
a:visited, 
a:active, 
a:hover {
	text-decoration: underline;
	color: #989A9C;   
}	

a:hover { text-decoration: none; }
/* End Generic Links */
