body {
	font-family: Arial, sans-serif;
}

div.box1 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 4px;
	border-style: solid;
	border-color: #000099;
	width: 500px;
	text-align: left;
}

div.box1a {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 4px;
	border-style: solid;
	border-color: #000099;
	width: 500px;
	text-align: center;
}

div.box2 {
	padding-left: 5px;
	padding-right: 5px;
	border-width: 4px;
	border-style: solid;
	border-color: #9900CC;
	width: 500px;
	text-align: left;
}

.c {
	text-align: center;
}

.c2 {
	text-align: center;
	color: #0000FF;
}

.credit {
	font-size: 8pt;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.size2 {
	font-size: 50%;
}

.hot {
  color: #FF0000;
}

.tcolor1 {
	background-color: #FFFF66;
}

.tcolor2 {
	background-color: #33FF00;
}

.exec {
  text-decoration: none;
  color: #0000FF;
}

.blu {
  color: #0000FF;
}

.grn {
  color: #008000;
}

.itl {
  font-style: italic;
  color: #FF9900;
  font-weight: bold;
  font-family: "Arial", sans-serif;
}

.ind {
	text-align: left;
	text-indent: 1cm;
}

.ind2 {
  text-indent: 1cm;
  font-weight: bold;
}

.tm {
	font-size: 50%;
	vertical-align: super;
}

.mar01 {
margin-bottom: 1em;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #660099;
}

a:active {
	color: #FF0000;
}

a:hover {
	background-color: #FFFF00;
}