html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:active {
	color: #333333;
}
.outsideBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 100%;
	width: 760px;
}
.topBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.rightDoubleBorder {
	background-attachment: fixed;
	background-image: url(../img/double_line_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.leftDoubleBorder {
	background-attachment: fixed;
	background-image: url(../img/double_line_left.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.tipColumn {
	border: 1px solid #999999;
}
.table100High {
	height: 100%;
}

