/* CSS Document */

.grey12 {
	font-size: 12px;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
}

.red12 {
	font-size: 12px;
	line-height: 1.2;
	color: #ff0000;
	text-decoration: none;
}

.grey20 {
	font-size: 20px;
	line-height: 1.2;
	color: #333333;
	text-decoration: none;
}

.blue12 {
	font-size: 12px;
	line-height: 1.2;
	color: #0000FF;
	text-decoration: none;
}

.blue15 {
	font-size: 15px;
	line-height: 1.2;
	color: #0000FF;
}

.formitem {
	font-size: 12px;
	padding: 1px;
	border-top: 1pt solid #666666;
	border-right: 1pt solid #CCCCCC;
	border-bottom: 1pt solid #CCCCCC;
	border-left: 1pt solid #666666;
}