TD {
	font-family: arial;
	font-size: 13px;
	}

TD#justified {
	text-align: justify;
	}

A {
	color: #00494C;
	text-decoration: underline;
	}

A:hover {
	color: #39898C;
	}

A.menu_top {
	font-size: 12px;
	color: #39898C;
	white-space: nowrap;
	text-decoration: none;
	}

A.menu_top:hover {
	text-decoration: underline;
	}

TD.menu_top {
	text-align: center;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 15px;
	}

A.menu_main {
	font-size: 15px;
	color: #00494C;
	white-space: nowrap;
	text-decoration: none;
	}

A.menu_main:hover {
	color: #39898C;
	text-decoration: underline;
	}

TD.menu_main {
	text-align: center;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	}

	
	
INPUT.txt_login {
	font-size: 13px;
	width: 93px;
	height: 19px;
	border: 1px solid #FFD201;
	text-align: center;
	}

INPUT.btn {
	font-family: verdana;
	font-size: 11px;
    }

SELECT.txt {
	font-family: arial;
	font-size: 12px;
	width: 99.5%;
	border: solid 1px #9BBDBF;
  /*background-image: url('/images/frmbackground.png');*/
  background-color: #FBFCFC;
  background-repeat:repeat-x;
	height: 19px;
	/*overflow: auto;*/
  }

TEXTAREA.txt {
	font-family: arial;
	font-size: 12px;
	width: 98.25%;
  border: solid 1px #9BBDBF;
  /*background-image: url('/images/frmbackground.png');*/
  background-color: #FBFCFC;
  background-repeat:repeat-x;
	overflow: auto;
  }

INPUT.txt {
	font-family: arial;
	font-size: 12px;
	width: 98.25%;
	border: solid 1px #9BBDBF;
  /*background-image: url('/images/frmbackground.png');*/
  background-color: #FBFCFC;
  background-repeat:repeat-x;
  /*height: 19px;*/
  }
  

INPUT.frm {
	font-family: arial;
	font-size: 12px;
	width: 98.25%;
	border: solid 1px #9BBDBF;
  /*background-image: url('/images/frmbackground.png');*/
  background-color: #FBFCFC;
  background-repeat:repeat-x;
  /*height: 19px;*/
  }
  

form {
  margin: 0px 0px;
}

.frmdisabled {
  font-family: arial;
  font-size: 12px;
  width: 50%;
  border: solid 1px #9BBDBF;
  /*background-image: url('/images/frmbackground.png');*/
  background-color: #FBFCFC;
  background-repeat:repeat-x;
  /*height: 19px;*/
  /*overflow: auto;*/
  /*padding: 1.5px;*/
}

A.menu_bottom {
	font-size: 12px;
	color: #39898C;
	white-space: nowrap;
	text-decoration: none;
	}

A.menu_bottom:hover {
	text-decoration: underline;
	}

.menu_bottom {
	color: #DDE4E4;
	font-family: arial;
	}

.small {
	font-size: 10px;
	}

.tiny {
	font-size: 9px;
	}

.micro {
	font-size: 8px;
	}

.border {
    border: solid 1px #9BBDBF;
	}

.copyright {
	font-family: arial;
	font-size: 11px;
	color: #95B2B3;
	}

.error {
	text-align: left;
	background: rgb(255, 140, 140);
	border-radius: 30px;
	padding: 15px 20px;
	margin: 5px;
}
	