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: 12px;
	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;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: black;
	background: white;
	text-align: center;
}
h2 {
	font-size: 12px;
	color: black;
	background: white;
	font-weight: bold;
}
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-weight: bold;
	font-size: 10px;
}
.tableBorder {
	border: #000000;
	border-style: solid solid solid solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color : #FFFFCC;
}

.menu {
	font-size: 10px;
	color: black;
	background: white;
}
.nav {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
