/*Table ===============================================================*/
table.general {
	border-collapse: collapse; 
}			   

/*=====================================================================*/


/*Table corners =======================================================*/
td.e {
	width:5px;
	background-color: #FFFFFF;
	border-right: 1px solid #C0C0C0;
}

td.w {
	width:5px;
	background-color: #FFFFFF;
	border-left: 1px solid #C0C0C0;
}

td.s {
	height:5px ;
	background-color: #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
}

td.n {
	height:5px ;
	background-color: #FFFFFF;
	border-top: 1px solid #C0C0C0;
}

td.ne {
	width:5px;
	height:5px ;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
}

td.nw {
	width:5px;
	height:5px ;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
}

td.se {
	width:5px;
	height:5px ;
	valign:"bottom" 
	align:"left";
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
}

td.sw {
	width:5px;
	height:5px ;
	valign:"bottom";
	align:"right";
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
}
/*=====================================================================*/


/*Main subjects =======================================================*/
td.banner {
	width:170px;
	height:32px;
	font-weight:bold;
	align: center;
	valign: center;
	background-color: #F2B1C7;
	border-style: none; 
	border-width:medium; 
	text-align:center;
	color:white;
	margin-top:1.8em; 
}

/*=====================================================================*/


/* Links =======================================================*/
td.yvUpdate {
	FONT-SIZE: 11px; 
	width:170px;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 

}

/*=====================================================================*/


/*Category ============================================================*/
td.yvCategory {
	width:170px;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
	
}


/*=====================================================================*/


/*Feedback ============================================================*/
td.yvFeedback {
	width:170px;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
	
}

.yvFeedback div.hr {
	display: block;
	margin: 0 -10 5 5;
	WIDTH: 160px;
	border-bottom: 1px dotted red;
	clear: left;}
/*=====================================================================*/
	

/*Archive =============================================================*/
td.yvArchive {
	width:170px;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
}

/*=====================================================================*/


/*Text Part ===========================================================*/
td.TextPart {
	width:680px;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
	TEXT-ALIGN: left
}



.TextPart div.hr {
	display: block;
	margin: 0 -10 0 0;
	WIDTH: 680px;
	border-bottom: 1px dotted red;
	clear: left;
}
	
.TextPart h5 img {
	float: left;
	margin: 0 15px 10px 0;
	clear: left;
	border: none;
}	
/*=====================================================================*/



/*Footer ==============================================================*/
td.footer {
	width:170px;
	font-size: 10px;
	background-color: #FFFFFF;
	TEXT-ALIGN: center;
	border-style: none; 
	border-width:medium; 
	valign: center;
}


/*=====================================================================*/



/*Others ==============================================================*/
td.normal {
	width:170px;
	background-color: #FFFFFF;
	border-style: none; 
	border-width:medium; 
	
}