body {
	background: white;
	color: black;
	font-size: 12pt;
	font-family: Tahoma, Arial;
	}
	
#container {
	background: transparent none;
	width: 100%;
	border: 0;
	float: none;
	}
	
#masthead_child {
	display: none;
	}
	
#masthead {
	display: none;
	}
	
#masthead_print {
	display: block;
	width: 100%;
	margin-bottom: 2%;
	float: none;
	}
	
#column_left {
	display: none;
	}
	
#column_mid {
	background: transparent none;
	width: 100%;
	float: none;
	}
	
#column_right {
	display: none;
	}
	
#header_child {
	display: none;
	}
	
#content_child {
	background: transparent none;
	width: 100%;
	float: none;
	}
	
.content_table {
	margin-bottom: 20px;
	border-bottom: 4px solid #CCCCCC;
	background: transparent none;
	}
	
.content_table td {
	border-bottom: 1px solid #CCCCCC;
	}
	
#footer {
	background: transparent none;
	border-top: 2px solid #CCCCCC;
	padding-top: 1%;
	text-align: left;
	width: 100%;
	float: none;
	color: black;
	}
	
#footer_links {
	display: none;
	}
	
#print_image {
	display: block;
	text-align: right;
	}
	
a:link, a:visited {
	color: #666666;
	background: transparent none;
	font-weight: bold;
	text-decoration: underline;
	}

#content_child a:link:after, #content_child a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
#content_child a[href^="/"]:after {
	content: " (http://www.freedomcu.org" attr(href) ") ";
	}
   
.TextHeader {
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 4px 0;
	text-align: none;
	color: #666666;
	border-bottom: 2px solid #cccccc;
	}
	
.TextSubHeader {
	color: #333333;
	font-size: 13pt;
	font-weight:bold;
	}
	
.TextSubHeader a:link {
	text-decoration: none;
	}

.TextBlueBold {
	color: #666666;
	font-weight:bold;
	}
	
.TextGreenBold {
	color: #666666;
	font-weight:bold;
	}

.TableHeader {
	font-weight:bold;
	font-size: 13pt;
	padding: 2px;
	background: #cccccc;
	}
	
.TableSubHeader {
	background: #ebebeb;
	font-weight:bold;
	color:#333333;
	}
	
.Notice {
	width: 99%;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	}
	
.Disclaimer {
	width: 99%;
	color: #999999;
	font-style: italic;
	}
