.Style1 {
	font-size: 18px
}

.Style2 {
	font-size: 24px;
	font-weight: bold;
}

.Style3 {
	font-size: 16px;
	font-weight: bold;
}

.Style4 {
	font-size: 24px
}

.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.Style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.Style8 {
	color: #FF0000;
}

.Style9 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}

.Style10 {
	font-size: 24pt;
	font-weight: bold;
}

.menubar {
	width: 192px;
	background-color: #ffcc33;
}

td.menubar {
	vertical-align: top;
	border: 2px solid black;
}

table.menubar {
	border-bottom: 1px solid black;
}

table.menubar td {
	padding-top: .5em;
	padding-bottom: .5em;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid black;
}

.content {
	padding-left: 2em;
	padding-right: 3em;
}

.table_td_center td {
	text-align: center;
}

.valign_top td {
	vertical-align: top;
}

img {
	border-width: 0px;
	border-color: transparent;
}

.center {
	text-align: center;
}

b {
	font-weight: bold;
}
i {
	font-style: italic;
}
u {
	font-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: blue;
}
a:visited {
	text-decoration: underline;
	color: #663366;
}
a:hover {
	text-decoration: none;
	color: red;
}
a:active {
	text-decoration: none;
	color: red;
}