@charset "UTF-8";
/* CSS Document */

.style1 {font-size: 12px}
.style2 {	color: #BC8305;
	font-weight: bold;
	font-size: 16px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(../img/bg-2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #BC8305;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

a.toronto { font-size: 16px; color: #BC8305; font-weight: bold; text-decoration:underline; }
a.toronto:link { font-size: 16px; color: #BC8305; font-weight: bold; }
a.toronto:visited { font-size: 16px; color: #BC8305; font-weight: bold; }
a.toronto:hover { text-decoration: underline; font-size: 16px; color: #BC8305; font-weight: bold; }
a.toronto:active { font-size: 16px; color: #BC8305; font-weight: bold; }
.toronto { text-decoration: none; font-size: 16px; color: #BC8305; font-weight: bold; }


h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
.style3 {font-size: 10px}