td {
	font-size: 9pt;
	line-height: 150%;
}
body {
	font-size: 9pt;
	line-height: 150%;
}
table {
	font-size: 9pt;
	line-height: 150%;
}
select,input {
	font-size:9pt;
}

.black {
	color: #000000;
	text-decoration: none;


}
a.black:link {
	color: #000000;

}
a.black:hover {
	color: #FF0000;

}
a.black:active {
	color: #CCCCCC; 

}
.white {
	color: #FFFFFF;
	text-decoration: none;

}
a.white:link {
	color: #FFFFFF;

}
a.white:hover {
	color: #0099CC;
}
a.white:active {
	color: #9999CC;
}
.frame1 {
	border: 1px solid #999999;
	height: 15px;

}
.red {
	color: #FF0000;
}
a.red:link {
	color: #FF0000;

}
a.red:hover {
	color: #FF9900;
}
a.red:active {
	color: #9999CC;
}

.mauve {
	color: #ff3399;


}
a.mauve:link {
	color: #ff3399;

}
a.mauve:hover {
	color: #FF0000;

}
a.mauve:active {
	color: #CCCCCC; 

}
.blue {
	color: #0000FF;
	text-decoration: underline;

}
a.blue:link {
	color: #0000FF;
	text-decoration: underline;

}
a.blue:hover {
	color: #FF0000;
	text-decoration: underline;

}
a.blue:active {
	color: #009966;
	text-decoration: underline;

}
.yellow {
	color: #FF9900;
	text-decoration: none;


}
a.yellow:link {
	color: #FF9900;

}
a.yellow:hover {
	color: #FF0000;

}
a.yellow:active {
	color: #CCCCCC; 

}