@charset "utf-8";
/* CSS Document */

/* TOP LEVEL SELECTORS */
/*****************************************************************************/

body
{
  background: #fff;
  padding: 0;
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, form, input
{
  padding: 0;
  margin:  0 0 6px 0;
}

img
{
  border: none;
}

fieldset
{
  border: none;
	padding: 0;
	margin: 0;
}

legend
{
  display: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #999999;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	line-height: 0px;
	font-size: 1px;
}#navcell {
	width: 120px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}
#navcell a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcell a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
#footer {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
