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

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

	li a:link,  li a:visited  {
		color: #938C61;
		text-decoration: underline;
		font-weight: normal;
	}
	li a:active, li a:hover {
		color: #345c8A;
		text-decoration: underline;
	}

	
	a:link,  a:visited {
		color: #938C61;
		text-decoration: underline;
		font-weight: normal;
	}
	a:active, a:hover {
		color: #345c8A;
		text-decoration: underline;
	}


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

	.bd_TableHeader {
		background: #D2CEBA;
		font-size: 11px;
		color: #78724F;
		font-weight: bold;
	}
	
	.bd_TableSubHeader {
		background: #E3E1D6;
		font-size: 11px;
		color: #364B93;	
		font-weight: normal;
	}

	.bd_TableNormal {
		color: #364B93;	
		font-weight: normal;
	}
	
	.bd_TableCaption {
		color: #364B93;	
	}


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

	.bd_Title {
		font-size: 13px;
		color: #364B93;
		font-weight: bold;
	}
	
	.bd_SubTitle {
		font-size: 13px;
		color: #364B93;
		font-weight: normal;
	}
	
	.bd_Emphasis {
		font-size: 11px;
		color: #364B93;	
		font-weight: bold;
	}

	.bd_BigEmphasis {
		font-size: 12px;
		color: #364B93;
		font-weight: bold;
	}

	.bd_Link {
		color: #938C61;
		text-decoration: underline;
	}
	.bd_Normal {
		color: #364B93;	
	}


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

	.bd_BlockTitle {
		font-size: 13px;
		color: #364B93;
		font-weight: bold;
	}
	
	.bd_BlockSubTitle {
		font-size: 13px;
		color: #364B93;
		font-weight: normal;
	}
	
	.bd_BlockEmphasis {
		color: #364B93;	
		font-weight: bold;
	}
	
	.bd_BlockLink {
		color: #938C61;
		text-decoration: underline;
	}
	
	.bd_BlockNormal {
		color: #364B93;	
	}

