/* Start of CMSMS style sheet 'Baseline' */
/* 									
	Baseline CSS 								
	Author: Roy Lindauer 								
	Date: 10/18/07 								
	Revision Date: 012/16/08 								
	Edited By: 		Sterling Hamilton						
	Version: 0.4 								
	Inspired by every other baselining routine. 							
*/ 									
									
/* We baseline our style sheet for consistent formatting. */ 							
body, table, div, p, pre, blockquote, fieldset, form, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, address,	
li, dd, dt, frameset, li, tbody, td, tfoot, th, thead, tr, ul, li
{ 									
	margin:0; 								
	padding:0; 								
	font-weight: inherit; 								
	font-style: inherit; 								
	vertical-align: baseline; 								
	line-height: 1; 								
} 									
table, tbody, td, tfoot, th, thead, tr 								
{ 									
	vertical-align: top; 								
} 									
/* Remove dotted outline from links. */ 								
:focus 									
{ 									
	-moz-outline-style: none; 								
} 									
/* Common base styles. */ 								
								
{ 									
	display:none; 								
	visibility:hidden; 								
} 									
								
{ 									
	font-size:.75em; 								
} 									
								
{ 									
	clear:both; 								
} 									
/* Clearfix for most browsers. */ 								
/* Clear fix for floated elements. */ 								
.clearfix:after 								
{ 									
	content: "."; 								
	display: block; 								
	height: 0; 								
	clear: both; 								
	visibility: hidden; 								
} 									
								
{ 									
	display: inline-block; 								
} 									
/* Hides from IE-mac \*/ 								
* html .clearfix 								
{ 									
	height: 1%; 								
} 									
								
{ 									
	display: block; 								
} 									
/* End hide from IE-mac. */ 								
a img, :link img, :visited img 								
{ 									
	border:none; 								
} 									
table 									
{ 									
	border-collapse: collapse; 								
	border-spacing: 0; 								
} 									
ol, ul 									
{ 									
	list-style: none; 								
} 									
q:before, q:after, blockquote:before, blockquote:after 							
{ 									
	content: ""; 								
}
/* End of 'Baseline' */


/* End of 'Baseline' */

