
.cms_control_table_primary
{
	border-right: mediumseagreen 1px solid;
	border-top: mediumseagreen 1px solid;
	font-size: 8pt;
	border-left: mediumseagreen 1px solid;
	border-bottom: mediumseagreen 1px solid;
	font-family: Verdana, Arial;
	background-color: #ccffcc;
}

.cms_control_table_primary_header
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;
	background-color: mediumseagreen;
}

.cms_control_table
{
	border-right: royalblue 1px solid;
	border-top: royalblue 1px solid;
	font-size: 8pt;
	border-left: royalblue 1px solid;
	border-bottom: royalblue 1px solid;
	font-family: Verdana, Arial;
	background-color: #99ccff;
}

.cms_control_table_header
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;
	background-color: royalblue;
}

.cms_form_label
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
}


.cms_form_field
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
}
.cms_form_button
{
	font-weight: bold;
	font-size: 8pt;
	border-left-color: lightgrey;
	border-bottom-color: gray;
	color: white;
	border-top-style: double;
	border-top-color: lightgrey;
	font-family: Verdana, Arial;
	border-right-style: double;
	border-left-style: double;
	background-color: cornflowerblue;
	border-right-color: gray;
	border-bottom-style: solid;
}

.cms_form_button_primary
{
	font-weight: bold;
	font-size: 8pt;
	border-left-color: lightgrey;
	border-bottom-color: gray;
	color: white;
	border-top-style: double;
	border-top-color: lightgrey;
	font-family: Verdana, Arial;
	border-right-style: double;
	border-left-style: double;
	background-color: mediumseagreen;
	border-right-color: gray;
	border-bottom-style: solid;
}

FORM
{
	margin: 0px;
}
A.cms_link
{
	font-size: 8pt;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A.cms_link:hover
{
	text-decoration: underline;
}

A
{
	font-size: 8pt;
	color: blue;
	font-family: Verdana, Arial;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
H3
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Verdana;
}
P
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}
