/* colours

red: rgb(194, 53, 40)   #c23528 
grey: rgb(51, 51, 51)	#333333


*/

body {
	margin: 0px;
}

td,th,p {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;

}


table {
    border-collapse: collapse;
}


.table_head_left {
	font-size: 14px;
	color: #c23528;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 15px 15px;
}


.table_left {
	padding-left: 15px;
}

.table_left_no_bottom {
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	height: 15px;
	line-height: 0%;
}

.table_right {
	text-align: right;
	padding-right: 15px;
}




.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
}


a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited {
	color: #c23528;
	text-decoration: none;
}
a:hover, a:active {
	color: #333333;
	text-decoration: none;
}

a.sens:link, a.sens:visited {
	color: #c23528;
	text-decoration: none;
}
a.sens:hover, a.sens:active {
	color: #333333;
	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: #c23528;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	height: 24px;

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

	padding-left: 20px;

	padding-bottom: 10px;
	border-bottom: solid #333333 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 ------*/


					  .center {
	font-family: 'Open Sans', sans-serif;
	width:99%;
	display: block;
	font-size: 12px;
	color: #777777;
	text-align: center;
	font-weight: normal;
}
