/***********************************************/
/* print.css                             */
/***********************************************/


body, p, td, th, ul, a { 
background-color: #fff; 
color: #000; 
font-family: "Times New Roman", Garamond, serif; 
font-size: 12pt; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

h1{
 color: #121212;
}
h2{
margin-top:20px;
color: #333333;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	background-image:none;
}

#sideBar{
	display:none;
}


#content{
	width: 98%;
	padding: 0 1% 0 1%;

}

/***********************************************/
/* Main Content Divs                           */
/***********************************************/

/************** .topic styles *****************/
.summary{
	background-color:#fff;
	border-color:#888888;
	color: #333333;
}
.topic{
	margin-top:10px;
	padding: 5px 0 5px 0;
	border: none;
}
.topic h2{
	background-color:#fff;
	color:#000;
	font-size:larger;
}

.topic h3{
	background-color:#fff;
	color:#000;
	font-size:16px;
}
/***********************************************/
/* NAVIGATION                               */
/***********************************************/

/************* horizontal Tabs styles **************/

.horizontalTab
{
	display:none;
}


/************* #subNav styles *************/

#subNav{
	display:none;
}


/***********************************************/
/* Additional Classes                          */
/***********************************************/

.hide{
display:none;
}
.printHide{
display:none;
}

.topLink { /* used to style 'back to top' links */
display:none;
}

.dLink{
display:none;
}

