/********************** ---------- TABLES CSS STARTS Richards Gay !! --------------***************************/
		h1 {
		font-size: 30px;
		}
		/*main table wrapper*/
		#tableWrap{
		text-align: center;
		margin: 0px;
		padding: 0px;
		}
		
		/*table declerations*/
		#mytable {
			width: 90%;
			padding: 0;
			margin: 0;
			text-align: left;
		}
		
		/*Main Table Properties*/
		
		td {
			border-right: 1px solid #cccccc;
			border-left: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			background: #fff;
			padding: 6px 6px 6px 12px;
			color: #4f6b72;
		}

		/*Table header - titles*/
		th {
			font: bold 11px "Arial", Verdana, Helvetica, sans-serif;
			color: #4f6b72;
			border-right: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
			border-top:	1px solid #cccccc;
			border-left: 1px solid #cccccc;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: left;
			padding: 6px 6px 6px 12px;
			background: #CAE8EA url(/images/bg_header.jpg) no-repeat;
		}
		
		/*Selected row*/
		td.alt {
			color: #797268;
		}
		
		/* Article number */
		td.specalt {
			border-left: 1px solid #C1DAD7;
			border-top: 0;
			background: #f5e4f0 url(/images/bullet2.gif) no-repeat;
			font: bold 12px "Arial", Verdana, Helvetica, sans-serif;
			color: #797268;
		}
		
		/*article description styling */
		td.excerpt {
			font-size: 12px;
		}
		
		
		/*article list styling */
		td.excerpt li {
			font-size: 12px;
			color: #4f6b72;
		}
		
		td.articletitle {
		background: #EEEDEF;
		}
		
		
		
		/*article titles hyperlink */
		td.articletitle a {
		font: bold 13px "Arial", Verdana, Helvetica, sans-serif;
		color: #666666;
		font-style:normal;
		}
		
		td.articletitle a:hover {
		color:#FF0000;
		}
		
		td.date {
		font: 11px "Arial", Verdana, Helvetica, sans-serif;
		color: #4f6b72;
		}
		
		td.type a{
		font:  11px "Arial", Verdana, Helvetica, sans-serif;
		color: #4f6b72;
		}
		
		td.type a:hover{
		color:#FF0000;
		}
		
		td.jurisdiction a{
		font:  11px "Arial", Verdana, Helvetica, sans-serif;
		color: #4f6b72;
		}
		
		td.jurisdiction a:hover{
		color:#FF0000;
		}
		
		td.topic a{
		font: 11px "Arial", Verdana, Helvetica, sans-serif;
		color: #4f6b72;
		}
		
		td.topic a:hover{
		color:#FF0000;
		}
		
/********************************** ------------ TABLES CSS ENDS --------------******************************/
	
		#tabs #current
		{
			color: white;
			background-image: url(../images/tab_articles_l.gif);
		}
		.title {
		background: #FF0000;
		}
		#tabs #current a
		{
			background-image: url(../images/tab_articles_r.gif);
			color:white;
			padding-bottom:5px;
		}
		.headerbarlinks
		{
			color: white;
			font-size: 12px;
			font-family: arial;
			background-color: #FF0000;
			position: relative;
			top: -2px;
			visibility: visible;
			padding-top: 7px;
			padding-left: 10px;
			padding-bottom: 7px;
		}
		.headerbarlinks a
		{
			color: white;
			text-decoration: none;
		}
		.headerbarlinks a:hover
		{
			color: white;
			font-weight: bold;
			text-decoration: underline overline;
		}
		.headerbarlinks a:visited
		{
			color: white;
			text-decoration: none;
		}
		.headerbarlinks a:visited:hover
		{
			color: white;
			text-decoration: none;
			text-decoration: underline overline;
		}
		.centercolumn li
		{
			color: #000000;
			font-size: 12px;
			font-family: arial;
			vertical-align: middle;
			list-style-image: url(../images/bulletpoint_articles.gif);
		}
		
