td.blackTop {
	border-left: medium none; 
	border-right: medium none;
	border-bottom: medium none;
	border-top: 2px solid rgb(0,0,0);
}

td.blackBottom {
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	border-bottom: 2px solid rgb(0,0,0);
}

td.redBottom {
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	border-bottom: 2px solid rgb(255,0,0);
}

td.sheet {
	border-left: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(0,0,0);
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
}

th {
	font-weight: bold;
}

body {
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: normal;
	color: #000000;
}

.red {
	color: #FF0000;
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

.small {
	font-size: 12px;
}

.smallest {
	font-size: 9px;
}

.medium {
	font-size: 14px;
}

.general {
	font-size: 12px;
}

.fav_quote {
	font-size: 12px;
	font-style: italic;
	padding-left: 15px;
}

a {
	text-decoration: none;
}

a:link {
	color: #FF0000;
}

a:visited {
	color: #AA0000;
}

a:hover {
	color: #000000;
}

table.bordered {
	border: solid 1px black;
}

table {
	border: none;
}

table.border {
	border: solid 0px black;
}

table.menu {
	border: none;
	font-size:12px;
}

td {
	border: none;
	font-size:12px
}
td.head {
	border: solid 0px black;
	background: #EEEEEE;
	padding-left: 8px;
	font-weight: bold;
	font-size:12px;
}
td.info {
	border: solid 0px black;
	background: white;
	padding: 8px;
	font-size:12px;
}
td.body {
	border: solid 0px black;
	background: white;
	padding: 8px;
	font-size:12px;
}
td.menu {
	border: none;
}
td.error {
	border: solid 1px black;
	background: #EEEEEE;
	padding: 8px;
}


h1 {
	font-family: helvetic,arial,sans-serif;
	font-weight: bold;
	font-size: large;
}

a.menu {
	color: white;
}
a.bold {
	font-style: bold;
	font-weight: bold;
}

a.italic {
	font-style: italic;
}

.italic {
	font-style: italic;
}

.bold {
	font-style: normal;
	font-weight: bold;
}

.normal {
	font-family: helvetica,arial,sans-serif;
	font-style: normal;
	font-weight: normal;
}