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

	@font-face {
    font-family: MgHelvetica;
    font-style:  normal;
    font-weight: normal;
    src: url(MGHELVE1.eot);
	}

	@font-face {
    font-family: MgHelveticaCond;
    font-style:  normal;
    font-weight: normal;
    src: url(MGHELVE0.eot);
	}

	body {
		/*	margin: 0px; */
		padding: 0px;
	
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 9pt;
		line-height: 14pt;	
		color: #5B5C5D;	
	}

	p, table, thead, tbody, tfoot, tr, td, th, span, ul, li {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 9pt;
		line-height: 14pt;	
	}

	ul {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 9pt;
		line-height: 11pt;	
		margin: 0px 0px 0px 10px;      
		padding: 0px 0px 0px 10px;
		color: #5B5C5D;	
		list-style-image: url("http://192.168.0.132/sites/velos/layout/images/bullet_3.gif");
		/*list-style-image: url("http://www.velos.com.cy/layout/images/bullet_3.gif");*/
	}

	li {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 9pt;
		line-height: 11pt;	
		margin: 0px 2px 0px 0px;      
		padding: 0px 0px 5px 0px;
		color: #5B5C5D;	
	}

	li a:link, li a:visited  {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		color: #FF5C00;
		text-decoration: none;
		font-weight: normal;
	}
	li a:active, li a:hover {
		color: #5B5C5D;
		text-decoration: none;
	}

	.leftarea ul {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 8pt;
		line-height: 10pt;	
		margin: 0px 0px 0px 10px;      
		padding: 0px 0px 0px 10px;
		color: #5B5C5D;	
		list-style-image: url("http://192.168.0.132/sites/velos/layout/images/bullet_1.gif");
		/*list-style-image: url("http://www.velos.com.cy/layout/images/bullet_1.gif");*/
	}


	.leftarea ul li {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 8pt;
		line-height: 10pt;	
		margin: 0px 2px 0px 0px;      
		padding: 0px 0px 5px 0px;
		color: #5B5C5D;	
	}

	.leftarea ul li a:link, .leftarea ul li a:visited  {
		font-family:  MgHelvetica, Arial, Verdana, sans-serif;
		font-size: 8pt;
		line-height: 10pt;	
		color: #FF5C00;
		text-decoration: none;
		font-weight: normal;
	}
	.leftarea ul li a:active, .leftarea ul li a:hover {
		color: #5B5C5D;
		text-decoration: none;
	}

	a, a:link,  a:visited  {
		color: #FF5C00;
		text-decoration: none;
		font-weight: normal;
	}
	
	a:active, a:hover{
		color: #5B5C5D;
		text-decoration: none;
	}


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

	.bd_TableHeader {
	/*	background: #DCDCDC; */
		font-size: 9pt;
		line-height: 11pt;	
		color: #5B5C5D;
		font-weight: bold;
	}
	.bd_TableSubHeader {
		font-size: 9pt;
		line-height: 11pt;	
		color: #FF5C00;
		font-weight: normal;
	}
	.bd_TableNormal {
		color: #5B5C5D;	
	}
	
	.bd_TableCaption {
		color: #E8480E;	
	}


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

	.bd_Title {
		font-family:  MgHelveticaCond, Arial Narrow, Verdana, sans-serif;
		font-size: 18pt;
		line-height: 20pt;	
		color: #5B5C5D;
		font-weight: normal;
	}
	.bd_SubTitle {
		font-size: 9pt;
		line-height: 11pt;	
		color: #5B5C5D;
		font-weight: bold;
	}
	.bd_Emphasis {
		/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		color: #FF5C00;	
		font-weight: normal;
	}
	.bd_Link {
		color: #FF5C00;
		text-decoration: none;
	}
	.bd_Normal {
		color: #5B5C5D;
	}


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

	.bd_BlockTitle {
		font-family:  MgHelveticaCond, Arial Narrow, Verdana, sans-serif;
		font-size: 18pt;
		line-height: 20pt;	
		color: #5B5C5D;
		font-weight: normal;
	}
	.bd_BlockSubTitle {
		font-size: 9pt;
		line-height: 11pt;	
		color: #5B5C5D;
		font-weight: bold;
	}
	.bd_BlockEmphasis {
	/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		color: #FF5C00;	
		font-weight: normal;
	}
	.bd_BlockLink {
		color: #FF5C00;
		text-decoration: none;
	}
	.bd_BlockNormal {
		color: #5B5C5D;	
	}

