body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	line-height: 18px;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}
a img {
	border-width: 0px;
}
a:link {
	color: #6495ed;
	text-decoration: none;
}
a:visited {
	color: #fa8072;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}


h2 {
	font-size: 11px;
	color: #996600;
}

#text_center {
	text-align: center;
}
#text_right {
	text-align: right;
}

.style1 {
	color: #FC8388;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	font-weight: bold;
}

.t10 {
	font-size:10pt;
}
.t10b {
	font-size:10pt;
	font-weight: bold;
}
.t9 {
	font-size:9pt;
}
.t8 {
	font-size:8pt;
}
.t7 {
	font-size:7pt;
}

table.border_table {
	border-collapse: collapse;
	border-width: 2px;
	border-color: #999999;
	border-style: solid;
}
table.border_table th {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 0.2em 0.5em;
	background-color: #FFCCCC;
}
table.border_table td {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	padding: 0.2em 0.5em;
	text-align: center;
}


