@charset "utf-8";
/* CSS Document */
body {
	margin: 0 0 0 0;
	background-image:url(images/background.jpg);
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1d2328;
	text-align:justify;
}
.mainTable {
	background-image:url(images/backgroundLT.jpg);
	background-position:center;
}
/*==========================================================================================================================HEADER=======*/
.top {
	text-align:right;
	word-spacing:7px;
	color:#0b4b7d;
	padding-right:5px;
}
.top a:link { color:#505e66; text-decoration:none}
.top a:hover{ color:#000000; text-decoration:underline}
.top a:active{ color:#000000}
.top a:visited{ color:#505e66}
/*==========================================================================================================================BODY=======*/
.bodyBORDER {
	padding:20px;
}
.borderRIGHT {
	border:1px #666 solid;
	border-color:#999999;
	background-color:#FFF;
	letter-spacing:5px;
}
.orangeTITLE { font-size:14px; font-weight:bold; color:#0084ff;}
.boldORANGE { font-size:18px; font-family:Arial, Helvetica, sans-serif; letter-spacing:normal; font-weight:bold; color:#0084ff; text-align:left; text-align:center;}
.boldORANGE2 { font-size:14px; font-family:Arial, Helvetica, sans-serif; letter-spacing:normal; font-weight:normal; color:#0084ff; text-align:left; text-align:center;}
.redTitle{font-size:15px;font-weight:bold;color:Red;padding: 10px 0 5px 0;}
.boldORANGEdark { font-size:14px; font-weight:bold; color:#084f8c;}
.titleORANGEdark { font-size:18px; font-weight:bold; color:#084f8c;}
.formTITLE{ font-size:14px; font-weight:bold; text-align:justify; color:#000; padding:10px 40px 10px 40px;}
.formTITLE3{ font-size:14px; font-weight:bold; text-align:justify; color:#000; padding:0px 0px 0px 40px;}
.buttonMARGIN{ padding:0px 0px 10px 0px;}
/*==========================================================================================================================FOOTER=======*/
#footer { height:28px; padding:21px 0 20px 2px; color:#505e66; font-size:12px;}
#footer p{ margin:0 0 0 95px; float:right}
#footer a {color:#505e66; text-decoration:underline; font-weight:bold}  
#footer a:hover {  text-decoration:none}
#footer span{ word-spacing:6px; float:left}
#footer span a {color:#505e66; text-decoration:none; word-spacing:normal; font-weight:normal}  
#footer span a:hover {  text-decoration:underline}

input{
   background:#FFFFFF;
   border:1px solid #b7bbc1;
   font-family:Arial;
   color:#1d2328;
   font-size:10px;
   padding:0 0 0 4px;
   width:190px; 
}
textarea{
   background:#FFFFFF;
   border:1px solid #b7bbc1;
   width:190px; height:100px;
   font-family:Arial;
   color:#1d2328;
   font-size:10px;
   margin:0 0 10px 0px;
   padding:0 0 0 4px;
   overflow:auto;
   }

.indent2{ padding:20px 20px 0px 20px; text-align:justify;}