/* white paper template */

	BODY
	{
	color: navy;
	background: white url(/images/Web TIC blue bgskewed.jpg) no-repeat fixed center center;
	width: 750px;
	font-family: Verdana, sans-serif; 
	text-align: justify;
	font-size: 10pt
	}
	
	H1
	{
	color: navy;
	font-weight: bold;
	font-size: 125%;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-variant:small-caps;
	}

	H2
	{
	color: navy;
	font-weight: bold;
	font-size: 110%;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-variant: small-caps;
	}

	H3, H4, H5, H6
	{
	color: navy;
	font-weight: bold;
	font-size: 100%;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-variant: small-caps;
	}

	HR
	{
	text-align: center;
	}
	
	TD
	{
	color: navy;
	text-align: center;
	font-size: 10pt; 
	font-family: Verdana, sans-serif;
	}

	div.main
	{
	padding: 20px; 
	border-style: double; 
	border-width: 5px;
	}
	
	div.rtbox1
	{
	margin-left: 15px; margin-bottom: 5px; 
	padding: 10px; 
	border-style: double; 
	border-top-width: 5px; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; 
	background-color: #eee; 
	width: 220px; 
	float: right;
	}

	
A:link 
{  
color:#15387A; 
text-decoration: none; 
font-weight: bold;
font-size: 10pt;
}

A:visited 
{ 
color:#15387A; 
text-decoration: none;  
font-weight: bold;
font-size: 10pt;
}

A:active 
{ 
color:#15387A; 
text-decoration: none; 
font-weight: bold;
font-size: 10pt;
}

A:hover 
{ 
color:#D8E2F3; 
text-decoration: none;
font-weight: bold;
font-size: 10pt;
}