font {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
}
td {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
}
a {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
}
h1 {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
	font-weight:bold;
}
a:hover {
	color:#676767;
}
a.nav {
	font-family:tahoma;
	font-size:11px;
	color:blue;
}
a.folderNav {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
	text-decoration:none;
}
a.folderNav:hover {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
	text-decoration:underline;
}
a.header {
	font-family:tahoma;
	font-size:11px;
	color:#6A6A6A;
	text-decoration:none;
}
body {
	font-family:tahoma;
	font-size:11px;
}
input {
	font-family:tahoma;
	font-size:10px;
	border: 1px solid #6A6A6A;
	background-color: #FFFFFF;
}
textarea {
	font-family:tahoma;
	font-size:10px;
	border: 1px solid #6A6A6A;
	background-color:#FFFFFF;
}
select {
	font-family:tahoma;
	font-size:10px;
	border: 1px solid #6A6A6A;
	background-color: #FFFFFF;
	color: #000000;
}

.btn {
	font-family:tahoma;
	font-size:10px;
	border: 1px solid #6A6A6A;
	background-color:#FFFFFF;
}
input.chk {
	font-family:tahoma;
	font-size:10px;
	border: 0px solid #6A6A6A;
	background-color:#FFFFFF;
}
input.chk_blue {
	font-family:tahoma;
	font-size:10px;
	border: 0px solid #6A6A6A;
	background-color:#E6EEF1;
}