
/* --- 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: #585858;	
}

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

ul 
{
	margin: 0px 0px 0px 10px;      
	padding: 0px 0px 0px 10px;
	color: #585858;	
	/*list-style-image: url("http://192.168.0.132/sites/handsdesigns/layout/images/bullet.gif");*/
	list-style-image: url("http://www.hands.com.cy/layout/images/bullet.gif");
}
ul ul {
	margin: 0px 0px 0px 10px;      
	padding: 0px 0px 0px 10px;
	color: #585858;	
	/*list-style-image: url("http://192.168.0.132/sites/handsdesigns/layout/images/bullet_l2.gif");*/
	list-style-image: url("http://www.hands.com.cy/layout/images/bullet_l2.gif");
}
li 
{
	margin: 0px;      
	padding: 0px 0px 2px 5px;
	color: #585858;	
}
li .bd_ListEmphasis
{
	margin: 0px;      
	padding: 0px 0px 2px 0px;
	color: #AD1E1A;	
}
a, a:link,  a:visited  {
	color: #863600;
	text-decoration: underline;
	font-weight: normal;
}

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


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

.bd_TableHeader {
	background: #863600;
	color: #FFFFFF;
	font-weight: bold;
}
.bd_TableSubHeader {
	background: #B4B4B4;
	font-size: 10px;
	color: #010101;	
	font-weight: normal;
}
.bd_TableNormal {
	color: #010101;	
}

.bd_TableCaption {
	color: #B4B4B4;	
}


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

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


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

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

