/* general styles applied to main HTML elements */
/* this file has been sanitized for your protection */
body 
{
	background-color:#E4E4CD; 
	color: #000; 
	font-family: Arial, helvetica, arial, Sans-Serif; 
  padding: 0 0 0 0;
	text-align: center;
}
html 
{
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
}
h1 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none
}
h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	text-decoration: none
}
h3 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 0px;	
	text-decoration: none
}
h4{
	color: #333;	
	font-size: .75em;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: none
}
h5 
{
	color: #333;
	font-size: .75em;
	font-weight:bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	text-decoration: none
}
p {
	color:#000;
	font-size: .8em; 
	margin-top: 0px; 
}
a:link 
{
    text-decoration:none;     

}
a:visited 
{
    text-decoration:none
}
a:hover {
  text-decoration:underline
}
a:active 
{
  text-decoration: underline
}
hr 
{
  clear: both; 
}
li
{
  color:#000;
  font-size: .8em;

}
dt
{
  color:#000;
  font-size: .8em;
  font-weight:bold;
}
dd
{
  color:#000;
  font-size: .8em;
  margin-left: 3em;
  padding-bottom: 1em;
 }
form 
{
  height:0px;
  page-break-before:left;  
  clear: none;
  margin: 0 0 3px 0;
}
select {
  background-color: #FFF;
  color: #000;
  font: .95em Arial, Helvetica, Sans-Serif
}
submit 
{  
  font: .8em Verdana, Arial, Helvetica, Sans-Serif;
}
img{
	border: 0;	
}
input 
	{
	font-family:  Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
/* klc - the orginal fieldset and legend styles below were not being used, so I replaced with these that are used on Finishedplan.aspx */
fieldset
{
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 15px;  
}
legend
{
  color:#000066;
  font-weight: bold;
  font-family:Arial, helvetica, Sans-Serif;
  padding-left: 5px;
  padding-right: 10px;
}
.disclaimer
	{
	font-size: 0.6em;	
	}
