﻿/* Default text formatting if no other style is applied*/
td{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 8pt; 
	color: #6D6E71; 
	line-height: 140%
}

/* Home page text*/

/* Sizing and positioning of the background watermark*/
.body{
	background-image: url('v5.jpg');
	background-repeat: no-repeat;
	background-position: right 185px;
	margin-top: 5px;
}

/* Placement of the tte logo in the top left header*/
.ttlogo{
	border: 0;
	width: 472px;
	height: 121px;
	float: left;
}

/* Style for the date and time in the header on the right*/
.date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6D6E71;
	vertical-align: middle;
	text-align: center;
}

/* Size and border for image in left margin*/
.leftimg{
	width: 168px;
	height: 112px;
	border-style: solid;
	border-width: 6px;
	border-color: #D1FF9C;
}

/* Left margin text title*/
.greytitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: bold;
}

/* Left margin body text*/
.greylefttext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-right: 5px;
}

/* Blue titles*/
.bluetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E8FB4;
	font-weight: bold;
}

/* Positioning for table on IPCC application*/
.indent {
	margin-left: 50px;
}
.indent1 {
	position: absolute;
	left: 450px;
}
.indent2 {
	position: absolute;
	left: 550px;
}
.indent1title {
	position: absolute;
	left: 430px;
}
.indent2title {
	position: absolute;
	left: 530px;
}


/* Text hyperlink stlyes*/
A:link		{color: #5E8FB4; text-decoration:none;}
A:visited	{color: #000000; text-decoration:none;}
A:hover		{color: #378F8F; text-decoration:underline;}

/* Home page green triangle nav styles*/
a.navh:link, a.navh:visited{
	color: #6D6E71;
	font : Verdana;
 	font-size: 9pt;
 	text-decoration: none;
}

a.navh:hover{
	color: #6D6E71;
	font : Verdana;
 	font-size: 9pt;
	text-decoration: underline;
}


/* Main nav stlyes*/
.navcell{
	height: 30px;
	padding-left: 10px;
	background-color: #00ab34;
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}
a.nav:link, a.nav:visited{
color: #ffffff; 
text-decoration:none;
}

a.nav:hover{
	color: #ffffff;
	text-decoration: underline;
}

#ddcolortabsline ul{
	padding: 4 0 4 10;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00AB34;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00AB34;
	margin-top: 1px;
	margin-left: 0px;
	height: 15px;
}
#ddcolortabsline li{
	float: left;
	list-style-type: none;
}
#ddcolortabsline li a, #ddcolortabsline li a:visited{
color: #00AB34; 
text-decoration:none;
}
#ddcolortabsline li a:hover{
	color: #378F8F;
	text-decoration: none;
}
.blacknav {
	color: #000000;
}



/* Footer styles*/
.footerline{
border-top: solid; 
border-top-color: #23B14D;
}

.footertext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.misterwebtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}


A.footer:link, A.footer:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
}

a.footer:hover{
	color: #ffffff;
	text-decoration: underline;
	color: #808080;
}

/* Home page block styles*/
.rbroundbox {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C0C0C0;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}
.rbtop div {  }
.rbtop {  }
.rbbot div {  }
.rbbot { }
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { height: 290px; margin: 0 7px; }
.rbroundbox { width: 19%; margin: 4px; 	float:left;}

/* Size and border for image in left margin*/
.homeimg{
	width: 150px;
	height: 95px;
	border-style: solid;
	border-width: 6px;
	border-color: #D1FF9C;
}
.hometext{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 8.5pt; 
	color: #6D6E71; 
}

.homequote{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #5E8FB4;
	font-weight: bold;
	text-align: center;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
}
