
/* TEXT PAGES
*********************************************************/

/* default */
.text_page{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:90%;
}


/*links*/
.text_page a{
	color:#000000;
	text-decoration:none;
}
.text_page a:hover{
	color:#000000;
	text-decoration:underline;
}


/* title */
.text_page h2{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.text_page h2 span{
	color:#8e8e8e;
}
.text_page h2 a{
	color:#000000;
	text-decoration:none;
}
.text_page h2 a:hover{
	color:#000000;
	text-decoration:none;
}




