﻿body {
	margin : 0px 0px 0px 0px;
	vertical-align : middle;
}



.style1 {color: #000000}
.style3 {color: #990000}


.ContentArea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  padding : 10px 20px 10px 20px;
}

.BodyText {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	font-style: normal;
	color: #666666;
}

.BodyText A {
	color: #475492;
	text-decoration: none;
}

.BodyText A:Hover {
	color: #ff7f00;
	text-decoration: none;
}







/* Form elements */

.FormPrompt  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : right;
	text-decoration : none;
	color : #000000;
	padding : 8px 10px 0px 0px;
	vertical-align : top;
}

.FormNormal  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : justify;
	text-decoration : none;
	color : #000000;
	vertical-align : top;
}

.FormError  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #ff0000;
	vertical-align : top;
}

.FormErrorMessage  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #ff0000;
	background-image : url(../images/ErrorMessage.jpg);
	background-repeat : no-repeat;
	background-position: 0px 3px;
	display: block;
	padding : 5px 0px 1px 20px;
	height : 20px;
}

.FormAjaxPanel  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

.FormTextbox  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : left;
	text-decoration : none;
	color : #000000;
	border : 1px #000000 solid;
	background-color : #ffffff;
	margin : 5px 0px 0px 0px;
	width : 95%;
	height : 20px;
}

.FormTextarea  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : left;
	text-decoration : none;
	color : #000000;
	border : 1px #000000 solid;
	background-color : #ffffff;
	margin : 5px 0px 0px 0px;
	width : 95%;
	height : 150px;
}

.FormCheckbox  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : left;
	text-decoration : none;
	color : #000000;
	background-color : #ffffff;
	border : 1px #000000 solid;
	margin : 5px 0px 0px 0px;
	width : 95%;
	height : 20px;
}

.FormRadio  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : left;
	text-decoration : none;
	color : #000000;
	background-color : #ffffff;
	margin : 5px 0px 0px 0px;
	width : 95%;
	height : 20px;
}

.FormSelect  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align : left;
	text-decoration : none;
	color : #000000;
	border : 1px #000000 solid;
	background-color : #ffffff;
	margin : 5px 0px 0px 0px;
	height : 20px;
}

.FormButton  {
	/*font : Bold 9pt Arial;
	text-align : center;
	text-decoration : none;
	color : #000000;
	border : 1px #000000 solid;
	background-color : #ffffff;
	margin : 5px 5px 0px 0px;*/
	width : 100px;
  border: 3px double #999999;
  border-top-color: #CCCCCC;
  border-left-color: #CCCCCC;
  padding: 0.25em;
  background-color: #eee;
  color: #333333;
  font-size: 75%;
  font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

input.FormButton:active
{
border: 3px double #CCCCCC;
border-top-color: #999999;
border-left-color: #999999;
}
