@charset "utf-8";
/* CSS Document */

/* Main page LATEST ARTICLES HEADER LINK*/

/* page NAME (TITLE) */
.page_name {
	text-decoration: none;
	color: #333333; 
	font-size: 16px;
	font-weight:bold;
	text-align:justify; 
}
/* page desc*/
.page_desc {
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	text-align:justify;
}


/*  table*/
.page_table {
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #999999;
	-moz-border-radius: 5px;
}


