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

body {
/*	margin: 0px; */
	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 10pt;	
	color: #565656;	
}

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

ul 
{
	margin: 0px 0px 0px 10px;      
	padding: 0px 0px 0px 10px;
	/*list-style-image: url("http://192.168.0.132/sites/marlow.com.ph/layout/images/bullet.gif");*/
	list-style-image: url("http://www.marlow.com.ph/layout/images/bullet.gif");
}
li 
{
	margin: 0px;      
	padding: 0px 0px 2px 0px;
}
a, a:link,  a:visited  {
	color: #42629B;
	text-decoration: underline;
	font-weight: normal;
}

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


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

.bd_TableHeader {
/*	background: #DCDCDC; */
	color: #42629B;	
	font-weight: bold;
}
.bd_TableSubHeader {
	color: #42629B;	
	font-weight: normal;
}
.bd_TableNormal {
	color: #565656;	
}

.bd_TableCaption {
	color: #010101;	
}


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

	.bd_Title {
		font-size: 9pt;
		line-height: 12pt;
		color: #42629B;
		font-weight: normal;
	}
	.bd_SubTitle {
		font-size: 8pt;
		line-height: 10pt;
		color: #42629B;
		font-weight: bold;
	}
	.bd_Emphasis {
		color: #565656;	
		font-weight: bold;
	}
	.bd_Link {
		color: #42629B;
		text-decoration: underline;
	}
	.bd_Normal {
		color: #565656;	
	}


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

	.bd_BlockTitle {
		font-size: 9pt;
		line-height: 12pt;
		color: #42629B;
		font-weight: normal;
	}
	.bd_BlockSubTitle {
		font-size: 9pt;
		line-height: 11pt;
		color: #42629B;
		font-weight: normal;
		text-decoration: none;
	}
	td .bd_BlockSubTitle a:link, td .bd_BlockSubTitle a:visited  {
		font-size: 9pt;
		line-height: 11pt;
		color: #42629B;
		text-decoration: none;
		font-weight: normal;
	}
	
	td .bd_BlockSubTitle a:active, td .bd_BlockSubTitle a:hover{
		font-size: 9pt;
		line-height: 11pt;
		color: #DC601A;
		text-decoration: none;
	}
	.bd_BlockEmphasis {
		color: #565656;	
		font-weight: bold;
	}
	.bd_BlockLink {
		color: #42629B;
		text-decoration: underline;
	}
	.bd_BlockNormal {
		color: #565656;	
	}


