/* investorLYNX Style Sheet */

.content{
	width:900px;
	text-align:left;
	margin:0px 0px 20px 0px;
	}
	
.content h1{
	font-size:18px;
	font-family:Georgia,serif;
	color:#640000;
	font-variant: small-caps;
	text-transform: none;
	font-weight: 100;
	margin-bottom: 0;
}

.para{
    font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-top: .5em;
	color:#333333;
	line-height:18px;
}

.para a{
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-top: .5em;
	color:#640000;
	text-decoration:none;
}

.para a:hover{
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 14px;
    margin-top: .5em;
	color: #7E705E;
	text-decoration:none;
}

.para_start{
	font-family:Georgia,serif;
	font-size: .8em;
    font-weight: bold;
	text-transform:uppercase;
	letter-spacing:2px; 
}

.content_left{
	float:left;
	width:270px;
	text-align:justify;
}

.content_right{
	float:right;
	width:270px;
	text-align:justify;
}

.content_center{
	float:left;
	width:270px;
	text-align:justify;
	border-left:1px #640000 dotted;
	border-right:1px #640000 dotted;
	margin:0px 22px 0px 22px;
	padding:0px 22px 0px 22px;
}

.clear {
	clear:both;
}

