/* CSS Document TYPO*/

.read_typo {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height:150%;
	color: #6A6C68;
	}


.read_typo_underline {	
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height:150%;
	color: #6A6C68;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #6A6C68;
	padding:2px;
	}
	
	
.read_typo_sub {
	font: 9px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #6A6C68;
	}


.footer_typo {
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #6A6C68;
	}
	

.subtitle_typo {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #8ECD4D;
	font-weight:bold;
	}	
	

blockquote {
	margin: 0 0 0 0px;
	}	
	
	
ul {
	list-style-type: square;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height:150%;
	color: #6A6C68;
	margin:0 0 0 12px;
	padding:0 0 0 0px;
	}
	
	
a:link {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#6A6C68;
	text-decoration: underline;
	}
a:visited {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#8ECD4D;
	text-decoration: underline;
	}
a:hover {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#8ECD4D;
	text-decoration: none;
	}
a:active {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#000;
	text-decoration: underline;
	}