
body {
    background-image: url("blue.jpg");
}

BODY {
	
	margin : 1px;

	padding : 0;

}


TD {

	border-collapse: collapse;

	border-color: #C0C0FF;

}



TABLE.tblmare {

	border-collapse: collapse;

	border-color: #C0C0FF;

}



TR.trsus {



	height: 100px;

}



A:link { font-family: arial,helvetica; color: #4040FF; text-decoration: none; font-size: 20px }

A:visited { font-family: arial,helvetica; color: #4040FF; text-decoration: none; font-size: 20px }

A:hover { font-family: arial,helvetica; color: #0a0a0a; text-decoration: underline; font-size: 20px }



A.lmic:link { font-family: arial,helvetica; color: #4040FF; text-decoration: none; font-size: 14px }

A.lmic:visited { font-family: arial,helvetica; color: #4040FF; text-decoration: none; font-size: 14px }

A.lmic:hover { font-family: arial,helvetica; color: #0a0a0a; text-decoration: underline; font-size: 14px }



A.tbl1:link { font-family: arial,helvetica; color: #000000; text-decoration: none; font-size: 14px }

A.tbl1:visited { font-family: arial,helvetica; color: #000000; text-decoration: none; font-size: 14px }

A.tbl1:hover { font-family: arial,helvetica; color: #0a0a0a; text-decoration: underline; font-size: 14px }





TABLE

{

	border-collapse: collapse;	

	border-color: #999BFF;

}



TD.sus {

	background-color: #970400;

	border-color: #999BFF;

}



TD.sr {

	font-family: arial;

	background-color: #CFD2FF;

}



TR.status1 {

	background-color: #FFFFFF;

}



TR.status2 {

	background-color: #E7FFE7;

}

TR.status3 {

	background-color: #00C000;

}

TR.status4 {

	background-color: #FFC0C0;

}

TR.status5 {

	background-color: #FF8080;

}

TR.status6 {

	background-color: #E2E2E2;

}

TR.status7 {

	background-color: #808080;

}

TR.status8 {

	background-color: #DFDFF3;

}



P.va1 {

	font-family: arial; font-size: 17px;

	font-weight: bolder

	

}



P.va2 {

	font-family: arial; font-size: 16px

}



TD.tdva2 {

	background-color: #eeeeee;

}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #af341a;
  color: white;
}