/* CSS Document */

div#content p { line-height:1.4em; }

div#content { 
	margin-top:1%;
	float:left;
	width:800px;
}

H1{ 
	margin-top:1%;
}

div#content a {
	color:#02174A;
	text-decoration:underline;
}

div#content a:hover {
	text-decoration:underline;
}

div .intro {
	font-size:175%;
}	

div.hr {
	clear:left;
  	height: 2px;
  	background: #3E4462 url(../images/hr1.gif) no-repeat scroll center;
}

div.hr hr {
  	display: none;
}

.text {
	color:#0C1934; 
	font-weight:bold;
	width:170px;
	text-align:right; 
	font-size:125%;
}

.tr-pic {
	float:left;
	clear:left;
	margin-bottom:10px;
	width:100%;
}