a:link				{ color: black; text-decoration: none }
a:visited			{ color: black; text-decoration: none }
a:hover				{ color: #581206; text-decoration: underline }

#dropmenudiv{
position: absolute;
border:1px solid gray;
border-bottom-width: 0;
font:normal 11px arial;
line-height:14px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #feb913;
}

/*added new on 11 aug 08 */
.DefaultText {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000000;
}
.DefaultTextDetail {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
.BigTitle {font-family: Copperplate Gothic Bold, Times New Roman, serif;
    font-size: 24px;
    font-weight:900;
    color: #005952;
}
.SmallTitle {font-family: Copperplate Gothic Bold, Times New Roman, serif;
    font-size: 18px;
    color: #005952;
}    
.SmallTitleRed {font-family: Copperplate Gothic Bold, Times New Roman, serif;
    font-size: 18px;
    color: #FF0000;
    font-weight:bold;
   
}
.Midheading {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #005952;
    font-weight:bold
}
.Midheadblk {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: bold
}
.Subheading {font-family: Copperplate Gothic Bold, Times New Roman, serif;
    font-size: 16px;
    color: #005952;
}
.Subheadblk {font-family: Copperplate Gothic Bold, Times New Roman, serif;
    font-size: 14px;
    color: #000000;
}
.HtmlFooter {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #005952;
}
.NavAnchor { font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:700
}
.StaffManager {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #005952;
}
.StaffPeon {font-family: Arial Narrow, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
}
.bg
	background-image: url('images/template/ORC.jpg');
	background-repeat: no-repeat;
}
a.menutop:link		    { font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000; 
     font-weight:700;
    text-decoration: none  }
a.menutop:visited		{ font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000; 
    text-decoration: none  }
a.menutop:active		{ font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000000; 
    text-decoration: none  }
a.menutop:hover 		{ font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #005952; 
    text-decoration: none  }

a.DefaultText:link		{ color: #FF0000; text-decoration: none  }
a.DefaultText:visited	{ color: #FF0000; text-decoration: none  }
a.DefaultText:active	{ color: #FF0000; text-decoration: none  }
a.DefaultText:hover		{ color: #FF0000; text-decoration: underline  }

a.DefaultTextDetail:link		{ color: #FF0000; text-decoration: none  }
a.DefaultTextDetail:visited	{ color: #FF0000; text-decoration: none  }
a.DefaultTextDetail:active	{ color: #FF0000; text-decoration: none  }
a.DefaultTextDetail:hover		{ color: #FF0000; text-decoration: underline  }

a.SmallTitleRed:link	{ color: #FF0000; text-decoration: none  }
a.SmallTitleRed:visited	{ color: #FF0000; text-decoration: none  }
a.SmallTitleRed:active	{ color: #FF0000; text-decoration: none  }
a.SmallTitleRed:hover	{ color: #FF0000; text-decoration: underline  }