td {
	font: 11px Verdana;
	color: navy
	}

.bigger {
	font: 12px Verdana;
	}

input, select, option {
	font: 13px none;
	}

.button {
	font: bold 11px  Verdana;
	height: 22px;
	position: relative;
	cursor: hand;
	background-color: #eee;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	}

a {
	text-decoration: none;
	}

.menu {
	color: white;
	background: transparent;
	font-weight: bold
	}

.small {
	font: 11px Verdana;
	}

.smaller {
	font: 10px Verdana;
	}

.bold {
	font-weight: bold;
	}

.title {
	color: red;
	background: transparent;
	font-weight: bold
	}

.systemtitle {
	font: 16px Arial;
	color: navy;
	background: transparent;
	font-weight: bold
	}

.pagetitle {
	font: 11px  Verdana;
	color: white;
	background: transparent;
	font-weight: bold
	}

.tabletitle {
	font: 11px Verdana;
	color: white;
	font-weight: bold
	}

a:link {
	color: blue;
	background: transparent;
	}

a.menu:link {
	color: white;
	background: transparent;
	font-weight: bold;
	}

a.title:link {
	color: red;
	background: transparent;
	font-weight: bold;
	}

a:visited {
	color: #800080;
	background: transparent;
	}

a.menu:visited {
	color: white;
	background: transparent;
	font-weight: bold;
	}

a.title:visited {
	color: red;
	background: transparent;
	font-weight: bold;
	}

a:active {
	color: red;
	background: transparent;
	}

a.menu:active {
	color: red;
	background: transparent;
	font-weight: bold;
	}

a.title:active {
	color: red;
	background: transparent;
	font-weight: bold
	}

a:hover {
	color: red;
	background: transparent;
	}

a.menu:hover {
	color: red;
	background: transparent;
	font-weight: bold;
	}

a.title:hover {
	color: navy;
	background: transparent;
	font-weight: bold;
	}
