﻿BODY {
	FONT-FAMILY: Verdana, sans-serif;
	font-size: 8pt;
	BACKGROUND-COLOR: #6b6b6b;
	margin: 0;
}
.tab_head { 
	height: 25px; font-family: Verdana; font-size: 8pt; color: #FFFFFF; 
    font-weight: bold; text-align: center; background-image: url('images/table_bg1.jpg') 
}
.tab_head2 { 
	height: 25px; font-family: Verdana; font-size: 8pt; color: #FFFFFF; 
    font-weight: bold; text-align: center; background-color:#676767; 
}
.sub_head { 
	text-align: justify; font-family: Verdana; font-size: 8pt; font-weight: bold; color: #0266A2  
}
.sub_head2 { 
	text-align: justify; font-family: Verdana; font-size: 8pt; font-weight: bold; color: #FF8000  
}
P { 
	text-align: justify;
	line-height:150%
;}
TR { height: 25px;
}
TD {
	FONT-FAMILY: verdana, sans-serif;
	font-size: 8pt;
	line-height:150%
}
th {
	font-family:Tahoma;
	font-size: 8pt;
	color: #ffffff;
	background-image: url('images/table_bg1.jpg');
	height: 25px;
	line-height:125%;
}
.TD_Back Color {
	background-color: White;
}
.top_Table_BackColor {
	background-color: #084891;
}
.clear {
	height:4px;
	font-size:2px;
}
A:link {
	COLOR: #0B4A92;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0B4A92;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #0B4A92;
	TEXT-DECORATION: none;
}
A:hover {
   color: #0B4A92;
	TEXT-DECORATION: underline;
}
.menu {
	padding:0; vertical-align:middle; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	height:20px; color:#EAEAEA;
}
.menuSelected {
	padding:0; vertical-align:middle; 
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	height:20px; 
	font-family:Verdana; 
	font-size:8pt; 
	font-weight:bold;
}
.menu A {
	display:block;
	width:180px;
	text-decoration: none;
}
.menu A:hover {
	COLOR: #EE7203;
	TEXT-DECORATION: none; 
	background-color:#FFEDB0;
}
.redtext {
	FONT-WEIGHT: bold; FONT-SIZE: 1em; COLOR: #ca0202;
}
.title1 {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #F98100;
}
.title2{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #0266A2 ;
}
h1 {
	font-family: Verdana;
	font-size: 12pt;
	color: #0266A2;
	text-align: center;
}
h2 { 
	font-size: 10pt; font-family: Verdana; color: #FF8000; line-height:150%;
}
h3 { 
	font-size: 8pt; font-family: Verdana; color: #FF8000; line-height:150%; 
}
.imgHead {
	font-size: 0;
	padding: 0;
	margin: 0;
}
.boldOrange	 { 
	font-weight: bold; color: #FF8000;
}
ul { 
	line-height: 150%; 
}
li { 
	list-style-image: url('images/bullet_orange.jpg'); text-align: justify; margin-bottom:10px; 
}
.li_nos { 
	text-align: justify; margin-bottom:10px; list-style-type:decimal; 
}

legend.accessible {
  display: block ! important;
  height: 0pt;
  margin: 0pt;
  padding: 0pt;
  width: 0pt;
  visibility: hidden;
}
.accessible {
  display: block;
  overflow: hidden;
  width: 0pt;
  height: 0pt;
  margin: 0pt;
  padding: 0pt;
}
/* MENU with ACCORDION*/
#nav {
	padding:0; 
	margin:0; 
	width: 180px;
	border: 1px solid #ccc;
	font-family: verdana, sans-serif;
	font-size: 11px;
 	background:#eee;
}
#nav a:hover {
	text-decoration:underline;
	color:#a00;
	background-color:#e1e1e1;

}
#nav dt b, #nav dt a {
	border-bottom: 1px solid #fff;
	display:block; 
	font-weight:bold; 
	font-size:11px; 
	color:#555; 
	height:auto; 
	line-height:24px; 
	padding-left:20px; 
	cursor:pointer; 
	width:160px;
	background: url(images/out.gif) no-repeat 5px 8px;
}
#nav dt b {
	background: url(images/out.gif) no-repeat 5px 8px;
}
#nav dt a {
	color:#555; 
	text-decoration:none;
}
#nav dt a:hover {
	color:#a00;
	background-color:#e1e1e1;
	text-decoration:underline;
}
#nav dt b:hover {
	color:#a00;
	background-color:#e1e1e1;
	text-decoration:underline;
}

#nav dd {
	padding:0; 
	margin:0;
}
#nav dd ul {
	padding:0; 
	margin:0; 
	list-style:none;
}
#nav dd ul li {
	list-style:none;
	margin-bottom:0;
	text-align:left;
}

#nav dd ul li a {
	display:block;
	font-size:11px; 
	color:#555; 
	text-decoration:none;
	border-bottom:thin #ddd solid;
	height:auto;
	line-height:24px; 
	position:relative;
	vertical-align:middle;
	background-color:#fff;
	padding-left:20px;
	list-style:none;
	margin-bottom:0;
}
#nav dd ul li a:hover {
	color:#a00;
	background-color:#e1e1e1;
	text-decoration:underline;
	margin-bottom:0;
}

