.page {
	background-image : none;
	background-repeat : repeat;
	background-position : left;
	background-color : white;
	font-family: "Arial";
	font-weight: normal;
	color: Black;
	font-size: 14px;
	text-align: left;
	margin-top: 30;
	margin-left: 50;
}

.frame {
	background-image : none;
	background-repeat : repeat;
	background-position : left;
	background-color : white;
	font-family: "Arial";
	font-weight: normal;
	color: Black;
	font-size: 14px;
	text-align: center;
	margin-top: 15;
	margin-left: 0;
}

.text1 {
	font-family: "Arial";
	font-size: 12px;
	color: Black;
	background-color: White;
	font-weight: normal;
}

.text2 {
	font-family: "Arial";
	font-size: 10px;
	color: Black;
	background-color: White;
	font-weight: bold;
}

.text3 {
	font-family: "Arial";
	font-size: 10px;
	color: Black;
	background-color: White;
	font-weight: normal;
}

.text4 {
	font-family: "Arial";
	font-size: 14px;
	color: Black;
	background-color: White;
	font-weight: normal;
}

.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal
}

.title2 {
	font-family : "Arial";
	font-size: 12pt;
	font-weight: bold;
	color: Black;
	background-color: White;
}
a:hover {
	background-color: White;
	color : Red;
}

a:link, a:visited {
	color: Blue;
	font-weight: normal;
	font-family: "Arial";
	background : White;
}

.input {
	background-color: White;
	color: Black;
	border: thin dotted black;
}

.button {
	font-weight: bold;
	color: Black;
	background-color: #FFC600;
	border: thin solid black;
}

.table {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: Maroon;
}
