
/********************************************************
*		General containers			*
********************************************************/
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #F9FAF4;
}

div.container{
	font-family : Verdana,Helvetica,Arial;
	font-weight : normal;
	line-height : 11pt;
	color: black;
	background-color: #F9FAF4;
	width:100%;
	margin: 0px;
	padding: 0px;
}

/********************************************************
*		Header					*
********************************************************/
div.header{
	padding: 0px;
	margin: 15px 15px 25px 15px;
 	border: #F2E4DA 1px solid ;
	height: auto;
}

.header H1 {
	background-color : transparent;
	border      : none;
	color       : #393939;
	font-family : Verdana,Arial,Helvetica;
	font-size   : 20px;
	font-weight : bold;
	line-height : 60px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 60px;
	height: 60px;
	background-image: url('images/rd.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	white-space: nowrap;
}

.header H1 a{
	height: 12px;
	line-height: 12px;
	font-size   : 10px;
	position: absolute;
	left: 70px;
	top: 64px;
}

.header H2 {
	background-color : transparent;
	border      : none;
	border-top: #F2E4DA 1px solid ;
	color       : #393939;
	font-family : Verdana,Arial,Helvetica;
	font-size   : 15px;
	font-weight : bold;
	line-height : 30px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 60px;
	height: 30px;
	white-space: nowrap;
}

.header div.logo{
	float: right;
}

/********************************************************
*		Footer					*
********************************************************/
div.footer{
	padding: 5px;
	margin: 15px;
 	border: #F2E4DA 1px solid;
	font-size : 9px;
	vertical-align: middle;
	height : 12px;
}

div.revision{
	margin: 0px;
	float:right;
	text-align: right;
	line-height : 12px;
	vertical-align: middle;
}

div.copyright{
	margin: 0px;
	float:left;
	text-align: right;
	line-height : 12px;
	vertical-align: middle;
}

div.report{
	margin: 0px;
	text-align: center;
	line-height : 12px;
	vertical-align: middle;
}

/********************************************************
*		Content					*
********************************************************/
div.content{
	padding: 0px 15px 5px 15px;
}

div.floating-right{
	margin: 5px 5px 5px 5px;
	float:right;
	vertical-align: middle;
}

div.floating-left{
	margin: 5px 5px 5px 5px;
	float:left;
	vertical-align: middle;
}

span.red{
	color : #800000;
}

A {
	color           : #393939;
	background-color: #F2E4DA ;
	font-weight     : bold;
	letter-spacing  : 1px;
	text-decoration : none;
}

A:hover {
	color          : #800000;
	letter-spacing : 1px;
	text-decoration: underline;
}

ul { 
	padding: 0px;
	margin: 0px;
}

li {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : normal;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 20px;
	text-align : justify;
 	border      : #F2E4DA 1px solid ;
	list-style-position: inside;
}

li:first-line{
	font-weight: bold;
}

img{
	border:0;
	margin:0;
	background-color: transparent;
}

H1 {
	color       : #000000;
	font-family : Verdana,Arial,Helvetica;
	font-size   : 12px;
	font-weight : bold;

	padding: 5px 5px 5px 5px;
	margin: 15px 0px 5px 0px;

	background-color : #FFFFFF;
	border      : #B58461 1px solid ;
}

H2 {
	color       : #000000;
	font-family : Verdana,Arial,Helvetica;
	font-size   : 12px;
	font-weight : bold;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 10px;
	border      : #B58461 1px solid ;
}

P {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : normal;
	padding: 5px 5px 5px 5px;
	margin: 5px 0px 5px 20px;
	text-align : justify;
 	border      : #F2E4DA 1px solid ;
}

p.disclaimer {
	color : #800000;
}

table {
	width: 100%;
	padding: 0;
	margin: 5px 0px 5px 20px;
	border : #F2E4DA 1px solid ;
	border-collapse: collapse;
}

td {
	color : #000000;
	font-family : Verdana, Arial, Helvetica;
	font-size : 11px;
	font-weight : normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	border : #F2E4DA 1px solid ;
	margin: 0;
}

td.name{
	white-space: nowrap;
}

div.spacer {
	clear: both;
}

div.lmimages{
	background-color: #F9FAF4;
	padding: 0px;
	margin: 5px 0px 5px 20px;
	border: #F2E4DA 1px solid;
}

div.lmimage{
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
	border: #F2E4DA 1px solid;
}

.lmimages p{
	padding: 0px;
	margin: 0px;
	border : none;
	text-align: center;
}

.lmimages p:first-line{
	font-weight: bold;
}

