body {
 	font-family: Verdana, "Times New Roman", Times, serif;
}

table.Main {


	font-family: Verdana, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	border: thin solid #666666;
}
td {
	vertical-align: top;
	color: #666666;

}
td.Inner {
	vertical-align: top;
	color: #666666;

}
td.Main {
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	background-color: #FDE32F;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
	text-align: left;
	vertical-align: middle;
}
table.Inner {
	background-color: #FFFFFF;
	border: none;
	color: #666666;
}
td.MainBottom {

	background-color: #F4F4F4;
	color: #666666;
	font-variant: normal;
	font-style: normal;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: xx-small;
	vertical-align: middle;
	padding-right: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
a:link {
	color: #333333;
   text-decoration: none
}
a:visited {
	color: #333333;
   text-decoration: none
}
a:active {
	color: #333333;
   text-decoration: none
}
a:hover {
	color: #333333;
   text-decoration: underline
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F4F4F4;
	color: #666666;
	padding-left: 5px;
	width: 80px;
	border: thin solid #666666;


}
.button {
	background-color: #F4F4F4;
	color: #666666;
	padding-left: 5px;
	border: thin solid #666666;
	cursor: hand;
}

.link {
	color: #666666;
 	font-size: 11px;
	font-style: thin;
	font-variant: normal;
}