/********************************************************************************
* This tool is developed using Rich Media's proprietary code library and may    *
* not be reproduced, altered, reverse engineered, or otherwise copied or        *
* distributed in whole or in part, without the express written permission of    *
* Rich Media.                                                                   *
*                                                                               *
* Please note that this project was developed for Scotiabank with the agreement *
* that the source code will not be used for any other project, resold by        *
* Scotiabank, nor provided by Scotiabank to any other company. It is also agreed*
* that certain calculations, validation, currency, reporting, saving and        *
* graphing functionality come from Rich Media's internally developed library    *
* and have been and will continue to be freely used by Rich Media for any of    *
* its clients.                                                                  *
********************************************************************************/

body {
	font-style:normal;
	font-family:"Arial", sans-serif;
	color:#656565;
	font-size:14px;
}
a {
	text-decoration:none;
	color:#d71d04;
}
.font1{
    font-size:10px;
}
.helpText a{
	color:#656565;
}
	.helpText a:hover{
		color:#d71d04;
	}
.white-txt {
	color: #FFF;
}
.grey-txt {
	color: #666;
}
.blue-txt {
	color:#3298cb;
}
.pink-txt {
	color:#cb0065;
}
.black-txt {
	color:#000;
}
.headerText {
	font-size:33px;
	font-weight:normal;
	color:#d71d04;
	margin: 10px 0 10px 0;
	text-align:right;
}
.introText {
	font-size: 17px;
}
.subheadText {
	font-size: 17px;
	font-weight:normal;
	/*margin-bottom:15px;*/
}
	.subheadText.sb_0 {
		
		margin-bottom:5px;
	}
	.subheadText.sb_1 {
		margin-top: 22px;
		margin-bottom:10px;
	}
	/*.subheadText.sb_2 {
		margin-top: 5px;
		font-size: 17px;
	}*/
.helpText {
	font-size:15px;
	font-weight:bold;
	line-height:20px;
	color:#505050;
}
.divider {
	font-weight:normal;
	font-size:12px;
}
.footerText{
	font-size: 11px;
	margin-top: 15px;
	width: 100%;
	position: relative;
	text-align: justify;
}
.privacy-links .right a{
	color:#666;
	font-size: 14px;
}

.font-small-fr {
	font-size:12px;
}