@import url(ti_content.css);
@import url(ti_links.css);


body
	{
	font-family: Trebuchet, Arial, Helvetica, Verdana, sans-serif;
	margin: 0px;
	line-height: 1.6em;
	background-color: #036; 
	}

h1, h2, h3 {
font-weight: bold;
background-color: inherit;
}

h1, h3{
font-size: 115%;
}

h1.header, h1.white, h2 {
font-size: 100%;
}


h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c60; /*orange*/
	margin-top: 0;
	text-align: center; 
	}


h1.header
{
	margin-top: 0; 
	margin-bottom: 190px; 
	color: #fff; 
}
	
h1.small
{
	font-size: 9pt;
}
	
h1.white
{
	color: #fff
	}
	
h2, h3 {
font-style: italic;
}

h2
{
	color: #c60; /*orange*/ 	
	text-align: left;
	}
	
h3
{
	color: #366; /*teal*/ 
	margin: 0;
	page-break: none;
	}	



p, td, li {
color: #333;
font-size: 90%;
font-weight: normal;
}


li
{
	list-style-position: outside; 
	list-style-type: square;
}

.floatr {
float: right;
margin: 10px;}

.floatl {
float: left;
margin: 10px;}



