/* CSS Document */
/* all this to make the new paladin2 look a little more presentable
1. I don't want bulleted or numbered lists in bold. What is the point?
2. Why are all the header tags the same size apart from h1? They may be a different colour but....
3. Why am I forced to have proscribed shade of grey cells in a table? I may want white or a lighter grey.
4. Why does every table have to be 100%?
5. Why is the text in a table larger than the text on the page?
 */
 .tdwhite {font-size:12px; background-color:inherit;   }
.headerspacer { height:15px; width:100px}
/*td {font-size:12px; background-color: #F4F4F4}
.tdwhite {font-size:12px; background-color: #ffffff}*/



.narrowtable {width:400px}
.hackedtable {width:90%}



.liststyle {font-weight:100}
.h2style {font-size: x-large}
.h3style {font-size: large}
.asterix {
	color: #FF0000;
	font-weight: bold;
}
.catblocks {
	float:left; 
	width:150px; 
	height:155px; 
	margin:15px; 
	border-width:1px; 
	border-style: solid; 
	border-color:#CCCCCC; 
	/*background-color:#EAEAEA*/
}
.homepageblocks{
	float:left;  
	width:250px;  
	margin:3px; 
	height:210px;  
	border-width:1px; 
	border-style: solid; 
	border-color:#CCCCCC; 
	/*background-color:#EAEAEA;
	color:#000000;*/
}
.homepageblockheaders {
	background-color: #666666; 
	height:20px; 
	padding:2px;
	color: #FFFFFF;
	font-weight: bold;
}
