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

	body {
	/*	margin: 0px; */
		padding: 0px;
		background-color: #FFFFFF;
									
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 13px;	
		color: #151518;	
	}
	
	p, table, thead, tbody, tfoot, tr, td, th, span, ul, li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 13px;	
	}
	
	ul {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 10px;
		color: #151518;	
		/*list-style-image: url("http://192.168.0.132/sites/cyprus-home/layout/images/bullet.gif");*/
		list-style-image: url("http://www.cyprus-home.com/layout/images/bullet.gif");
	}
	li {
		margin: 0px;      
		padding: 0px 0px 2px 0px;
		color: #151518;	
	}

	li a:link,  li a:visited  {
		color: #0095E4;
		text-decoration: none;
		font-weight: normal;
	}
	li a:active, li a:hover {
		color: #E6000E;
		text-decoration: none;
	}

	
	a:link,  a:visited {
		color: #0095E4;
		text-decoration: none;
		font-weight: normal;
	}
	a:active, a:hover {
		color: #E6000E;
		text-decoration: none;
	}


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

	.bd_TableHeader {
	/*	background: #DCDCDC; */
		font-size: 12px;
		line-height: 14px;	
		color: #E6000E;
		font-weight: bold;
	}
	
	.bd_TableSubHeader {
		font-size: 11px;
		line-height: 13px;	
		color: #0095E4;	
		font-weight: bold;
	}
	
	.bd_TableNormal {
		color: #151518;	
	}
	
	.bd_TableCaption {
		color: #FFEB00;	
	}


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

	.bd_Title {
		font-size: 12px;
		line-height: 14px;	
		color: #E6000E;
		font-weight: bold;
	}
	
	.bd_SubTitle {
		font-size: 11px;
		line-height: 13px;	
		color: #0095E4;
		font-weight: bold;
	}
	
	.bd_Emphasis {
		font-size: 10px;
		color: #0095E4;	
		font-weight: bold;
	}

	.bd_BigEmphasis {
		font-size: 11px;
		color: #151518;
		font-weight: bold;
	}

	.bd_Link {
		color: #0095E4;
		text-decoration: none;
	}
	.bd_Normal {
		color: #151518;	
	}

	.bd_Quote {
		font-size: 10px;
		color: #151518;
		font-weight: normal;
		font-style: italic;
	}

	.bd_BigQuote {
		font-size: 11px;
		color: #151518;
		font-weight: normal;
		font-style: italic;
	}

	.bd_Caption {
		font-size: 10px;
		color: #FFEB00;
		font-weight: normal;
	}

	.bd_Comment {
		font-size: 10px;
		color: #151518;
		font-weight: normal;
		font-style: italic;
	}

	.bd_SmallComment {
		font-size: 9px;
		color: #151518;
		font-weight: normal;
		font-style: italic;
	}

	.bd_Reference {
		font-size: 10px;
		color: #FFEB00;
		font-weight: normal;
	}

/* --- User Styles for Blocks ----------------------------------------------------------------------- */

	.bd_BlockTitle {
		color: #0095E4;	
		font-weight: bold;
	}
	
	.bd_BlockSubTitle {
		color: #151518;	
		font-weight: bold;
	}
	
	.bd_BlockEmphasis {
		color: #0095E4;	
		font-weight: bold;
	}
	
	.bd_BlockLink {
		color: #0095E4;
		text-decoration: none;
	}
	
	.bd_BlockNormal {
		color: #151518;	
	}

