/* GENERAL COMMANDS */

body { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	background-color: #053875;
	background-image: url("img/bg_index2.jpg");
	font-family: Arial,helvetica,sans-serif;
	text-decoration: none;
}

a	{text-decoration: none}
a:link	{text-decoration: none}
a:visited	{text-decoration: none}
a:active	{text-decoration: none}
a:hover	{text-decoration: none}

td { vertical-align:top;}

/* BACKGROUNDS */

.bg_table {
	background-color: #FFF;	
	vertical-align: top;
	width: 780px;
	background-repeat: repeat-x;
	border-right: 1px solid #06375f;
	border-left: 1px solid #06375f;
}

.bg_flash {
	background-color: #003C63;	
	vertical-align: top;

	border: 0px;

	width: 780px;
}

