body {
	background: #000;
	margin: 0;
}

.topright {
	font-family: trebuchet ms, serif;
	font-size: 11px;
	color: #c9c9c9;
}

td.footer {
	font-family: trebuchet ms, serif;
	font-size: 11px;
	color: #373737;
}

td.toronto {
	font-family: trebuchet ms, serif;
	font-size: 10px;
	color: #fff;
}

a.address:link, a.address:visited {
	font-family: trebuchet ms, serif;
	font-size: 11px;
	color: #c9c9c9;
	text-decoration: none;
}

a.address:hover, a.address:active {
	font-family: trebuchet ms, serif;
	font-size: 11px;
	color: #e11031;
	text-decoration: none;
}
a.menu:link, a.menu:visited {
	font-family: trebuchet ms, serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	font-family: trebuchet ms, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
a.legal:link, a.legal:visited {
	font-family: trebuchet ms, serif;
	font-size: 11px;
	color: #373737;
	text-decoration: none;
}

a.legal:hover, a.legal:active {
	font-family: trebuchet ms, serif;
	font-size: 11px;
	color: #e11031;
	text-decoration: none;
}
a.text:link, a.text:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.text:hover, a.text:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
a.text2:link, a.text2:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.text2:hover, a.text2:active {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#news {
	font-family: trebuchet ms, serif;
	font-size: 13px;
	color: #fff;
}

#news a:link, #news a:visited {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#news a:hover, #news a:active {
	font-size: 13px;
	color: #ff0000;
	text-decoration: underline;
}

#ticker a:link, #ticker a:visited {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#ticker a:hover, #ticker a:active {
	font-size: 13px;
	color: #ff0000;
	text-decoration: underline;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	background: url('images/menu/back.png');
	padding:2px;
	left: -999em;
	z-index:2;
	margin:0px;
}

#nav li ul li {
	padding:2px;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.main {
	font-family: trebuchet ms, serif;
	font-size: 13px;
	padding:13px;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.main p {
	padding-top:0px;
	padding-bottom:10px;
	margin:0px;
}
h1 {
	font-family: trebuchet ms, serif;
	font-size: 20px;
	color: #000;
	padding: 0px;
	margin: 0px;
	margin-bottom:5px;
}

h2 {
	font-family: trebuchet ms, serif;
	font-size: 20px;
	color: #fff;
	padding: 0px;
	margin: 0px;
	margin-bottom:5px;
}

h3 {
	font-family: trebuchet ms, serif;
	font-size: 22px;
	color: #000;
	padding: 0px;
	margin: 0px;
	margin-top:-10px;
}

.list {
	font-family: trebuchet ms, serif;
	font-size: 11px;
}