body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#right{
	background-image: url(images/right.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#left{
	background-image: url(images/left.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#lorida{
	background-image: url(images/lorida.gif);
	background-repeat: repeat-y;

}
#bottom{
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0b5379;
	text-decoration: underline;

}
#tx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	font-weight: normal;
	color: #0b5379;
}
#tx a:link {
	color: #0b5379;
	text-decoration: none;
}
#tx a:visited {
	color: #0b5379;
	text-decoration: none;
}
#tx a:hover {
	color: #3883aa;
	text-decoration: none;
}
#tx a:active {
	color: #0b5379;
	text-decoration: none;
}
#txs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0b5379;
}
#txs a:link {
	color: #0b5379;
	text-decoration: none;
}
#txs a:visited {
	color: #0b5379;
	text-decoration: none;
}
#txs a:hover {
	color: #3883aa;
	text-decoration: none;
}
#txs a:active {
	color: #0b5379;
	text-decoration: none;
}
#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2379a8;
	background-color: #e3ebee;
	border: 1px solid #2379a8;
}
#submit {
	font: bold normal 11px Verdana;
	font-weight: bold;
	color: #2379a8;
	background-color: #e3ebee;
	border: 1px solid #2379a8;
}

