body {
        background-color: #DBDBF1;
        color: #000000;
	padding: 0px;
	margin: 0px;
	font-family: "Arial", "Times New Roman";
}

a:link, a:visited {
	color: #363692;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
        color: #363692;
        text-decoration: none;
}

th {
	background-color: #94B2D1;
}

td.wbs {
	background-color: #9999CC;
}

td.subtotal-left {
	border-top: solid black;
	border-left: solid black;
	border-bottom: solid black;
}

td.subtotal-middle {
	border-top: solid black;
	border-bottom: solid black;
}

td.subtotal-right {
	border-top: solid black;
	border-right: solid black;
	border-bottom: solid black;
}

td.even {
	background-color: #CCCCCC;
}

td.odd {
	background-color: #DDDDDD;
}

td.money {
	text-align: ".";
}
td.money:before {
	content: "$";
}

.error {
        background-color: #EEEED1;
        color: #FF0000;
}

.blank {
        background-color: #EEEED1;
        color: #EEEED1;
}


td.header {
        text-align: center;
}


td.banner {
        background: #363692;
        color: #000000;
}


td.date {
        text-align: right;
        background: #363692;
        color: #ffffff;
}

td.username {
        text-align: left;
        background: #363692;
        color: #ffffff;
}

td.menu {
        background-color: #9595d7;
        color: #363692;
        text-align: left;
}

td.content {
	text-align: left;
}
