/**** TEXT ****/
p {
	font-size:.8em;
	color:#343434;
	line-height: 1.8em;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 0 0 10px 0;
	text-indent: 1.5em
}


#content_right p {
	font-size: .7em;
	width: 200px;
	margin: 0 45px;
	line-height: 1.1em;
}

#footer p {
	color: #ffffff;
	font-size: .7em;
	text-indent: 0;
}

#content_full p {
	line-height: normal;

}

h1 {
	font-size:1.1em;
	color:#000000;
}
h2 {
	font-size:1.3em;
	color:#000000;
}
h3 {
	font-size:1.2em;
	color:#000000;
}
h4 {
	font-size:1.1em;
	color:#000000;
}
/**** ANCHORS ****/
a:link, a:visited {
	color:#585a6c;
	text-decoration:underline;
}
a:hover, a:active {
	color:#585a6c;
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color:#c8c8d9;
	text-decoration:none;
	font-weight: bold;
}

