/* [%-# %W% %T%,%D% (yy/mm/dd) -%] */
/* *****************************************************************************
	smaller, centered style to normal div.blockWrapper and div.block for the "categories" div.
***************************************************************************** */

	div.smallBlockWrapper {
		text-align: center;
	}
	
	div.smallBlock {
		text-align: left;
		width: 250px;
		margin: 0 0 1em 0;
	}
	
	div.smallBlock h2 {
		background-color: #0C2D83;
		height: 1em;
		padding: .5em 12px;
		margin: 0;
		background-image: url(../images/tab_top_blue.gif);
		font-size: 100%;
		color: #FEA814;
	}
	
	div.smallBlock div {
		border: 1px solid #0C2D83 !important;
		border-top: none;
		padding: .8em 10px;
		margin: 0;
		position: relative; /* MC - IE6 Peekaboo bug fix */
	}
	
	div.smallBlock li {
		font-weight: bold;
	}
	
	div.smallBlock li a {
		font-weight: normal;
	}
	
	div.odd, div.even {
		padding: 5px;
	}
	
	div.odd {
		background: #e5e5ef;
	}
	
	div.even {
	}
	
	div.odd h2, div.even h2 {
		font-size: 100%;
	}
	
	h1.noLine {
		border-bottom: none;
		margin: 0;
	}