/* colours

red: #c33928 
grey: #777777


*/

body {
	margin: 0px;
}

td,th,p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	text-align: left;
	line-height: 135%;
}

td,th {
	height: 30px;
}

table {
    border-collapse: collapse;
}


.table_head_left {
	font-size: 14px;
	color: #c33928;
	font-weight: 700;
	text-align: left;
	padding: 5px 0px 15px 15px;
}

.table_head_right {
	font-size: 14px;
	color: #c33928;
	font-weight: 700;
	text-align: right;
	padding: 5px 15px 15px 0px;
}


.table_left {
	padding-left: 15px;
}

.table_left img {
	margin-bottom: -3px;
}

.table_left_no_bottom {
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	height: 15px;
	line-height: 0%;
}

.table_center {
	text-align: center;
}

.table_right {
	text-align: right;
	padding-right: 15px;
}


.note {
	font-size: 12px;
	color: #777777;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 0px;
}


.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
	vertical-align: top;
}


a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: 700;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: 700;
}

a:link, a:visited {
	color: #c33928;
	text-decoration: none;
}
a:hover, a:active {
	color: #777777;
	text-decoration: none;
}

a.sens:link, a.sens:visited {
	color: #c33928;
	text-decoration: none;
}
a.sens:hover, a.sens:active {
	color: #777777;
	text-decoration: none;
}


.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 12px;
	font-size: 1px;
}

hr {
	color: #959595;
	background-color: #959595;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}

.spacer {
	height: 12px;
	font-size: 1px;
}


/*---- SENS pop-up styles starts here ------*/

body.sens	{
	margin-top: 20px;

}


.sens_head {

	font-size: 20px;
	color: #c33928;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	height: 24px;

	padding-left: 20px;
}

.sens_date {
	height: 28px;

	padding-left: 20px;

	padding-bottom: 10px;
	border-bottom: solid #777777 1px;

}

.sens_body {
	text-align: justify;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.mono_type {
	padding-left: 20px;
	padding-right: 20px;
}

/*---- SENS pop-up styles starts here ------*/



