/* general styles applied to main HTML elements */
/* this file has been sanitized for your protection */
* 
{
  margin: 0; 
  padding: 0;
}
body 
{
	background-color:#FFFFFF; 
	color: #000; 
	font-family: Arial, helvetica, Sans-Serif; 
  padding: 0 0 20px 0;
	text-align: center;

}
html 
{
  margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
}
h1 {
padding: 0 0 0 10px; 
margin: 0 0 0 0;

}
h2 {
	color: #0066cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: 0px;
	text-decoration: none
}
h3 {
	margin-bottom: 3px;	
	color: #007ac3;
	font-weight: normal;
}

h4{
	margin-bottom: 0px;
	margin-top: 0px;
}
/*
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: .75em; 
}

a:link 
{
  color: #0066cc;
}
a:visited 
{
  color: #0066cc;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
}
a:active 
{
  color: #0066cc;
}
hr 
{
  clear: both; 
  color: #cbcbcb;
  height: 1px;
}
/*
li
{
  color:#000;
  font-size: .8em;

}*/
dt
{
  color:#000;
  font-size: .8em;
  font-weight:bold;
}
dd
{
  color:#000;
  font-size: .8em;
  padding-bottom: 1em;
  text-indent: 0;
  display: block;
 }
 /*
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
}

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;	
	} */
