
body {
	font-family: Arial, Helvetica;
	font-size: 12pt;
	color: black;
}

input {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: black;
	border: 1px solid red;
}

p { 
	text-indent: 15px;
	margin: 2px;
}

a {
	font-family: "Times New Roman", "Times";
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

a:hover {
	font-family: "Times New Roman", "Times";
	font-size: 10pt;
	font-weight: bold;
	color: #9999ff;
	text-decoration: underline;
}


.smallText {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: black;
}

.bodyText {
	font-family: "Times New Roman", "Times";
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

.largeText {
	font-family: "Trebuchet", "Trebuchet MS", "Palatino", "Times New Roman", "Times";
	font-size: 14pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.largeText:hover {
	font-family: "Trebuchet", "Trebuchet MS", "Palatino", "Times New Roman", "Times";
	font-size: 14pt;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

input.button {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: black;
	border: 1px outset #dddddd;
	background-color: #dddddd;
}

