body {
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background: white;
}
a {
	color: #666666;
}
img {
	border: none;
}
a.menu {
	color: #f01a1a;
	font-size: 14pt;
	text-decoration: none;
	background: url(../images/link2bg.gif) 0px bottom repeat-x;
}
a.menu-current {
	color: #666666;
	font-size: 14pt;
	text-decoration: none;
}
span.menu {
	font-size: 14pt;
	color: #666666;
}
.main-text {
	column-width: 362px;
	column-gap: 30px;
	column-rule: 1px solid #999; 
	text-align: justify;
}

.main-text p {
	margin: 0px 0px 20px 0px;
}

.colorSelector {
	width: 20px;
	width: expression("22px");
	height: 20px;
	height: expression("22px");
	margin: 6px 0px 0px 6px;
	float: left;
	cursor: pointer;
	cursor: hand;
}


.emptyInput {
	color: gray; 
}