BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.regularText {
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.regularTextBold {
	FONT-SIZE: 12px; COLOR: #333333; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif;font-weight: bold; 
}
.regularTextSmall {
	FONT-SIZE: 10px; COLOR: #333333; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.regularTextBlueSmall {
	FONT-SIZE: 10px; COLOR: #000099; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.inputbox{
	font-size:12px;
	border-color:#0099CC;
}
.buttonc
{
	font-size:9px;
	border-color:#0099CC;
}
.formTextbox {
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
}
.formTextboxBorderless {
	FONT: 12px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	border: none;
}
.formbutton {
	FONT: 10px Arial, Helvetica, sans-serif;
	COLOR: #000000;
	background-color: #CCCCCC;

}
A:link {
	COLOR: #000099; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000099; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A:active {
	COLOR: #000099; TEXT-DECORATION: underline
}
TD {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border: none;
}

TR.head {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #E8E8E8;
	border-bottom: thin inset #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
}
LI {
	COLOR: #000000
}
UL {
	COLOR: #000000; LIST-STYLE-TYPE: square
}
OL {
	COLOR: #000000
}

.bluebold{
	font-weight: bold;
	color: #000099;

}

A.bluebold:link {
	COLOR: #000099; TEXT-DECORATION: none
}
A.bluebold:visited {
	COLOR: #000099; TEXT-DECORATION: none
}
A.bluebold:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.bluebold:active {
	COLOR: #000099; TEXT-DECORATION: underline
}
.red{
	color: #800000;
}

A.red:link {
	COLOR: #800000; TEXT-DECORATION: none
}
A.red:visited {
	COLOR: #800000; TEXT-DECORATION: none
}
A.red:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.red:active {
	COLOR: #800000; TEXT-DECORATION: underline
}


.redbold{
	font-weight: bold;
	color: #800000;

}

A.redbold:link {
	COLOR: #800000; TEXT-DECORATION: none
}
A.redbold:visited {
	COLOR: #800000; TEXT-DECORATION: none
}
A.redbold:hover {
	COLOR: #000000; TEXT-DECORATION: underline
}
A.redbold:active {
	COLOR: #800000; TEXT-DECORATION: underline
}

Input {
	BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; BORDER-LEFT: #666666 1px solid; BORDER-BOTTOM: #666666 1px solid; BACKGROUND-COLOR: #ffffff
}
Submit {
	CURSOR: hand;
	BACKGROUND-COLOR: #99CCFF;
	border: thin solid #666666;
}
.SectionHead {
	FONT-SIZE: 14px;
	font-weight: bold;
	color:#000099;
}
.message {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.listbox{
	font-size:9px;
	border:thin;
}
.textarea{
	border:medium;
	color:#FF0000
}	
.innertablewithborder  table  td{
	border: solid 1px !important;
	word-break: break-all;
    word-wrap: break-word;
    hyphens: auto;
}
img {
	max-width: 90%;
}
td {
	/*
	word-break: break-all;
    word-wrap: break-word;
    hyphens: auto;
    */
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background-color: white;
            color: #000099;
        }
        /* Logo and tagline */
        .logo {
            display: flex;
            align-items: center;
        }
        .logo img {
            height: 50px;
            margin-right: 10px;
        }
        .tagline {
            font-size: 14px;
            color: #000099;
        }
        /* Right-side info */
        .right-info {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        .right-info a {
            color: #000099;
            text-decoration: none;
            font-size: 14px;
        }
        /* Navigation bar */
        nav {
            background-color: #003366;
        }
        .nav-container {
            display: flex;
            justify-content: space-between;
            padding: 10px 20px;
        }
        .nav-container ul {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-container li {
            position: relative;
            margin: 0 15px;
        }
        .nav-container a {
            color: white;
            text-decoration: none;
            padding: 8px 10px;
            display: inline-block;
        }
        .nav-container a:hover {
            background-color: #555;
            border-radius: 5px;
        }
        /* Dropdown menu */
        .dropdown-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #555;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
        }
        .dropdown-menu a {
            display: block;
            padding: 10px 15px;
        }
        .dropdown-menu a:hover {
            background-color: #666;
        }
        .nav-container li:hover .dropdown-menu {
            display: block;
        }
        /* Right-opening menu */
        .right-menu {
            position: relative;
        }
        .right-menu .menu-content {
            display: none;
            position: absolute;
            right: 0;
            top: 100%;
            background-color: #555;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
        }
        .right-menu:hover .menu-content {
            display: block;
        }
        .menu-content a {
            display: block;
            padding: 10px 15px;
            color: white;
            text-decoration: none;
        }
        .menu-content a:hover {
            background-color: #666;
        }