
/* --- Styles for General Tags ----------------------------------------------------------------------- */

	body {
	/*	margin: 0px; */
		padding: 0px;
		background-color: #FFFFFF;
									
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;	
		color: #000000;	
	}
	
	p, table, thead, tbody, tfoot, tr, td, th, span, ul, li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 13px;	
		color: #000000;	
	}
	
	ul {
		margin: 0px 0px 0px 10px;      
		padding: 0px 0px 5px 10px;
		color: #000000;	
		/*list-style-image: url("http://192.168.0.132/sites/kathimerini/layout/images/bullet.gif");*/
		list-style-image: url("http://newsite.kathimerini.com.cy/layout/images/bullet.gif");
	}
	
	li {
		margin: 0px;      
		padding: 2px 0px 2px 0px;
		color: #000000;	
	}

	li a:link,  li a:visited  {
		color: #316394;
		text-decoration: none;
		font-weight: normal;
	}
	li a:active, li a:hover {
		color: #316394;
		text-decoration: underline;
		font-weight: normal;
	}

	
	a:link,  a:visited {
		color: #316394;
		text-decoration: none;
		font-weight: normal;
	}
	a:active, a:hover {
		color: #316394;
		text-decoration: underline;
		font-weight: normal;
	}


/* --- User Styles for Tables ----------------------------------------------------------------------- */

	.bd_TableHeader {
		background: #B2BED0;
		font-size: 14px;
		line-height: 16px;	
		color: #002577;
		font-weight: bold;
	}
	
	.bd_TableSubHeader {
		background: #DFE4EC;
		font-size: 11px;
		line-height: 13px;	
		color: #002577;	
		font-weight: bold;
	}
	
	.bd_TableNormal {
		font-size: 11px;
		line-height: 13px;	
		color: #002577;	
	}
	
	.bd_TableCaption {
		color: #565656;	
	}


/* --- User Styles for Page ----------------------------------------------------------------------- */

	.bd_Title {
		color: #002577;
		font-size: 14px;
		line-height: 16px;	
		font-weight: bold;
		text-decoration: none;
	}
	
	.bd_SubTitle {
		color: #002577;
		font-size: 13px;
		line-height: 15px;	
		font-weight: normal;
		text-decoration: none;
	}
	
	.bd_Emphasis {
		font-size: 11px;
		line-height: 13px;	
		color: #002577;	
		font-weight: bold;
	}

	.bd_Link {
		color: #316394;
		text-decoration: underline;
		font-weight: normal;
	}
	.bd_Normal {
		color: #000000;	
	}

	.bd_Quote {
		color: #545454;
		font-weight: normal;
		font-style: italic;
	}

	.bd_Caption {
		color: #545454;
		font-weight: normal;
	}

	.bd_Comment {
		color: #000000;
		font-weight: normal;
		font-style: italic;
	}

	.bd_Comment_2 {
		color: #316394;
		font-weight: normal;
		font-style: italic;
	}

/* --- User Styles for Blocks ----------------------------------------------------------------------- */

	.bd_BlockTitle {
		color: #002577;
		font-size: 14px;
		line-height: 16px;	
		font-weight: bold;
		text-decoration: none;
	}
	
	.bd_BlockSubTitle {
		color: #002577;
		font-size: 13px;
		line-height: 15px;	
		font-weight: normal;
		text-decoration: none;
	}
	
	.bd_BlockEmphasis {
/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		font-size: 11px;
		line-height: 13px;	
		color: #002577;	
		font-weight: bold;
	}
	
	.bd_BlockLink {
		color: #316394;
		text-decoration: underline;
		font-weight: normal;
	}
	
	.bd_BlockNormal {
		color: #000000;	
	}

