a				{
	font-family: Arial,Times New Roman;
	font-size: 10pt;
	color: Black;
	text-decoration: underline;
}
a:hover		{
	color: Green;
}
a:visted		{
	color: Black;
}
a.footer		{
	font-family: Arial,Times New Roman;
	font-size: 7pt; color: #000000;
	text-decoration: underline;
}
a:hover.bottom		{
	color: #FFFF00;
	font-size: 8pt;
}
a:visted.bottom	{
	color: #FFFFFF;
	font-size: 8pt;
}
body			{
	color: #000000;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
basefont		{
	color: #000000;
	font-family: Arial,Times New Roman;
	font-size: 10pt
}

h1				{
	color: #DDE0F1;
	font-family: Arial,Times New Roman;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
h2				{
	color: #DDE0F1;
	font-family: Arial,Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-left: 4px;
	margin-bottom: 0px;
}
h3 			{
	color: #DDE0F1;
	font-family: Arial,Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-left: 4px;
	margin-bottom: 0px;
}
p				{
	color: Black;
	font-family: Arial,Times New Roman;
	font-size: 10pt;
	margin-left: 4px;
	margin-right: 40px;
}
pre			{
	font-family: courier new;
	font-size: 8pt;
}
td				{
	font-family: Arial,Times New Roman;
	font-size: 10pt
}

<!-- class setting below -->

.caption		{
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: Silver;
	text-align: center;
}
.footer	{
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
	background-color: #DDE0F1;
	padding: 2px;
}
.photo		{
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}
.table_t		{
	background-color: #F4F4F4;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-image: url(images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.table_m		{
	background-color: #FFFFFF;
	border-left: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
}
.table_s		{
	background-color: #F4F4F4;
	border-top: 0px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
}
.small		{
	font-family: Arial,Times New Roman;
	font-size: 8pt
}
.vsmall		{
	font-family: Arial,Times New Roman;
	font-size: 7pt
}
.vvsmall		{
	font-family: Arial,Times New Roman;
	font-size: 6pt
}
