body {
	background-color: #FED352;
}

a {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;

}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.box-table {border: 1px #000000 solid;}

.td-white {background-color: #FFFFFF;}

.td-gold {background-color: #FED352;}

.smalllinks {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000; 
	text-decoration: underline;
}

.header1 {
	font-family: Arial;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.text1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.text2 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.text3 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.text4 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #800000;
}

.text5 {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}

.l1 {text-align: left;}

.c1 {text-align: center;}

.r1 {text-align: right;}

IMG.center {
display: block;
margin-left: auto;
margin-right: auto; }