body 	{
	color: #999999;
	background-color:#ffffff;
	background-image: none;
	font-family: "Lucida Grande", "Geneva CE", Geneva, Arial, sans-serif;
	font-size: 9;
}

table	{
	padding: 0;
	}

i	{
	font-family: "Times CE", Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 12;
	}


.hot	{
	color: #900;
	}

.frame {
	border: solid 1px #999999;
	color: #000000;
	background-color:#ffffff;
	background-image: url(img/tri1.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.border {
	border: solid 1px #999999;
	color: #000000;
	background-color:#ffffff;
	background-image: none;
	}

.border2 {
	border: double 3px #999999;
	color: #000000;
	background-color:#ffffff;
	background-image: none;
	}

.fill	{
	border: solid 1px #999999;
	color:#999999;
	background-color:#333333;
	background-image: url(img/tri2.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.invisible {
	text-align: left;
	font-family: "Lucida Grande", "Geneva CE", Geneva, Arial, sans-serif;
	font-size: 11;
	border: none;
	color: #ffffff;
	background-color:#ffffff;
	background-image: url(img/tri1.png);
	background-position: top left;
	background-repeat: no-repeat;
	}

.center {
	text-align: center;
	font-family: "Geneva CE", Geneva, Arial, sans-serif;
	font-size: 11;
	line-height: 120%;
}

.left {
	text-align: left;
	font-family: "Lucida Grande", "Geneva CE", Geneva, Arial, sans-serif;
	font-size: 11;
	line-height: 140%;
	background-image: url(img/tri3.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.block {
	text-align: left;
	font-family: "Lucida Grande", "Geneva CE", Geneva, Arial, sans-serif;
	font-size: 11;
	line-height: 140%;
}

.title {
	text-align: center;
	text-padding: 0px;
	font-family: "Lucida Grande", "Geneva CE", Geneva, Arial, sans-serif;
	font-size: 14;
	line-height: 100%;
}

.centerleft {
	padding-right: 290px;
	text-align: center;
}

.centerright {
	padding-left: 410px;
	text-align: center;
}

a 	{
	text-decoration: none;
	color: #9999cc;
}

a:hover	{
	text-decoration: none;
	color: #007;
}