/* ================================
    CSS STYLES FOR Canada Day Skin by joie http://portals.my-asp.net
   ================================
*/   

.Breadcrumb
{
	color: Black;
	font-weight: normal;
    font-size: 8pt;
    font-family: Arial, Helvetica;
    text-decoration: none;
	background-color: transparent;
}

.Breadcrumb:hover
{
	color: Black;
	font-weight: normal;
    font-size: 8pt;
    font-family: Arial, Helvetica;
	text-decoration: underline;
	background-color: transparent;
}

/* Main Menu */

.MainMenu_MenuContainer {	
	background-color: #990000;
	color: #990000;
	border: 0px;
}

.MainMenu_MenuBar
{
	color: #990000;
	background-color: #990000;
	border: 0px;
}

.MainMenu_MenuItem
{
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	cursor: hand;
    background-color: #990000;
	color: White;
	border: 0px;
}

.MainMenu_MenuIcon
{
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	cursor: hand;
    background-color: #990000;
	color: White;
	border: solid 1 #990000;
}

.MainMenu_MenuBreak
{
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	cursor: hand;
    background-color: #990000;
	color: White;
	border: 0px;
}

.MainMenu_MenuArrow
{
    cursor: hand;     
	border: 0px;
}

.MainMenu_MenuItemSel
{
	background-color: #BA5252;
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	cursor: hand;
	color: White;
	border: 0px;
}

.MainMenu_SubMenu
{
	background-color: #990000;
	font-family: Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	cursor: hand;
	color: White;
	border: 0px;
}

.Date
{
	font-family: Verdana, tahoma, sans-serif;
    font-size: 9px;
    font-weight: normal; 
    color: Navy;
	background-color: transparent;
}

.Title
{
	font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: WHITE;
}

