BODY
{
	background-color: White;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
	margin-top:5px;
}

.text
{
	font-size: xx-small; /*.8em;*/
	text-align:justify;
}

P 
{
	text-indent:10px;
}

div 
{
scrollbar-3dlight-color : #FFFFFF;
scrollbar-arrow-color : #000099;
scrollbar-base-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-face-color : #FFFFFF;
scrollbar-highlight-color : #99CCCC;
scrollbar-shadow-color : #999999;
scrollbar-track-color : #FFFFFF;
}

TR.row_over {
	cursor: default;
	background-color: #eeeeee;
	}

TR.row_out {
	cursor: default;
	background-color: Transparent;
	}

/* TOP MENU */

table.menu_top
{
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
	cursor:hand;
}
td.menu_top
{
	background-color:#013f96;
	color:#fff;
}
td.menu_top_hover
{
	/*background-color:7bb9cc;*/
	background-color:#3bb3c2;
	color:DarkBlue;
}
a.menu_top
{
	color:Black;
	text-decoration:none;
}
a.menu_top:hover
{
	color:Navy;
}

/* RIGHT MENU */

table.menu_right
{
	font-size:xx-small;
	font-weight:bold;
	text-align:left;
	text-indent:5px;
	vertical-align:bottom;
	/*cursor:hand;*/
}
td.menu_right
{
	background-color:#2d77b5;
	color:White;
}
td.menu_right_hover
{
	background-color:#2d77b5;
}
a.menu_right
{
	color:White;
	text-decoration:none;
}
a.menu_right:hover
{
	color:Silver;
}

/* BOTTOM MENU */

table.menu_bottom
{
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
	vertical-align:bottom;
	/*cursor:hand;*/
}
td.menu_bottom
{
	background-color:#2d77b5;
	color:White;
}
td.menu_bottom_hover
{
	background-color:#2d77b5;
}
a.menu_bottom
{
	color:White;
	text-decoration:none;
}
a.menu_bottom:hover
{
	color:Silver;
}

IMG {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-width: 0;
	border-style: none;
	}