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

body {
/*	margin: 0px; */
	padding: 0px;
	background-color: #FFFFFF;

	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;	
	color: #606060;	
}

p, table, thead, tbody, tfoot, tr, td, th, span, ul, li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul 
{
	margin: 0px 0px 0px 10px;      
	padding: 0px 0px 0px 10px;
	color: #606060;	
	/*list-style-image: url("http://192.168.0.132/sites/fotolarko/layout/images/bullet.gif");*/
	list-style-image: url("http://www.fotolarko.com.cy/layout/images/bullet.gif");
}

li 
{
	margin: 0px;      
	padding: 0px 0px 2px 0px;
	color: #A70000;	
}
li a:link,  li a:visited  {
	color: #606060;
	text-decoration: none;
	font-weight: normal;
}
li a:active, li a:hover {
	color: #A70000;
	text-decoration: none;
}


a, a:link,  a:visited  {
	color: #A70000;
	text-decoration: none;
	font-weight: normal;
}

a:active, a:hover{
	color: #010101;
	text-decoration: none;
}


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

.bd_TableHeader {
/*	background: #DCDCDC; */
	font-size: 11px;
	line-height: 9px;	
	color: #A70000;
	font-weight: bold;
}
.bd_TableSubHeader {
	color: #A70000;	
	font-weight: normal;
}
.bd_TableNormal {
	color: #606060;	
}

.bd_TableCaption {
	color: #606060;	
}


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

	.bd_Title {
		font-size: 11px;
		line-height: 9px;	
		color: #606060;
		font-weight: normal;
	}
	.bd_SubTitle {
		color: #606060;
		font-weight: bold;
	}
	.bd_Emphasis {
/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		color: #010101;	
		font-weight: normal;
	}
	.bd_Link {
		color: #A70000;
		text-decoration: none;
	}
	.bd_Normal {
		color: #606060;	
	}


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

	.bd_BlockTitle {
		font-size: 11px;
		line-height: 9px;	
		color: #606060;	
		font-weight: bold;
	}
	.bd_BlockSubTitle {
		color: #606060;	
		font-weight: bold;
	}
	.bd_BlockEmphasis {
/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		color: #010101;	
		font-weight: normal;
	}
	.bd_BlockLink {
		color: #A70000;
		text-decoration: none;
	}
	.bd_BlockNormal {
		color: #606060;	
	}

