body {
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.divborder {
	border: 1px solid #666666;
	margin: 3px;
	padding: 3px;
	height: 100%;
	width: 100%;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.bgcontenttable {
	background-image: url(images/bg_content_table.jpg);
	background-repeat: no-repeat;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}

li {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	list-style-type: disc;

}
input {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Teal;
	background-color: White;
	border: none;
}

.button {
	border : solid;
	background-color : Silver;
}

