/*  
Version: 1.0
Author: TargetScope Inc.
Author URI: http://www.targetscope.com
*/

/*____________________________________________________________
Table styles
I prefer to setup a special table style class that you must
apply to each table to use this formating. this way, basic
positioning tables for forms don't look all crazy. 
____________________________________________________________*/
table.TableWithStyle{

}
td{
	
}
table.TableWithStyle td{
	
}
table.TableWithStyle th{
	
}
table.TableWithStyle thead{
		
}
table.TableWithStyle thead th{
	
}
table.TableWithStyle caption{
	
}


