body {
  	font-family: arial, century gothic;
  	color: black;
  	font-size: 12px;
	text-align:justify;
	line-height:25px;
 	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
}
td,th {
  font-family: arial, century gothic;
  color: black;
  font-size: 12px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

div.div { 
      display:none;
	  background-color: #FFEEFF;
	  border: 1px dashed #FEC794;
      padding: 0px 15px 0px 15px;
	  text-align:justify;
	  line-height: 20px;
	  color:#000000;
}
div.normal { 
	  background-color: #CDE4F3;
	  border: 1px solid #CDE4F3;
      padding: 2px 10px 2px 15px;
	  text-align:justify;
	  line-height: 20px;
	  color: #0066FF;
	  font-size: 14px;
	  text-transform: capitalize;
	  font-weight:bold;
}
div.normal_ext { 
	  border-top: none;
	  background-image:url(images/logo.png);
	  background-repeat:no-repeat;
	  background-position:right top;
      padding: 2px 10px 2px 10px;
	  text-align:justify;
	  line-height: 20px;
	  color: #000000;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}

img.BG_border{
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 5px;
}

img.BG_border:hover{
	background-color:#F4F4F4;
}

img.close{
border: none;
margin-bottom: -8px;
}

img.close:hover{
border: none;
}

p {
text-indent:0px;
}

.border {
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 5px;
}


/*CSS for POPUP IMAGE*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -10px;
border: 1px dashed #CCCCCC;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -450px; /*position where enlarged image should offset horizontally */
}



.H1 {
	font-family: Arial, century gothic;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF953A;
}

.H2 {
	font-family: Arial, century gothic;
	font-size: 15px;
	font-weight: bold;
	color: #3490CD;
}
.H3 {
	font-family: Arial, century gothic;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.H4 {
	font-family: Arial, century gothic;
	font-size: 15px;
	font-weight: bold;
	color: #3490CD;
	background-color: #CDE4F3;
}

.style1 {
	font-size: 12px;
	font-weight: normal;
	color: #3490CD;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2em;
  left: 1em;
  width: 9em }

  
.Bullet {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-indent: 3px;
	list-style-position: outside;
	list-style-type: none;
	line-height: 18px;
	background-position: center center;
	list-style-image: url(images/bullet.png);
}


