.Heading		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #cc0000;
	font-weight: bold;
}
.SubHeading		{
	font-family:  Arial, Tahoma,Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
.GeneralHead 		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.Bold { color: #666666;
	font-weight: bold;
}

.MenuCell    {
	background-color: #fff;
	border: 1 solid #c00;
	FONT-SIZE:12px;
	cursor: pointer;
	cursor: hand;
	FONT-WEIGHT:bold;
	color: #c00;
	HEIGHT:20px;
   
	width = '100%';
	text-align: center;
}
.MenuCellSelected {
	background-color: #c00;
	border: 1 solid #c00;
	FONT-SIZE: 12px;
	FONT-WEIGHT:bold;
	color: #fff;
	HEIGHT:20px;
    width = '100%';
	text-align: center;
}
.MenuCellHover {
	background-color: #ccc;
	border: 1 solid #c00;
	FONT-SIZE: 12px;
	FONT-WEIGHT:bold;
	color: #fff;
	HEIGHT:20px;
    width = '100%';
	text-align: center;
	
}
.SubMenuCell    {
	background-color: #fff;
	FONT-SIZE:11px;
	cursor: pointer;
	cursor: hand;
	color: #c00;
	width = '100%';
	text-align: center;
}
.HeadLink		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}
.MenuSubLink { font-size: 11px; width: '100%'; }
body, body div, body p, body th, body td, body li, body dd { font-family: Arial,Tahoma, Verdana, Trebuchet MS,  Helvetica, sans-serif; 
font-size: x-small; 
              }


h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CC0000;
	font-weight: normal;
	font-style: italic;
}
ul { list-style-image: url(Images/bulletpoint.gif); }
li { margin-bottom : 5px; }


.MenuLink {width: '100%'; FONT-SIZE: 12px;}             
a:link {color: #c00;}
a:visited {color: #c00;}
a:hover {color: #999;}


a:link.MenuSubLink {color: #c00; text-decoration: none }
a:visited.MenuSubLink {color: #c00; text-decoration: none}
a:hover.MenuSubLink { color: #c00; text-decoration: underline padding: 8px}
a:link.MenuLink {color: #c00; text-decoration: none }
a:visited.MenuLink {color: #c00; text-decoration: none}
a:hover.MenuLink { color: #c00; }
.MenuLinkSelected {font-size: 12px; width: '100%';}    
a:link.MenuLinkSelected {color: #fff; text-decoration: none }
a:visited.MenuLinkSelected {color: #fff; text-decoration: none}
a.MenuLinkSelected:hover { color: #fff; }
a:link.HeadLink {color: #666;text-decoration: none}
a:visited.HeadLink {color: #666;text-decoration: none}
a:hover.HeadLink { color: #999; text-decoration: none}
a:link.MenuSubLinkSelected {color: #c00; text-decoration: underline padding: 8px }
a:visited.MenuSubLinkSelected {color: #c00; text-decoration: underline padding: 8px}
a:hover.MenuSubLinkSelected { color: #c00; text-decoration: underline padding: 8px}
