.whitelink {  text-decoration: none; color: #FFFFFF}
a:hover {  text-decoration: underline}
.bluelink { text-decoration: none; color: #0000FF}
.blacklink { text-decoration: none; color: #000000}
.blacklink2 {
text-decoration: none; color: #000000
}
.box {
	background-color: #FFFF00;
	height: auto;
	width: 100%;
	border: thin dotted;
}
.downloadbox {
	width: 100%;
	border: 1px dashed #006600;
	background-color: #D5FFD5;

}
.underline {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
}
.underline2 {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.dot-underline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.whitelink {
text-decoration: none; color: #FFFFFF
}
.dot-underlineside {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
