body 
	{ 
	background: F9F9F9;
	color: black;
	}

/*a:active                   
	{                  
	color: #993400;              
	}

A:hover
	 {
	text-decoration : none;
	}
                 
a:link                   
	{                  
	color: #993400;              
	}  
               
a:visited                  
	{                  
	color: #993400;              
	}   */
                 
big 
	{ 
	font-size: 120%; 
	}

em 
	{ 
	font-style: italic; 
	}

h1, h2, h3, h4, h5, h6
	{
	font-style: normal;
	font-weight: bold;
	}

h1, h2
	{ 
	font-size : 145%;
	font-weight: 600;
	line-height: 15pt;
	color: #666666;
	}

h3 
	{ 
	font-size : 125%;
	line-height: 14pt;
	color: #666666;
	}

h4 
	{ 
	font-size : 110%; 
	line-height: 13pt;
	color: #CC9900;
	}

h5
	{ 
	font-size : 100%; 
	line-height: 12pt;
	color: #CC9900;
	}

h6 
	{ 
	font-size : 90%; 
	line-height: 11pt;
	color: #CC9900;
	}

ol, p, th, ul,  
	{ 
	line-height: 13pt; 
	margin-top: 0px;
	}




h1.initial, h2.initial, h3.initial, h4.initial, h5.initial, h6.initial 
	{ 
	margin-top : 0px; 
	}

.footerCopyrightText
	{
	font-size: 11px; 
	text-align: center;
	color: #898B8C;
	text-decoration:underline;
	}

p.initial
	{
	color: green;
	font-style: italic; 
	}

p.smallText
	{ 
	font-size: 80%;
	}

span.highlighted 
	{ 
	background-color: yellow; 
	}


td.margin
	{
	padding-left:20px;
	}
li
	{  
	list-style-image: url(./images/bullet2.gif);
	line-height:22px;
						}
a
{
	color:#0C3C96;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}