body{
	background-color: white;
	background-image: none;
	text-align:center;
	margin: 0px;
}
/*p{
	font-weight: normal;
	font-style: none;
	color: black;
	font-family: Verdana, Arial, sans-serif;
}
p a,visited,active,link{
	text-decoration: underline;
	color: #0099cc;
}
p a:hover{
	color: #cc7700;
/*	border-bottom:1px solid #cc7700; */
}*/
h1{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-style: none;
	color: #333333;
}
/*h2{
	font-family: times new roman;
	font-size: 14pt;
	font-weight: bold;
	font-style: none;
	color: black;
}*/
.tblTop{
	padding: 0px;
	width: 100%;
	height: 75px;
	background: url(images/topMid6.jpg) repeat scroll;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
.tblTopL{
	background: url(images/topL7.jpg) no-repeat scroll left top;
}
.tblTopR{
 	background: url(images/topR8.jpg) no-repeat scroll left top;
 	width: 300px;
}
.tblCenter{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tblLeft{
	margin-left: 0px;
	margin-right: auto;
	text-align: left;
}
.tblMenu{
	width: 100%;
	height: 25px; /*45*/
	background-color: black;
	border-top: 1px solid #666666; /*#666666*/
	border-bottom: 2px solid #0099CC;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	white-space: nowrap;
}
.tblMenu ul{
	display: inline;
}
.tblMenu ul li{
	display: inline;
	padding-right: 25px;
}
.tblMenu ul li a{
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.tblMenu ul li a:hover{
	color: #cc7700;
}
.tblMenuG{
	border-right: 1px solid #f0f0f0; /*f5f5f5*/
}
.tblMain{
	width: 100%;
	background-color: white;
}
.tblMain h2{
	font-family: Verdana;
	font-style: none;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.tblMain h3{
	font-family: Verdana;
	font-style: none;
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
/*	line-height: 0pt;
	vertical-align:top; */
}
.tblMain td{
	padding: 5px;
	vertical-align: top;
	font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 	line-height: 12px;
 	text-align: justify;
}
.tblMain ul{
	list-style-type: square;
  color: #0099cc;
  font-size: 8pt;
  margin-bottom: 2px;
  margin-top: 2px;
  
}
.tblMain ul li p{
	font-family: Verdana, Arial;
	font-size: 10px;
  color: black;
  margin-bottom: 2px;
  margin-top: 3px;
}
.tblMain ul li p a{
  color: #cc7700;
}
.tblMain ul li p a:hover{
  color: #0099cc;
}
.tblBottom{
	background-color: white;
	width: 100%;
	height: 20px;
	border-top: 1px solid #f0f0f0; /*f5f5f5*/
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
	font-family: Verdana;
	font-weight: none;
	font-size: 9px;
	color: black;
}