BODY, TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
}

A {
	font-size : 14px;
	text-decoration : underline;
	color: Blue;
}

A:hover {
	font-size : 14px;
	text-decoration : underline;
}

A:VISITED {
	font-size : 14px;
	text-decoration : underline;
	color: #911284;
}

A.menunav {
	font-size : 14px;
	text-decoration : none;
	color: #fada6a;
}

A.menunav:VISITED {
	font-size : 14px;
	text-decoration : none;
	color: #fada6a;
}

A.menunav:HOVER {
	font-size : 14px;
	text-decoration : none;
	color: #fada6a;
}

.sidenavOn {
	font-size : 16px;
	color : #fada6a;
	text-decoration : none;
	font-weight: bold;
}

.sidenav {
	font-size : 16px;
	color : #fada6a;
	text-decoration : none;
	font-weight: bold;
}

.sidenav:HOVER {
	font-size : 16px;
	color : #fada6a;
	text-decoration : none;
	font-weight: bold;
}

A.sidenav {
	font-size : 16px;
	color : #fada6a;
	text-decoration : none;
	font-weight: bold;
}

A.sidenav:HOVER {
	font-size : 16px;
	color : #fada6a;
	text-decoration : none;
	font-weight: bold;
}

A.sidenav:VISITED {
	font-size : 16px;
	color : #fada6a;
	text-decoration : none;
	font-weight: bold;
}

.topsubnav {
	font-size : 10px;
	color : #FFFFF0;
	text-decoration : none;
	font-weight : bold;
	width : 100%;
}

.topsubnav:VISITED {
	font-size : 10px;
	color : #FFFFF0;
	text-decoration : none;
	font-weight : bold;
	width : 100%;
}

.topsubnav:HOVER {
	font-size : 10px;
	color : #FFFFF0;
	text-decoration : none;
	font-weight : bold;
	background-color : #fe0000;
	width : 100%;
}

.but {
	font-size : 10px;
	font-weight : bold;
	color : #FFFFF0;
	background-color : red;
	border : 1px solid Black;
}

.input {
	border : 1px solid Black;
	background-color : #FFFFF0;
	font-size : 14px;
	color : red;
}

.title {
	font-size : 16px;
	color : #FFFFF0;
	font-weight : bold;
}

.red {
	color : white;
	font-weight : bold;
}

.green {
	color : green;
	font-weight : bold;
}

.text {
	font-size : 14px;
}

.small {
	font-size : 12px;
	text-decoration : none;
}

.small:hover {
	font-size : 12px;
	text-decoration: none;
}

.smaller {
	font-size : 10px;
	text-decoration : none;
}

.smaller:hover {
	font-size : 10px;
	text-decoration: none;
}

.smallest {
	font-size : 8px;
	text-decoration : none;
}

.smallest:hover {
	font-size : 8px;
	text-decoration : none;
}

A.smallest {
	font-size : 8px;
	text-decoration : none;
	color: #fada6a;
}

A.smallest:hover {
	font-size : 8px;
	text-decoration : none;
	color: #fada6a;
}

A.smallest:visited {
	font-size : 8px;
	text-decoration : none;
	color: #fada6a;
}

.purple {
	color : #FFFFF0;
	font-weight : bold;
}


