/* -------------------- BODY --------------------------- */
//td		{border: black thin solid}
img		{margin: 0px; border: 0px}

body		{font-family: verdana,arial,sans-serif}
body		{background-image: url("images/background.gif"); background-repeat: repeat-x}
body		{margin: 0px; border: 0px; text-align: center}
table		{margin: 0px; border: 0px}

li		{font-size: 9px; margin: 0px; padding: 0px; position: inside}

/* -------------------- TABLES --------------------------- */

table.top_table		{height:95px; width: 100%; background-image: url("images/bg.gif");
				background-repeat: repeat-x}

table.button_table	{width: 100%; height: 35px; font-size: 12px; font-family: arial;
				text-align: center; background-color: #000066; color: white; font-weight: bold;}

table.left_table		{background-color: white; width: 100%; height: 740px; font-size: 12px;
				border-right: black thin solid}

table.middle_table	{background-color: CCCCCC; width: 100%; text-align: center}

table.right_table		{background-color: white; width: 100%; height: 740px;
				border-left: black thin solid}

table.form_table		{font-size: 10pt}

/* -------------------- TABLE DATAS --------------------------- */

td.middle			{text-align: center; vertical-align: middle}

td.top_table_right	{font-size: 9px; text-align: right; padding-right: 10px}
td.main_table_top		{font-size: 16px; text-align: center; background-color: white;
				height: 50px; color: #000066; font-weight: bold}

td.left_table_holder	{width: 20%; text-align: center; vertical-align: top}
td.middle_table_holder	{background-color: CCCCCC; width: 60%; text-align: center; vertical-align: top}
td.right_table_holder	{width: 20%; text-align: center}
td.left_menu		{padding-left: 5px; vertical-align: top; color: gray}
td.bottom_table_data	{text-align: center; background-color: white; color: gray;
				font-size: 10px; height: 50px}

