body {
	background-color: #dadada;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
} 

.authinput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #000000;
	color: #000000;
	background-color: #ffffff;
	margin: 1px;
	height: auto;
	width: auto;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sidebar {
	font-size: xx-small;
	color: #00ff00;
}

table {
	font-size: x-small;
	color: #000000;
	font-weight: normal;
}
.sidehead {
	font-size: xx-small;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
}
.header {
	font-size: x-small;
	color: #ffffff;
	font-weight: bold;
	text-transform: capitalize;
}
.headerblk {
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}
h5 {
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-transform: capitalize;
}

a:link {
	color: #244824;
	text-decoration: none;
}
a:visited {
	color: #124824;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}