/* ------------------------------------------------------------------------------ 

 form.css
---------

.info
.error
.message
table.contact_form
.color_red
.color_blue
.color_black
.color_black_center
.color_red_center
.color_black_center_bold
.color_black_left
.color_black_justify
.label_left
.label_center
.label_admin
.label_admin_center

 ------------------------------------------------------------------------------ */


.info
{
  color: #660000;
  background-color: transparent;
  font-weight: normal;
  font-size: 9pt;
}

.error
{
	color: #660000;
	background-color: transparent;
	font-weight: normal; 
	font-size: 9pt;
}

.message
{
	color: #660000;
	background-color: transparent;
	font-weight: normal; 
	font-size: 9pt;
	text-align: center;
}
table.contact_form 
{
	border: solid black 1px;
	background:#ccff99;
}


.color_red 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: left;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:red ;
	background:#ccff99;
}

.color_blue 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: left;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:blue;
	background:#ccff99;
}

.color_black 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: left;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:black;
	background:#ccff99;
}

.color_black_center 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: center;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:black;
    background:#ccff99;
}

.color_red_center
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: center;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:red;
	background:#ccff99;
}

.color_black_center_bold 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-indent:0;
	text-align: center;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:black;
	background:#ccff99;
}


.color_black_left 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: left;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:black;
	background:#ccff99;
}

.color_black_justify 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: justify;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:black;
	background:#ccff99;
}

.label_left 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: left;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:green;
	background:#ccff99;
}

.label_center 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: center;
	text-decoration: none;
	line-height:1.00em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:red;
	background:#ccff99;
}

.label_admin 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: left;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:red;
	background:#ccff99;
}

.label_admin_center 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-indent:0;
	text-align: center;
	text-decoration: none;
	line-height:1.25em;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
	color:red;
	background:#ccff99;
}