body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
a.h1 {
	font-size: 16px;
}
a:link {
	color: blue;
	background: transparent;
}
a:visited {
	color: purple;
	background: transparent;
}
a:active, a:hover {
	color: red;
	background: transparent;
}
a.menu:hover {
	color: black;
	background: #FFCC55;
}
a.menubold:hover {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: black;
	background: #FFCC55;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
h1 {
	font-size: 16px;
	color: black;
	background: white;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #FF9900;
	background: white;
	font-weight: bold;
	font-style: italic;
}
h3 {
	font-size: 12px;
	color: purple;
	background: white;
}
h4 {
	font-size: 12px;
	color: red;
	background: white;
}
h5 {
	font-size: 12px;
	color: black;
	background: white;
}
h6 {
	font-size: 10px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.small {
	font-size: 10px;
}
.smclr {
	font-size: 10px;
	background: transparent;
}
.smbd {
	font-size: 10px;
	font-weight: bold;
}
.inv {
	color: white;
	background: black;
	font-size: 10px;
}
.tableBorder {
	border: 1px solid black;
	background-color: #FFFFCC;
}
.menu {
	font-size: 10px;
	color: black;
	background: white;
}
.menubold {
	font-size: 10px;
	color: black;
	background: white;
	font-weight: bold;
	font-style: italic;
}
.nav {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
table.highlight {
	border: none;
	border-collapse: collapse;
	background: #FFFFCC;
}
thead.highlight {
	background: #E29E00;
}
tr.r1 {
	background: #FFFFCC;
}
tr.r2 {
	background: #FFFF99;
}
.date {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color : #6600CC;
}
.norm {
    font-size: 12px;
}
.sideTable {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    background: #FFFFCC;
    width: 160px;
}
td.sideTable {
    border: 0px solid black;
    border-spacing: 0px;
    padding: 0px;
    background: black;
    width: 160px;
}
