body {
  background-image: url(../images/bg3.jpg);
  margin: 0px;
  font-family: arial, arial, sans-serif;
  font-size: 10pt;
  color: #555555;
  background-repeat: no-repeat;
}

#main {
 margin-left: auto;
 margin-right: auto;
 width: 1100px;
 margin-top: 10px;
}

#content {
 min-height: 350px;
 margin-top: 30px;
 float: center;
 width: 1020px;
 margin-left: auto;
 margin-right: auto;
}

#contentPanel {
 background-color: #FFFFFF;
 border-radius: 20px;

}

#contactPanel {
  margin-top: 0px;
  height: 100px;
  background-color: #FFFFFF;
  padding: 10px;
}

.clearPanel {
  height: 1px;
  clear: both;
}

#footer {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 20px;

}

h1 {
color: #190000;
font-size: 18pt;
font-style: italic;
}

h2 {
color: #190000;
font-size: 12pt;
font-weight: normal;
}

h3 {
  font-size: 11pt;
  font-weight: normal;
  color: #007ACC;
}

t1 {
	font-size: 12pt;
	
}

t2 {
  font-size: 11pt;
  font-weight: bold;
  color: #8A8A8A;
}

t3 {
  font-size: 14pt;
  font-weight: bold;
  color: #000000;
}



hr {
  height: 1px;
  border: none;
  background-color: #CCCCCC;
  margin: 20px 0px 20px 00px;
}

img {
  border: none;
}

.links {
float: left;
margin-right: 10px;
} 

ul li {
  margin-bottom: 5px;
}

p {
  text-align: justify;
}


a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.ie_msg{
	background-color: orange;
	color: red;
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
}