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

	body {
	/*	margin: 0px; */
		padding: 0px;
		background-color: #FFFFFF;
	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;	
		color: #005AA9;	
	}
	
	p, table, thead, tbody, tfoot, tr, td, th, span, ul, li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	form {
		margin: 0px;
		border: 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 10px;
		color: #005AA9;	
	}
	
	ul 
	{
		margin: 0px 0px 0px 10px;      
		padding: 0px 0px 0px 10px;
		color: #005AA9;	
	/*	list-style-image: url("http://192.168.0.132/sites/wtccy/layout/images/page_bullet.gif"); */
	 list-style-image: url("http://www.wtccy.org/layout/images/page_bullet.gif"); 
	/*	list-style-image: url("http://216.150.2.58/layout/images/page_bullet.gif");*/
	}
	li 
	{
		margin: 0px;      
		padding: 0px 0px 2px 0px;
		color: #005AA9;	
	}
	
	a, a:link,  a:visited  {
		color: #EC6500;
		text-decoration: none;
		font-weight: normal;
	}
	a:active, a:hover{
		color: #005AA9;
		text-decoration: normal;
	}


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

	.bd_TableHeader {
	/*	background: #DCDCDC; */
		font-size: 13px;
		color: #EC6500;
		font-weight: bold;
	}
	
	.bd_TableSubHeader {
		font-size: 11px;
		color: #005AA9;	
		font-weight: bold;
	}
	
	.bd_TableNormal {
		color: #005AA9;	
	}
	
	.bd_TableCaption {
		color: #63C7F2;	
	}


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

	.bd_Title {
		font-size: 13px;
		color: #EC6500;
		font-weight: bold;
	}
	
	.bd_SubTitle {
		font-size: 11px;
		color: #005AA9;
		font-weight: bold;
	}
	
	.bd_Emphasis {
/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		color: #010101;	
		font-weight: normal;
	}
	
	.bd_BigEmphasis {
		font-size: 12px;
		color: #010101;
		font-weight: bold;
	}

	.bd_Link {
		color: #EC6500;
		text-decoration: none;
	}
	
	.bd_Normal {
		color: #005AA9;	
	}

	.bd_Quote {
		font-size: 10px;
		color: #005AA9;
		font-weight: normal;
		font-style: italic;
	}

	.bd_BigQuote {
		font-size: 11px;
		color: #005AA9;
		font-weight: normal;
		font-style: italic;
	}

	.bd_Caption {
		font-size: 10px;
		color: #EC6500;
		font-weight: normal;
	}

	.bd_Comment {
		font-size: 10px;
		color: #005AA9;
		font-weight: normal;
		font-style: italic;
	}

	.bd_SmallComment {
		font-size: 9px;
		color: #005AA9;
		font-weight: normal;
		font-style: italic;
	}

	.bd_HeaderText {
		font-size: 10px;
		color: #005AA9;
		font-weight: normal;
	}

	.bd_FooterText {
		font-size: 10px;
		color: #005AA9;
		font-weight: normal;
	}

	.bd_Reference {
		font-size: 10px;
		color: #010101;
		font-weight: normal;
	}


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

	.bd_BlockTitle {
		color: #EC6500;	
		font-weight: bold;
	}
	.bd_BlockSubTitle {
		color: #005AA9;	
		font-weight: bold;
	}
	.bd_BlockEmphasis {
/*		padding: 0px 2px 0px 2px;
		background: #ABD3DC; */
		color: #010101;	
		font-weight: normal;
	}
	.bd_BlockLink {
		color: #EC6500;
		text-decoration: none;
	}
	.bd_BlockNormal {
		color: #005AA9;	
	}

