@charset "utf-8";
.greenback {
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.onewhite {
	background-color: #FFFFFF;
	height: 1px;
}
.tab {
	background-color: #FFFFFF;
	background-image: url(images/tab.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
	text-indent: 12px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 24px;
}
.greybox {
	border: 1px solid #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	padding-left: 11px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.greyboxnpad {
	border: 1px solid #f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
}
.greydots {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
