﻿body 
	{ 
	font-family : Verdana, Sans-Serif, Arial, Helvetica; 
	color : #000000; 
	font-size : 12px; 
	background-color : #9CA5EF; 
	text-align : justify; 
	background-image: url('../_images/it_background2.jpg');
	} 
h3					
	{
	color: #000000; 
	font-family : Verdana, Sans-Serif, Arial, Helvetica;
	font-size:12px;
	font-weight: 700;
	background-color : transparent; 
	text-decoration : none; 
	}
h4					
	{
	color: #000000; 
	font-family : Verdana, Sans-Serif, Arial, Helvetica;
	font-size:10px;
	background-color : transparent; 
	text-decoration : none; 
	} 
a:link
	{ 
	color : #808080; 
	background-color : transparent; 
	text-decoration : none; 
	} 
a:visited
	{ 
	color : #808080; 
	background-color : transparent; 
	text-decoration : none; 
	} 
a:active
	{ 
	color : red; 
	background-color : transparent; 
	text-decoration : underline; 
	} 
a:hover
	{ 
	background-color : transparent; 
	color : #333333; 
	text-decoration : none; 
	}
.boldtxt
	{
	font-family : Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	text-decoration:none;
	font-weight: 700;
	}
.bottomheader
	{
	font-family : Verdana, Sans-Serif, Arial, Helvetica;
	font-size: 12px;
	font-weight: 700;
	padding: 2px 1px;
	display: block;
	width: 100%; 
	color: #ffffff;
	text-decoration: none;
	border-bottom: 3px solid #FFFFFF;
	}
.bottommenu
	{
	border-bottom: 1px dotted #C0C0C0;
	background-color: #3d5ec0;
	border-bottom-width: 0;
	width: 185px;
	}
* html .bottommenu
	{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 170px;
	}
.bottommenu ul
	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
.bottommenu a
	{
	font: normal 10px Verdana;
	padding: 2px 1px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #C0C0C0;
	}
.bottommenu a:visited
	{
	color: #ffffff;
	}
html>body .bottommenu a
	{ /*Non IE rule*/
	width: auto;
	}
.bottommenu a:hover
	{
	background-color: #607BCC;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
.bottable
	{ 
	border-width : 0; 
	background-color: #3d5ec0; 
	padding : 0; 
	text-align: center;
	width: 100%;
	}
.ittbgdot
	{
	font-size: 10px;
	color: #808080; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	background-image: url('../_images/bgdot.gif');
	background-repeat: repeat-x
	}
.field
	{
	font-size: 10pt;
	color: #000080;
	background-color: #f4f4f4;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif
	}
.fieldbox
	{
	font-size: 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top:#CCCCCC solid 1px;
	border-left:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(../_images/fieldboxbg.gif);
	COLOR: #000080;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-COLOR: #ffffff
	}
.leftmenu
	{
	width: 180px; /*width of menu*/
	}
.leftmenu .headerbar
	{
	font: bold 12px Arial;
	color: white;
	background: blue url(../_images/titlebar.png) repeat-x center left;
	margin-bottom: 3px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	text-align: left;
	}
.leftmenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.leftmenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.leftmenu ul li a
	{
	color: #333333;
	background: url(../_images/itt_arrow.gif) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
	}
.leftmenu ul li a:visited
	{
	color: #333333;
	}
.leftmenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background: url(../_images/itt_arrow2.gif) no-repeat center left; /*custom bullet list image*/	
	background-color: #ffffff;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
.catmenu
	{
	width: 100%;
	}
.catmenu ul
	{
	list-style-type: none;
	margin: 10px;
	padding: 0;
	margin-bottom: 10px; /*bottom spacing between each UL and rest of content*/
	}
.catmenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.catmenu ul li a
	{
	color: #808080;
	background: url(../_images/arrow01.gif) no-repeat center left;
	display: block;
	padding: 1px 0;
	padding-left: 20px; 
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	text-align: left;
	}
.catmenu ul li a:visited
	{
	color: #808080;
	}
.catmenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(../_images/arrow02.gif) no-repeat center left;
	}	
