body {
	background-color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;	
	text-align: center;
	margin-left: auto;
	margin-top: auto;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#headerTable, #marquesinaTable, #bodyTable {
	height: auto;
	width: 770px;
	border-width: thik;
    border-color: #FFFFFF;
}

#headerRow {
	height: 100px;
	background-image: url(../images2/fondoTop.jpg);
}

#tdLowerLeft{
	height: 350px;	
}

#tdLowerLeft input{
	border-style: solid;
}

#tdLowerLeft table{
	border-width: 0px;
	height: 20%;
}

#tdLowerLeft th{
	font-size: 14px;
	text-align: center;
	height: 30px;
	background-color: #990000;
	border-bottom-color:#FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
}

#tdLowerLeft td{
	font-size: 12px;
	text-align: left;
	height: 20px;	
	padding: 5px;	
}

#divMailStatus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FF0000;
	color: #FFFF00;
	overflow: hidden;
}

#ifLoader{
	width: 100%;
	height: 450px;	
}

#bottomFrame{
	color: #000099;
}

input {
  	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea{
	width: 100%;
}

.menu{
	width: 200px;
	height: 25px;
	background-color: #009900;	
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}


