/* CSS Document */


.label
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

.radio
{
	background-color: #FFFFFF;
}

.text
{
	background-color: #FFFFFF;
	border:1px solid #000000;
}

.linkbutton:link
{
	font-family:Arial;
	font-size:12px;
	color:#1A4015;
	text-decoration:none;
}

.linkbutton:visited
{
	font-family:Arial;
	font-size:12px;
	color:#003333;
	text-decoration:none;
}

.linkbutton:hover
{
	font-family:Arial;
	font-size:12px;
	color:#2E8D30;
	text-decoration:none;
}

.linkbutton:active
{
	font-family:Arial;
	font-size:12px;
	color:#1A4015;
	text-decoration:none;
}