/* TEMPLATE */
.search
	{
	color: #333333;
	background: #ffffff;
	font-size: 11px;
	font-family: "Arial", "Verdana", "sans-serif";
	width: 150px;
	height: 19px;
	}
	
.buttonsmall
	{
	color: #333333;
	background: #cccccc;
	font-size: 8px;
	font-family: "Arial", "Verdana", "sans-serif";
	width: 60px;
	height: 19px;
	}

.skip
	{
	display: none;
	}

div.barred
	{
	font-size: 75%;
	color: #ffffff;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	font-family: "Verdana", "Arial", "sans-serif";
	}

div.navlocation
	{
	font-size: 100%;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	font-family: "Arial", "Verdana", "sans-serif";
	}

.BirdseyeView
	{
	font-size: 71%;
	}

.homeblack
	{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	}

td.nobr
	{
	white-space: nowrap;
	}


/* TEMPLATE LINK STYLE */

a.navwhite:link
	{
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	}

a.navwhite:visited
	{
	font-size: 13px;
	color: #ffffff;
	text-decoration:none;
	font-weight: bold;
	}

a.navwhite:hover
	{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	}

a.navwhite:active
	{
	font-size: 13px;
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	}

a.RedBarOn:link
	{
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}

a.RedBarOn:visited
	{
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}

a.RedBarOn:hover
	{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	}

a.RedBarOn:active
	{
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
	}

a.MenuNormal:link
	{
	font-size: 11px;
	text-decoration:none;
	}

a.MenuNormal:visited
	{
	font-size: 11px;
	text-decoration:none;
	}

a.MenuNormal:hover
	{
	font-size: 11px;
	text-decoration:underline;
	}

a.MenuNormal:active
	{
	font-size: 11px;
	text-decoration:underline;
	}

a.MenuOn:link
	{
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	}

a.MenuOn:visited
	{
	font-size: 11px;
	color: #000000;
	text-decoration:none;
	}

a.MenuOn:hover
	{
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	}

a.MenuOn:active
	{
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
	}


/* -- TEMPLATE TABLE COLOR -- */

td.bgRedBar
	{
	background: #ff0000;
	vertical-align: middle;
	}

td.navlocation
	{
	background: #dddddd;
	}

