body	{
color:#000000;
background-color:#FFFFFF;

}

a:link {
text-decoration:none;
color:#333333;
}

a:active {
text-decoration:none;
}

a:visited {
text-decoration:none;
color:#333333;
}

a:hover {
text-decoration:underline;
}

b  {
font-size: 12px;
color: #000000;
font-weight: bold;
}

hr  {
color: #000000;
}

.text0 {
	font-size: 8px; line-height: 10px;
}
.text1 {
	font-size: 10px; line-height: 12px;
}
.text2 {
	font-size: 12px; line-height: 16px;
}
.text3 {
	font-size: 14px; line-height: 18px;
}
.text4 {
	font-size: 16px; line-height: 20px;
}
.text5 {
	font-size: 18px; line-height: 22px;
}
.text6 {
	font-size: 9px; line-height: 10px;
}


/* WHAT'S NEW */

table.whatsnew {
	width: 648px;
	margin: 5px 0px;
}

td.whatsnew_txt {
	width: 203px;
	padding: 10px;
	background: url("img/whatsnew_bg.gif");
	line-height: 15px;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}

td.whatsnew_spacer {
	width: 8px;
}

div.date {
	color: #333333;
	font-weight: bold;
	background: url("img/whatsnew_point.gif") no-repeat top left;
	padding-left: 11px;
	margin-bottom: 2px;
}