body, html
{
	margin:0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
.search-nav,.search-results, .search-headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited
{
	color: #79003D;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
/**** Global Template ****/

h2
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}
h3
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0px;
}
.NewsPanel
{
	background-image:url(../Images/Global/news_panel_grad.gif);
	background-repeat:repeat-x;
	background-position:left top;
	width:100%;
	height:166px;
	margin-bottom:10px;
}

/**************************/


/**** copied from tab.ca ******/
.header1 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.bulletlist {
	list-style-image: none;
	font-size: 12px;
	text-indent: 0px;
	text-align: left;
	white-space: normal;
	padding-left: 1px;
	font-weight: bold;
}
.eternagreen {	
	color: #009933;
}
.boldredbody {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #61002B;
}
.required 
{
	color: #FF0000;
	font-weight: bold;
}

/********Menus*******/
.MenuGroup
{
	cursor: pointer;
}
.TopMenuItems 
{
	cursor: pointer;
}
.TopItem, .TopItemOver
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: White;	
	background-color: #676A6B;
	cursor: pointer;
	padding: 4px;	
	padding-left:4px;
	padding-right:4px;
}
.TopItemOver 
{
	background-color: #79003D;
}
.SubItem, .SubItemSelected, .SubItemOver
{
	color: White;	
	background-color: #676A6B;
	border-top: 1px solid #CFCFCF;
	padding: 4px;
	padding-left:8px;
	padding-right:8px;
	cursor: pointer;
}
.SubItemSelected 
{
	text-decoration: underline;
}
.SubItemOver 
{
	color: #79003D;	
	background-color: #E6E6E6;	
}

/******* Secondary menu *******/

.SecondaryMenu
{
	
	width: 180px;
}
.SecondaryTopMenuItemRow 
{
	font-size: 12px;
	width: 100%;
	height:21px;
	color: White;
	background-Color:#676A6B;		
	font-weight: bold;
	cursor: pointer;
}
.SecondaryTopMenuItem 
{	
	padding-left: 15px;
}

.SecondaryMenuItemRow, .SecondarySelectedMenuItemRow 
{
	color: #79003D;	
	height:27px;	
	border: 1px solid #676A6B;
	border-top: 0px solid #676A6B;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.SecondaryMenuItem
{
	
}
.SecondarySelectedMenuItem, .SecondaryHoverMenuItem
{	
	text-decoration: underline;	
}

/**************** SITE MAP ***********/
.RootNode 
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-position: left middle;
	background-repeat: no-repeat;
}

.ParentNode 
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;	
}

