a.navwhite:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:link { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:visited { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#808080;
     width:500px;
     border-style:solid;
     border-color:black;
     border-width:2px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }


table.imagetable {
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	color:#333333;
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse;
	border-style:none;
	font-weight:BOLD;
	width : 80%;

}
table.imagetable th {
	background: url('../images/cell-grey.jpg'); 
	border-width: 0px;
	padding: 5px;
	color:#333333;
	border-style: none; 
	border-collapse: collapse;
	height:30px;
}
table.imagetable td {
	background: url('../images/cell-grey.jpg')repeat x-top; 
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-collapse: collapse;
	height:30px;
	valign:center;
	text-align:center;
	PADDING-RIGHT: 50px;
}

table.userBarTable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse;
	border-style:solid;
	border-width: 2px;
	width : 95%;
}
table.userBarTable th {
	background:#b5cfd2 url('../images/cell-blue.jpg') repeat-x top ; 
	border-width: 0px;
	padding: 5px;
	color:#333333;
	border-collapse: collapse;
	border-style:solid;
	border-width: 2px;
	height:30px;
	font-size:13px;
}
table.userBarTable td {
	background:#dcddc0 url('../images/cell-blue.jpg') repeat-x top ;
	border-width: 0px;
	padding: 5px;
	border-collapse: collapse;
	border-style:solid;
	border-width: 2px;
	height:30px;
	font-size:12px;
}


table.menuTable {
	font-family: verdana,arial,sans-serif;
	font-size:16px;
	color:#333333;
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse;
	border-style:none;
	width : 80%;
	valign:left;
}
table.menuTable th {
	background: url('../images/cell-grey.jpg') repeat-x top ; 
	border-width: 0px;
	/* padding: 5px; */
	color:#333333;
	border-style: none; 
	border-collapse: collapse;
	height:30px;
	valign:left;

}
table.menuTable td {
	background:url('../images/cell-grey.jpg') repeat-x top ;
	border-width: 0px;
	padding-left: 50px;
	border-style: none;
	border-collapse: collapse;
	height:50px;
	valign:center;
	align:left;
	PADDING-RIGHT: 50px;
}


table.normalTable {
	font-family: verdana,arial,sans-serif;
	color:#333333;
	border-width: 0px;
	border-color: #999999;
	border-collapse: collapse;
	border-style:none;
	width : 95%;
	align:center;
}
table.normalTable th {
	background:url('../images/cell-blue.PNG') repeat-x top; 
	border-width: 1px;
	font-size:12px;
	/* padding: 5px; */
	color:#333333;
	border-style: solid; 
	border-collapse: collapse;
	height:25px;
	valign:top;
	align:center;

}
table.normalTable td {
	background:url('../images/cell-grey.jpg') repeat-x top ;
	border-width: 1px;
	padding: 2px;
	font-size:11px;
	border-style: solid;
	border-collapse: collapse;
	height:20px;
	valign:center;
	align:auto;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 10px;
}


.bii_notice{
color: #2B547E;
font: 1.1em "Verdana", "Georgia", "Times New Roman", "Times", "serif";
letter-spacing: 0px;
margin: 0 0 0 5px;
background:#E0F2F7;
width:98%;
align:center;
}

.bii_notice h3
{
font-size:15px;
color: #2B547E;
background: url('images/h3.gif') no-repeat 0 50%;
background-position:left top; 
padding-left: 35px;
}


.bii_notice a:link {color:#2B547E; text-decoration: none;} 
.bii_notice a:visited { color:#2B547E;text-decoration: none;}
.bii_notice a:hover {font-weight:bold; font-size: 1.1em; #ffffff;text-decoration: none; }
.bii_notice a:focus { color:#2B547E;text-decoration: none;}
.bii_notice a:active { color:#2B547E;text-decoration: none;} 
