body {
	background-color: white;
}
a {
	text-decoration: underline;
	color : blue;
}
a.primary {
    font-size: 10;
	text-decoration: none;
	color: Black;
}
a.primaryOn {
    font-size: 10;
	text-decoration: none;
	color: Black;
	font-weight : bold;
}
a.secondary {
    font-size: 10;
	text-decoration: none;
	color: Black;
}
a.secondaryOn {
  font-size: 10;
	text-decoration: none;
	color: #339966;
}
p, div, td, p.red, div.answer{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10;
	line-height: 14px;
}
p.red {
	color: #CC0000;
}
p.heading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14;
	font-weight: bold;
	color: #339966;
}
div.subheading {
	font-weight: bold;
	color: #666666;
}
table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
table.maintable {
	width: 640px;
}
td.fullwidth {
	width: 100%;
}
td.primarynav {
	width: 100%;
	background-color: #EEEEEE;
}
td.navspacer {
	height: 10px;
	background-color: #66CC99;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.navtopborder, td.navbottomborder {
	background-color: #999999;
	height: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td.background {
   background-image : url(../images/contentbg2.jpg);
   padding: 15px;
}
td.content {
	background-image : url(../images/contentbg2.jpg);
	width: 438px;
	padding: 15px;
	border-width: 0px 1px 1px 1px;
  border-color: #cccccc;
  border-style: solid;
	vertical-align : top;
}
td.required, td.bold, div.question {
  font-weight: bold;
}
td.missing {
  font-weight: bold;
  color: #FF0000;
}
img, img.navpic {
	border: 0px none;
}
img.navpic {
	width : 200px;
}
img.arrow {
	vertical-align : middle;
	width: 9px;
	height: 8px;
}
input.green {
	color: #006633;
}
