/*CSS Document*/
body{
	font-size: 11px;
	font-style: normal;
	line-height:20px;
	margin:0px;
    padding:0px;
	background-color:#ffffff;
	color:#003144;
	height:100%;
	text-align:justify;
}

/*General tags*/

/*Paragraph tags*/
	p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height:20px;
		margin-top:0px;
		margin-bottom:12px;
		padding-top:0px;
		text-align:justify;
	}
	p img {
		border:solid 1px #003144;
		margin-top:2px;
		margin-right: 7px;
		margin-bottom : 2px;
	}
	p img.img_right {
		border:solid 1px #003144;
		margin-top:2px;
		margin-right:0px;
		margin-left: 7px;
		margin-bottom : 2px;
	}

/*Span tags*/
	span{
		font-size: 11px;
		font-style: normal;
		line-height:20px;
	}
	span.citation{
		color:#a9a9a9;
		font-style:italic;
		font-size:10px;
		margin-top:0px;
		padding-top:0px;
	}

/*Header tags*/
	h1,h2,h3,h5 { 
		color: #003144;
		margin-bottom:15px;
		margin-top:0px;
	}
	h1{
		font-size: 22px;
	}
	h2{
		font-size: 18px;
	}
	h3{
		margin-top:15px;
		font-size: 12px;
		font-weight:bold;
	}
	h4{
		font-size:11px;
		font-weight:bold;
		color: #003144;
		margin-bottom:0px;
		margin-top:0px;
		padding-bottom:0px;
	}
	h5{
		font-style:italic;
		font-size:14px;
		font-weight:bolder;
		color: #003144;
		margin-top:15px;
	}

/*tables styles*/
	table{
		border-collapse:collapse;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
	}
	td{
		vertical-align:top;
		line-height:20px;
		text-align:justify;
	}

/*list styles*/
	ul,ol {
		margin-left:12px;
	}

/*horizontal line*/ 
	hr {
		border: 0;
		color: #551300;
		background-color: #551300;
		height: 1px;
	}