a.cmslink {
	background:  #001133;
	font: bold 11px "courier new",verdana,arial;
	line-height: 14px;
	height: 18px;
	padding: 2px 14px;
	color: white;
	text-decoration: none;
}

a:hover.cmslink {
	color: yellow;
}

#cms {
	width: 690px;
	display: block;
	float: left;
	text-align: center;
	padding: 40px 0px 0px 0px;
}

#cms form input {
	font: normal 12px "courier new",verdana,arial;
	line-height: 14px;
	color: #500707;
}

#cms form table tr td {
	font: normal 12px "courier new",verdana,arial;
	line-height: 14px;
	color: #500707;
}

#cms form table tr td.field {
	font: normal 12px "courier new",verdana,arial;
	line-height: 14px;
	color: #500707;
	align: right;
}

#cms form table tr td.data {
	font: bold 12px "courier new",verdana,arial;
	line-height: 14px;
	color: #202020;
	align: left;
}

