body {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #006600;
}

.welcome {
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	text-align:center;
	font-family: "Book Antiqua";
	font-size: 36px;
}

.welcomemessage {
	text-align:center;
	font-size: 18px;
}

h4 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	text-align:center;
}

.parabtext {
	font-size:18px;
	text-align: left;
}

.parabctext {
	font-size:18px;
	text-align: center;
}

.parasmalltext {
	font-size:10px
}

a:link {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
}

.MyTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #CCCCCC;
	font-style: normal;
}
.MyField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
}
.MyDetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.MyInput {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.MyNote {font-size: 10pt}
.MyMessage {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}

.footer {
	font-family: Courier;
	font-size: 10px;
	color: #333333;
}