/* Print Style Sheet */

.clearBoth {
	clear: both;
}

body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}
#wrapper {
	padding: 0px;
	width: 70%;
	margin: 0 15%;
	background: #FFFFFF;
}

#topline, #header, #menu, #contentArticle #sidebar, #breadcrumbs, #breadcrumbs2 {
	display: none;	
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 20pt;
}
caption, 
ol, 
li, 
li ol,
li ul, 
p, 
select, 
td, 
textarea { 
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

blockquote address, 
blockquote, address, 
p, 
li,
pre, 
select, 
td, 
textarea { line-height: 30pt}

#contentArticle #columnMain caption, 
#contentArticle #columnMain ol, 
#contentArticle #columnMain li, 
#contentArticle #columnMain li ol,
#contentArticle #columnMain li ul, 
#contentArticle #columnMain p, 
#contentArticle #columnMain pre,
#contentArticle #columnMain select, 
#contentArticle #columnMain td, 
#contentArticle #columnMain input,
#contentArticle #columnMain textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
}

/* This should exclusively affect tables */
#contentArticle #columnMain td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