.dirmenu
	{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	}
.dirmenu ul
	{
	margin: 0;
	padding: 0;
	padding-left: 12px; /*offset of tabs relative to browser left edge*/
	font: bold 10px Verdana;
	color: #647AA6;
	list-style-type: none;
	}
.dirmenu li
	{
	display: inline;
	margin: 0;
	}
.dirmenu li a
	{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px; /*padding inside each tab*/
	border-right: 2px solid white; /*right divider between tabs*/
	color: #354872;
	background: #CCCCCC; /*background of tabs (default state)*/
	}
.dirmenu li a:visited
	{
	color: #354872;
	}
.dirmenu li.selected a
	{
	background: #647AA6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #DEDEDE;
	}
.dirmenu li a:hover
	{
	background: #647AA6; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #DEDEDE;
	}
.sitemenu
	{
	width: 100%; /*width of menu*/
	}
.sitemenu .headerbar
	{
	font: bold 12px Arial;
	color: white;
	background: black url(../_images/titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	}
.sitemenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}
.sitemenu ul li
	{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}
.sitemenu ul li a
	{
	color: #333333;
	background: url(../_images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 10px;
	text-align: left;
	}
.sitemenu ul li a:visited
	{
	color: #333333;
	}
.sitemenu ul li a:hover
	{ /*hover state CSS*/
	color: #000080;
	background-color: #F3F3F3;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	}
	
.ContentListEven
	{
	font-size: 9pt;
	color: #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 3px;
	BACKGROUND-color: #eff2f4;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.ContentListOdd
	{
	font-size: 9pt; 
	color: #3A3A3A; 
	vertical-align: top;
	text-align: left;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-color: #f8f9fa;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.tp
	{ 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../_images/itt_back_01.gif) repeat center left; 
	color : #ffffff; 
	font-size : 11px; 
	text-decoration : none; 
	background-color : #3d5ec0;
	} 
.tp a:link
	{ 
	color: #ffffff; 
	text-decoration : none; 
	} 
.tp a:visited 
	{ 
	color: #ffffff; 
	text-decoration : none; 
	} 
.tp a:active
	{ 
	color: #ffffff; 
	text-decoration : underline;
	background: url(../_images/itt_back_02.gif) repeat center left; 
	} 
.tp:hover
	{ 
	background: url(../_images/itt_back_02.gif) repeat center left;
	background-color: #8c3310;
	color: #ffffff; 
	text-decoration : none;
	} 
DIV.cent
	{ 
	text-align : center; 
	} 
DIV.lef
	{ 
	text-align : left; 
	} 
.clock 
	{ 
	font-size : 8pt; 
	color : #ffffff; 
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-weight : 100; 
	text-decoration : none; 
	} 
.table1
	{ 
	border-width : 0; 
	background-color : #ffffff; 
	padding : 0; 
	} 
.table2
	{
	border-style: none;
	border-width: 0;
	text-align:left;
	}
.tableC 
	{ 
	border-width : 1px; 
	border-color : #326496; 
	padding : 0; 
	width : 94%; 
	padding : 8px; 
	border-top : dotted; 
	border-left : dotted; 
	border-bottom : solid; 
	border-right : solid;
	} 
.tableSearch 
	{ 
	border-width : 1px; 
	border-color : #c0c0c0; 
	width : 100%; 
	padding : 4px; 
	border: solid; 
	text-align: left;
	}
.tableSearch2
	{ 
	border-width : 2px; 
	border-color : #ffffff; 
	width : 100%;
	height: 6px; 
	padding : 0px; 
	border: solid; 
	background-color: #d4d4d4;
	}

.EvenGT
	{
	font-size: 11px;
	color: #3A3A3A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	BACKGROUND-color: #eff2f4;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
.OddGT
	{
	font-size: 11px; 
	color: #3A3A3A; 
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-color: #f8f9fa;
	font-variant: normal; 
	TEXT-DECORATION: none
	}
table
	{ 
font-size : 100%; 
	} 
