@charset "utf-8";

h1 {
	font-size: 150%;
}

#flashPiece {
	width: 200px;
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid #3f3f3f;
	display: block;
}

#flashPiece #certfab {
	margin-top: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#leadingLtr {
	font-size: 150%;
}

#mainContent a{
	color: #990000;
	text-decoration: none;
}

#mainContent a:link{
	color: #990000;
	text-decoration: none;
}

#mainContent a:visited{
	color: #990000;
	text-decoration: none;
}

#mainContent a:hover{
	color: #3f3f3f;
	background-color: #990000;
	text-decoration: underline;
	background-color: #eeede6;
}

#ltContent {
	background-color: #D5D2C1;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#tableWrapper {
	width: 388px;
	margin-left: 16px;
	overflow: visible;
}

#tableWrapper td.bottomLine {
	border-bottom: solid 1px #666666;
}

#tableWrapper .topPad {
	padding-top: 8px;
}

#definition {	
  font-size: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	color: #666666;
}

#instPad {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 8px;
	background-color: #D8D6C5;
	color: #333333;
	text-align: justify;
	border: 2px solid #666666;
}

