/**************************************
* CSS: Standard Print Text StyleSheet	*
* Created: 2006.05.05 By: Lee Eschen	*
*	Version: 2006.09.30 No: 0.91				*
* Changed: 2006.11.13 By: Lee Eschen	*	Reformatted	*
**************************************/


html
{
	font-size: 12pt;
	background-color: white;
	margin: 0pt;
	padding: 0pt;
}

body
{
	font-size: 12pt;
	background-color: white;
	margin: 0pt;
	padding: 0pt;
}

div
{
}

/******
*	Ids	*
******/

#viewport
{
	margin: 1%;
	background-color: white;
	height: auto;
	max-height: 100%;
	width: 99%;
}

#header
{
	display: none;
}

#headwrap
{
	display: none;
}

#showdate
{
}

#heading {
	display: none;
}

#scroller
{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	padding: 160px 0 16px 0;
 	margin: 0 0 0 0;
}

#nav_column
{
	display: none;
}

#main_column
{
	float: left;
	background-color: #ffffff;
	color: #000000;
	width: 69%;
 	height: auto;
	text-align: left;
	border: 0;
	padding: 0 0 0 0;
 	margin: 0 0 0 15%;
}
* html #main_column
{
	display: inline;
}

#ads_column
{
	display: none;
}

#footer
{
	display: none;
}


/**********
*	Classes	*
**********/

.banner
{
	display: none;
}

.column_head
{
	background-color: red;
	height: auto;
	text-align: center;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

.column_body
{
	height: auto;
	vertical-align: top;
}

.pad_all
{
	padding: 1% 1% 1% 1%;
}

.pad_sides
{
	padding-left: 1%;
	padding-right: 1%;
}

/**********
*	Images	*
**********/

img
{
	display: none;
}

/********************
*	Text Descriptors	*
********************/

/*Blocks*/

h1
{ 
	color: white; 
	font-family: Times, serif; 
}

.main
{
	font-size: 3.0em; 
}

.sub1
{
	font-size: 2.0em; 
}

.sub2
{
	font-size: 1.5em; 
}

h2
{ 
	color: black;
	font-size: 1.5em; 
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	color: black;
	font-size: 1.0em; 
	font-family: Arial, Helvetica, sans-serif;
}

h4
{
	color: black;
	font-size: 0.9em; 
	font-family: Arial, Helvetica, sans-serif;
}

h5
{
}

h6
{
	color: black;
	font-size: 0.9em; 
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	color: black;
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

/********************
*	List Descriptors	*
/*******************/

ol
{
	display: none;
}

ul
{
	display: none;
}

/*List Components*/

li
{
}

.links
{
	display: none;
}

/**********************
*	InLine Descriptors	*
**********************/

/*Links*/

a
{
	display: none;
}

em
{
}

.caption
{
}

.copyright
{
}

.normal
{
}

/*	End of CSS	*/
