.subheadertable	{
	background-color: #F8F6E1; border: 1px #000000 solid; border-width: 0px 1px 0px 0px;
	height: 28px;
	font-family: Arial, serif;
	font-size: 10px;
	color: #000000;
	padding-right: 5px;
}
.mainbodytable	{ 
	background-color: #FFFFEF; border: 1px #000000 solid; border-width: 0px 1px 0px 1px; 
	width: 100%;
}
.footertable	{
	background-color: #F8F6E1; border: 1px #000000 solid; border-width: 0px 0px 1px 1px; 
	height: 28px;
	font-family: Arial, serif;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
}
.sidemenutable	{
	background-color: #F8F6E1; 
	width: 150px;
}
.newwindow		{
	font-family: Arial, serif; color: #0870AB; text-decoration: none;
}
.newwindow:hover		{
	font-family: Arial, serif; color: #000000; text-decoration: underline;
}
.smtext, .medtext, .lgtext	{
	font-family: Arial, serif; color: #000000; text-decoration: none;
}
.smtext	{
	font-size: 10px;
}
.medtext	{
	font-size: 12px;
}
.lgtext	{
	font-size: 18px; font-weight: bold;
}
a.smtext:link, a.medtext:link, a.lgtext:link	{
	color: #0870AB; text-decoration: none;
}
a.smtext:visited, a.medtext:visited, a.lgtext:visited	{
	color: #777777; text-decoration: none;
}
a.smtext:hover, a.medtext:hover, a.lgtext:hover	{
	color: #000000; text-decoration: underline;
}
.newtext	{
	font-family: Arial, serif; font-size: 10px; color: #FF0000; text-decoration: none;
}
a.newtext:link	{
	color: #FF0000; text-decoration: none;
}
a.newtext:visited	{
	color: #FF0000;
	text-decoration: none;
}
a.newtext:hover	{
	color: #000000; text-decoration: underline;
}
hr.dotted	{
	height: 0px; 
	border: 1px #CCCCCC dotted; 
}
ul	{
	list-style-type: square;
}
.calendar	{
	background-color: #F8F6E1; 
	font-family: Arial, serif; color: #000000; text-decoration: none; font-size: 13px; font-weight:bold;
	text-align: center;
}
.imgborder	{
	border-right: #FFFFEF 5px solid;
}

/*------------------------------------------
	For Mini Navigation Table
-------------------------------------------*/

a.mininav {
	border-left: #007480 1px solid; 
	border-right: #007480 1px solid; 
	border-top: #007480 1px solid; 
	border-bottom: #007480 1px solid; 
	display: block; 
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	font: 10px Verdana, sans-serif; 
	COLOR: #000000;
	background-color: #A4BFC7; 
	text-align: left; 
	text-decoration: none;
}

a.mininav2	 {
	border-left: #007480 1px solid; 
	border-right: #007480 1px solid; 
	border-bottom: #007480 1px solid; 
	display: block; 
	padding-left: 3px; 
	padding-right: 3px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	font: 10px Verdana, sans-serif; 
	COLOR: #000000;
	background-color: #A4BFC7; 
	text-align: left; 
	text-decoration: none
}

a.mininav:hover	 {
	color: #FFFFFF;
	background-color: #007480;
}
a.mininav2:hover	 {
	color: #FFFFFF;
	background-color: #007480;
}


/*---------------------------------------------
	For Dropdown Menu
---------------------------------------------*/
div.domMenu_menuBar {
    border: solid #000000;  
    border-width: 0px 0px 0px 0px;
}
div.domMenu_menuElement {
	font-family: Arial, serif;
	font-size: 10px;
	text-decoration: none;
}
div.domMenu_menuElementHover {
	text-decoration: underline;
}

div.domMenu_subMenuBar {
    border: solid #000000;  
    border-width: 0px 0px 1px 0px;
}
div.domMenu_subMenuElement {
    font-family: Arial, serif; 
    font-size: 11px;
    font-weight: none;
    border: solid #000000;  
    border-width: 1px 1px 0px 1px;
    background-color: #F7F5E0; 
    color: #777777;
    padding: 4px;
}
div.domMenu_subMenuElementHeading {
    font-weight: bold;
}

div.domMenu_subMenuElementHover {
    background-color: #E2C428;
    color: #000000;
}

