﻿@import url("layout.css");
html, body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    background-color:#969696;
    color:Black;
    text-align:justify;
}

p {
	text-align:justify;
}

table {
	text-align:left;
}

#container {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #fff;
}
#topleft {
	width: 374px;
	height: 74px;
	padding: 0px;
	background-color: #fff;
/*	background-image: url("../images/ticweblogo.jpg");
	background-repeat: no-repeat; */
}
#topleft a {
	text-decoration:none;
}
html>body #topleft {
	width: 374px;
	height: 74px;
	padding: 0 0px;
	background-color: #fff;
}
#topright {
	width: 376px;
	height: 74px;
	padding: 0px 0px;
	background-color: #fff;
	background-image:url('../images/graybar.jpg');
}
html>body #topright {
	width: 376px;
	height: 74px;
	padding: 0px 0px;
	background-color: #fff;
}

#navigation {
	border-top: 0px;
	border-bottom: 0px;
	background-color:#969696;
}
html>body #navigation {
	overflow: hidden;
}
/* Navigation */
#navigation ul {
	list-style-type:none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: right;
	padding-left:2px;
	padding-right:2px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:10pt;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	padding: 2px;
	border: 1px solid #969696;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #969696;
	background-color:#cc0000;
}

a:link, a:visited, a:active {
   text-decoration: none;
   color:#cc0000;
   }

a:hover {
   color:#cc0000;
   text-decoration: underline;
   }

.ticsmalltitle
	{
	font-weight:bold; 
	font-variant:small-caps; 
	color:#cc0000; 
	font-size:12pt;
	}
	
.ticbigtitle
	{
	font-weight:bold; 
	font-variant:small-caps; 
	color:#cc0000; 
	font-size:14pt;
	}
	
.ticnews1
	{
	margin:0 2px 10px 25px; 
	text-indent:-25px; 
	font-size:7pt; 
	font-weight:bold; 
	color:black;
	text-align:left;
	}
	
.ticnews2
	{
	color:white;
	text-align:left;
	}

.ticsidetitle
	{
	font-weight:bold; 
	font-variant:small-caps; 
	color:#cc0000; 
	font-size:12pt;
	margin:10pt 0pt 0pt 0pt;
	text-align:center;
	}
	
.ticsidesubtitle
	{
	font-weight:bold;
    color:Black;
	font-size: 10pt;
	text-align: center;
	margin-bottom:4pt;
	}
	
.ticredsub
	{
	color:#cc0000;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	}

.leftindent 
	{ 
	margin-left:40px; 
	}

.tichanging 
	{
	text-indent: -30px;
	margin-left: 30px;
	}
