.greenline {
	width: 5px;
	background-color: #006633;
}
.greenline2 {
	height: 5px;
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: center;
}
body {
	background-color: #FFFFCC;
}
.menu {
	width: 150px;
	font-size: 0.8em;
}
h1 {
	font-size: 1.75em;
	color: #B72B00;
}
.subheading {
	font-size: .8em;
}
a:link {
	color: #993300;
}
a:visited {
	color: #003366;
}
div.sample_attach, a.sample_attach {
  width: 125px;
  border: 1px solid black;
  background: #FFFFCC;
  padding: 0px 5px;
  color: #006633;
  font-weight: bold;
}
a.sample_attach {
  display: block;
  border-bottom: none;
  text-decoration: none;
}
.menu_child {
	position: absolute; 
	visibility: hidden;
}
.alpha {
	list-style-type: upper-alpha;
}
.question {
	font-weight: bold;
}
.loweralpha {
	list-style-type: lower-alpha;
}

.arrow {
	list-style-image: url(images/arrow.gif);
}
.bullet {
	list-style-image: url(images/bullet.gif);
}
.check {
	list-style-image: url(images/check.gif);
}
.standout {
	font-weight: bold;
}
.projstatus {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}
.emphasis {
	font-style: italic;
}
.h2 {
	font-size: 1.25em;
	color: #006633;
	font-weight: bold;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #006633;
}
h3 {
	font-weight: bold;
	color: #006633;
}
.footer {
	font-size: .8em;
}
.caption {
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
