body {
	background-color: aliceblue;
	font-size: 80%;
	color: lightslategray;
	font-family: Arial;
}
table {
	border-collapse: collapse;
}
td { 
	font-size: 80%; 
}
img {

}
a:link {
	text-decoration: none;
	color: dodgerblue;
}
a:active {
	text-decoration: none;
	color: dodgerblue;
}
a:visited {
	text-decoration: none;
	color: darkgray;
}
a:hover {
	text-decoration: none;
	color: deepskyblue;
}
.FlatBtn1 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 10px;
	COLOR: cornflowerblue;
	BACKGROUND-COLOR: snow;
	border: 1px solid cornflowerblue;
}
.text1 {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	COLOR: royalblue;
	BACKGROUND-COLOR: white;
	border: 1px solid cornflowerblue;
}
td.borderright {
	BORDER-RIGHT: 1px;
	BORDER-TOP: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-BOTTOM: 0px solid;
}