/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif; }

a { color: #993300; text-decoration: underline; }
a:hover { color: #993300; text-decoration: underline; }
a:visited { color: #993300; text-decoration: underline; }
a:visited:hover { color: #993300; text-decoration: underline; }

.table-borders {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #333333;
}
.table-top {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #000000;
}
.table-bottom {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.td-border-RB {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.td-border-LT {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}
.td-border-R {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.td-border-B {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.td-border-Tsolid-Bdotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}

