/*
	CSS Document
	Specific text styles have been placed at the bottom so they can be created once and called through the global stylesheet call
*/
body {
	background-color: #E6E6E6;
	margin: 0px;
	font-size: 12px;
}
* {
	font-family:Arial, Helvetica, sans-serif;
}
.sides {
  background-image: url(../images/bg_sides.gif);
  background-repeat: repeat-y;
}
a:link {
	color: #669900;
	text-decoration: underline;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #669900;
	text-decoration: underline;
}
a.one:link {
	color: #669900;
	text-decoration: underline;
	font-size: 10px;
}
a.one:visited {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}
a.one:hover {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.one:active {
	color: #669900;
	text-decoration: underline;
	font-size: 10px;
}
h2 {
	font-size: 20px;
	font-weight: strong;
	color: #669900;
}
.footer {
	font-size: 11px;
	color: #000000;
}
.footer a {
	font-style: italic;
}
.box {
	border: thin solid #999999;
}
#r {
	text-decoration:none;
	font-size: xx-small;
}

.style2 {
	font-size: 11;
	color: #000000;
}
.style2 em {
	color: #000000;
}
.style3 {
  font-size: 14px;
  color: #669900;
}
.style4 {
  font-style: italic;
}
.style6 {
  font-size: 14px;
  color: #669900;
}
.style7 {
	color: #669900;
}
.quiz_subhead {
	font-size:11px;
	font-style:italic;
}
p.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: disc;
}
#bulletList li {
	margin-top: 0px;
	padding-left: 0px;
}