body
{
	color:#333333;
	background-color:White;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-top:0px;
    font-size:95%;
    font-family:Tahoma
    
    }

ul
{font-size:95%; font-family:Tahoma}

table
{ font-size:95%; font-family:Tahoma}

textarea
{ font-size:95%; font-family:Tahoma}

p
{ font-size:95%; font-family:Tahoma}

font
{ font-size:95%; font-family:Tahoma; }

pre
{ font-size:95%; font-family:Tahoma; }

.pageInstructions {
	color: #666666;
	font-size: xx-small;
	padding-top: 0.3em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	vertical-align: middle;
}


/*CELL BACKGROUND*/

td.fond
{ background-repeat: no-repeat}

td.right
{ background-position: right; background-repeat: no-repeat}

td.thinLign       {  background-image: url(../images/000020_line_terracota.gif); background-repeat: no-repeat; background-position: center bottom}


.tr_gray
{ color:#555555 ;font-size:80%; line-height:1.0; background-color: #F3F3F3}

.tr_white
{ color:#555555 ;font-size:80%; line-height:1.0; }

input
{
	font-family: Tahoma, helvetica, Sans-Serif ;
	font-size: 11px;
	color:#000000;
	background-color:#FFFFCC;
	
}


strong
{

color:#4B7575	;
	
}



.tbl_fnt
{
font:Tahoma, san-serif;
color:#000000;	
}


.imageborder
{
	border: 1px solid #FFFFFF; 
}

#v4menuwrapper {
width:150px; 
margin-top:0px;
margin-right:auto;
margin-bottom:0px;
margin-left:auto;
font-family:verdana, Tahoma, helvetica, sans-serif; 
font-size:76%; 
color:#000;
}
.v4menu {
position:relative; 
z-index:1;
}
/* remove all the bullets, borders and padding from the default list styling */
.v4menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .v4menu ul {margin-left:-16px; margin-left:0;}
/* position relative so that you can position the sub levels */
.v4menu li {
position:relative;
}
/* get rid of the tables */
.v4menutable {position:absolute; top:0; left:0; z-index:100; font-size:1em;}
/* style the links */
.v4menu a, .v4menu a:visited {
display:block; 
text-decoration:none;
height:20px;
line-height:20px;
width:178px;
color:#6c6c6c;
background:#ffffff;
text-indent:5px;
border:1px solid #ccc;
border-width:0 0 1px 0;
}
/* hack for IE5.5 */
* html .v4menu a, * html .v4menu a:visited {width:150px; width:149px;}
/* style the link hover */
.v4menu a:hover{
color:#000; 
background:#cccccc;
text-decoration:none;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.v4menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:177px; 
}
/* make the second level visible when hover on first level list OR link */
.v4menu ul :hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.v4menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.v4menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.v4menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.v4menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
