body {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
td {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
button {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
input {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
option {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
select {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
textarea {
	font-family: Verdana, "Courier New";
	font-size: 10px;
}
.bkg1 {
	background-color: #C0DAFA;
}
.bkg2 {
	background-color: #FADCDF;
}
a:link {
	font-family: Verdana, "Courier New";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, "Courier New";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a:visited {
	font-family: Verdana, "Courier New";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Verdana, "Courier New";
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.dotted {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.height{
	height: 100%;
}



