/**
 *  tglobal_template.css
 *
 *  Created for use on all templates for rendering print view only
 *  Created by URI Web Team.
 *  Last revised on April 12, 2007
 *
 */

/**
 *   Basic attributes
 */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}

.SLRC #mainContent { 
	margin: 0 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#header {
 display: none;
 }

#sidebar1 {
 display: none; 
}
	 
#sidebar2 {
 display: none;
}

#footer {
	display: none;
}

	 
.style13 {
	color: #FFFFFF;
	font-size: 9pt;
}
.style15 {font-weight: bold}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #000066;
	background-image: url(../images/blast_bar_background.jpg);
	text-align: center;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	color: #000066;
}
h3 {
	font-size: 16pt;
	color: #000066;
}
h4 {
	font-size: 12pt;
	color: #000066;
}
.style17 {
	font-size: 9
}
h5 {
	font-size: 12pt;
	color: #000066;
	background-image: url(../images/blast_bar_background.jpg);
	text-align: left;
	font-weight: bold;
}.style14 {
	color: #FFFFFF
}

