
/* --- Styles for General Tags ----------------------------------------------------------------------- */

	body {
		color: #595959;	
		font-size: 12px;
		line-height: 14px;
		background-color: #FFFFFF;
		font-family: Tahoma, Verdana;
	}
	
	p, table, thead, tbody, tfoot, tr, td, th, span, ul, li {
		color: #595959;	
		font-size: 12px;
		line-height: 14px;
		font-family: Tahoma, Verdana;
	}
	
	ul {
		color: #595959;	
		/*list-style-image: url('http://192.168.0.132/sites/kyprianou/layout/images/page_bullet.gif');*/
		list-style-image: url('http://www.kyprianou.com.cy/layout/images/page_bullet.gif');
    margin-left:10px; 
    margin-right:0px; 
    margin-top:0px; 
    margin-bottom:0px; 
    padding-left:15px;
    padding-right:0px; 
    padding-top:2px; 
    padding-bottom:3px
	}
	li {
		color: #595959;
		font-size: 12px;
		line-height: 14px;
		padding: 2px 0px 2px 0px;
	}

	li a:link,  li a:visited  {
		color: #FC9F30;
		font-size: 12px;
		line-height: 14px;
		text-decoration: none;
	}
	li a:hover {
		color: #FC9F30;
		font-size: 12px;
		line-height: 14px;
		text-decoration: underline;
	}

	a:link,  a:visited {
		color: #FC9F30;
		text-decoration: none;
	}
	a:hover {
		color: #FC9F30;
		font-size: 12px;
		line-height: 14px;
		text-decoration: underline;
	}

/* --- User Styles for Tables ----------------------------------------------------------------------- */

	.bd_TableHeader {
		font-size: 12px;
		line-height: 15px;	
		color: #000000;
		font-weight: bold;
		background: #AEAEAE;
		font-family: Tahoma, Verdana;
	}
	
	.bd_TableSubHeader {
		font-size: 12px;
		line-height: 14px;	
		color: #000000;	
		font-weight: bold;
		background: #E6E2D2;
	}
	
	.bd_TableNormal {
		font-size: 12px;
		line-height: 14px;	
		color: black;
	  background: #F7F5ED;
	}
	
	.bd_TableCaption {
		color: black;	
	}


/* --- User Styles for Page ----------------------------------------------------------------------- */

	.bd_Title {
		color: #FF9600;
		font-size: 18px;
		line-height: 20px;
		font-family: Georgia, Verdana;
	}
	
	.bd_SubTitle {
		color: #595959;
		font-size: 12px;
		line-height: 14px;	
		font-weight: bold;
	}
	
	.bd_Link {
		color: #FC9F30;
		font-size: 12px;
		line-height: 14px;	
		text-decoration: none;
	}
	.bd_Normal {
		color: #595959;
		font-size: 12px;
		line-height: 14px;	
	}
	
	.bd_Emphasis {
		color: #595959;	
		font-size: 12px;
		line-height: 14px;	
		font-weight: bold;
	}

	.bd_BigEmphasis {
		color: #595959;	
		font-size: 12px;
		line-height: 13px;	
		font-weight: bold;
	}

/* --- User Styles for Blocks ----------------------------------------------------------------------- */
	
	.bd_BlockTitle {
		color: #4D5C52;
		font-size: 18px;
		line-height: 20px;
		font-family: Georgia, Verdana;
	}
	
	.bd_BlockSubTitle {
		color: #595959;
		font-size: 12px;
		line-height: 14px;	
		font-weight: bold;
	}
		
	.bd_BlockLink {
		color: #FC9F30;
		font-size: 12px;
		line-height: 14px;	
		text-decoration: none;
	}
	
	.bd_BlockNormal {
		color: #595959;
		font-size: 12px;
		line-height: 14px;	
	}

	.bd_BlockEmphasis {
		color: #595959;
		font-size: 12px;
		line-height: 14px;	
		font-weight: bold;
	}
