body	 	{font-family: Tahoma; font-size: 12px; margin-top: 5px; background-color: #FFFFFF;}

#titletable	{table-layout: fixed; border-style: solid; border-color: #000000; border-width: 0px; color: #000000; 				width: 760px; height: 80px; padding: 0px; margin-left: 0px;}

#title		{width: 660px; margin-left: 0px; text-align: left;}

#dateborder1	{padding: 3px; text-align: right; width: 10px}

#datecell	{font-family: Tahoma; font-size: 14px; padding: 0px; text-align: center; color: 000066; width: 80px;}

#dateborder2	{padding: 3px; text-align: left; width: 10px}

#logo 		{margin-bottom: 0px;}

#spacer		{margin-bottom: -3px;}

#maintable	{table-layout: fixed; border-style: solid; border-color: #000000; border-width: 0px; color: #000000; 				margin-top: 0px; margin-left: 0px; padding: 0px; width: 781px;}

#imenucell,
#amenucell,
#wmenucell,
#rmenucell,
#fbmenucell,
#fmenucell,
#tmenucell, 
#lmenucell, 
#cmenucell	{border-style: solid; border-color: #000066; border-width: 5px; background-color: #CCCCFF;
		font-family: Tahoma; font-size: 14px; padding: 5px; height: 55px; width: 160px;}

#content	{font-family: Tahoma; font-size: 13px; text-align: top; padding: 5px; border-style: solid;
		border-color: #000000; border-width: 0px; width: 450;}

#section	{background-color: #CCCCCC; padding: 3px; border-style: dashed; border-width: 1px; border-color: #000066;}

#section2	{padding: 3px; border-style: dashed; border-width: 1px; border-color: #000066;}

#rightcell	{border-style: solid; border-color: #000000; border-width: 0px;	font-family: Tahoma; font-size: 14px; padding: 5px; width: 150px}

#rightcol	{font-family: Tahoma; font-size: 10px; text-align: top;}

#buttonimg	{margin-bottom: -3px;}

#mainpic	{margin-left: 10px; border-style: solid; border-color: #000066; border-width: 2px;}

#sidepic	{border-style: solid; border-color: #000066; border-width: 2px;}

#submenupic	{border-style: solid; border-color: #000066; border-width: 2px;}

#pc1		{border-style: solid; border-color: #000066; border-width: 2px;}

#mark		{font-family: Tahoma; font-size: 10px; padding: 0px; text-align: center; color: 000066;}

#footer		{font-family: Tahoma; font-size: 10px; padding: 0px; text-align: center; color: 000066;}

#button		{border-style: solid; border-color: #000000; border-width: 0px;}

#button_current	{border-style: solid; border-color: #FFCC00; border-width: 0px;}

#date		{border-style: solid; border-color: #000000; border-width: 0px; padding: 0px;}



#enquire	{font-family: Tahoma; font-size: 13px;}

#subrightcell	{border-style: solid; border-color: #000000; border-width: 0px; font-family: Tahoma; font-size: 14px; 				padding: 5px;}

#submenu	{border-style: solid; border-color: #000000; border-width: 0px; font-family: Tahoma; font-size: 14px; 				padding: 5px;}

h3		{color: #000066; margin-top: 0px;}

a:link 		{color: #000066; text-decoration: none;}

a:visited	{color: #000066; text-decoration: none;}

a:hover 	{text-decoration: none;	color: #6633FF}

#maker:hover    {text-decoration: none;	color: #000066; font-size: 13px; margin-top: 3px;}

/* Tooltip CSS aded 08/08/2018  */

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid blue; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}