.bottom-menu {
        color: #666666;
        text-align: center;
        padding-top: 2px;
        padding-bottom: 4px;
        font-size: 13px;
}

.bottom-menu a {
        color: #333333;
        text-decoration: none;
}

.bottom-menu a:hover {
        color: #BDC7EA;
        text-decoration: underline;
}
.bottom-menu-url {
        color: #111666;
        text-align: left;
        padding-top: 2px;
        padding-bottom: 4px;
        font-size: 13px;
}

.bottom-menu-url a {
        color: #6ea333;
        text-decoration: none;
        font-size: 16px;
}

.bottom-menu-url a:hover {
        color: #9EADE0;
        text-decoration: underline;
}
table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;

}
td.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
	border-collapse: separate;

}