@charset "utf-8";
/* CSS Document */
html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background-image: url(images/slice_bg.gif);
	background-position:top center;
	background-repeat: repeat-x;
}

td,th {
	color:#0060b6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
ul,li{
font-size:10px;
list-style-image: url('images/bullet.gif');
}

img{
behavior: url(iepngfix.htc);
}

.style2 {
	font-size: 18px;
	font-weight: bold;
}
.style3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
	}
.inner_bg{
	padding-top:5px;
	background-image: url(images/canada_bg.gif);
	background-position:top center;
	background-repeat: no-repeat;
}

.iframe_horz{
overflow:auto;
width: 650px;
height: 145px;
scrollbar-face-color: b6a05d;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: FFFFFF;
}

.iframe_vert{
overflow:auto;
height:400px;
width: 180px;
scrollbar-face-color: b6a05d;
scrollbar-highlight-color: FFFFFF;
scrollbar-3dlight-color: FFFFFF;
scrollbar-darkshadow-color: FFFFFF;
scrollbar-shadow-color: FFFFFF;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: FFFFFF;
}


a {
	color:#0060b6;
	font-weight:bold;
	text-decoration: none;
}

a:link {
	color:#0060b6;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#0060b6;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color:#0060b6;
	font-weight:bold;
	text-decoration: none;
}


.title {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#0060b6;
font-weight:600;
/* border-bottom: 1px solid  #e7e7e7;*/
}

.subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#0060b6;
}

.footer {
padding-top:3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#0060B6;
font-weight:bold;
}


.img_border{
	/* padding: 7 7 7 7; top right bottom left*/
	border: 1px solid #c0b7a1;
}


/* Blue Train Link Begin */
		
		.blue a {
		font-size:10px;
	text-decoration: none;
	color: #00ABE8;
}
.blue a:link {
	text-decoration: none;
	color: #00ABE8;
}
.blue a:visited {
	text-decoration: none;
	color: #00ABE8;
}
.blue a:hover {
	text-decoration: none;
	color: #00ABE8;
}
.blue a:active {
	text-decoration: none;
	color: #00ABE8;
}

.orange a{
font-size:10px;
	text-decoration: none;
	color: #FBA51D;
}
.orange a:link {
	text-decoration: none;
	color: #FBA51D;
}
.orange a:visited {
	text-decoration: none;
	color: #FBA51D;
}
.orange a:hover {
	text-decoration: none;
	color: #FBA51D;
}
.orange a:active {
	text-decoration: none;
	color: #FBA51D;
}

/* Blue Train Link End */