BODY {
 margin: 10px 0px 0px 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: #666666;
 background-color : #FFFFFF;
}

MainTable {
  width: 7500%;
  border: 0px;
  padding: 150px 0px 0px 0px;
}

H1  {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif; font-size: 14pt;
 font-weight: bold; 
 margin:20px 20px 4px 20px;
}

H2  {
 text-align: left;
 margin: 20px 20px 14px 20px;
 font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
 font-weight: bold;
 color : #666666;
}

hr {
	color: #666666;
}

p {
	padding: 0;
	border: 0px none;
	font-size: 10pt;
	font-weight: normal; 
	margin: 0px 20px 12px 20px;
}

ul  {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 list-style-image: url('../images/bullet.gif');margin-left:30px; margin-right:30px; margin-top:0px; margin-bottom:16px
}

ol {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 margin: 0px 30px 16px 35px; 
 list-style-type : decimal;
}

li {
	 margin: 0px 0px 10px 20px;
}

a:link {
 font-weight: normal;
 color: #666666;
 text-decoration: underline;
 }
  
a:visited {
  font-weight: normal;
  color: #666666;
  text-decoration: underline;
}

a:hover { 
 font-weight: normal;
 color: #666666;
 text-decoration: underline overline;
 background-color : #DAE6CF;
} 

 /*custom section begins here*/
 
 .btm {
	background-image : url('../images/btm.gif');
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}
 
.btm a:link {
 text-decoration: none;
 color: #FFFFFF;
}

.btm a:hover {
 text-decoration: underline overline;
 color: #333333;
 background-color : #666666;
}

.btm a:visited {
 text-decoration: none;
 color: #FFFFFF;
}
 
 .cookie {
 font-size: 7 pt;
 font : Arial, Helvetica, sans-serif;
 text-align: right;
 margin: 10px 10px 6px 10px;
 padding-bottom: 6px;
 border-bottom: 1px solid #CCCCCC;
} 

.feature {
 font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
 font-weight: normal;
 text-align: center;
 margin: 10px 5px 20px 10px;
}

.footer  {
 text-align: center;
 margin: 6px 10px 6px 10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: normal;
}

.menu {
 font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
 font-weight: normal;
 text-align: left;
 margin: 10px 5px 20px 10px;
}

.menu div {
	padding: 0px 0px 6px 0px;
}

.menu a:link {
 font-weight: normal;
 color: #666666;
 text-decoration: underline;
 background-image : url('../images/bullet.gif');
 background-repeat : no-repeat;
 padding-left: 20px
 }
  
.menu a:visited {
  font-weight: normal;
  color: #666666;
  text-decoration: underline;
  background-image : url('../images/bullet.gif');
  background-repeat : no-repeat;
  padding-left: 20px
}

.menu a:hover { 
 font-weight: normal;
 color: #666666;
 text-decoration: none;
 background-image : url('../images/bullet2.gif');
 background-repeat : no-repeat;
 padding-left: 20px 
} 

.menu2 {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 10pt;
 font-weight: normal;
 text-align: center;
 margin: 10px 5px 10px 10px;
 padding: 12px 10px 5px 10px;
 border-top: 1px solid #CCCCCC;
}

.top {
	background-image : url('../images/top.gif');
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}

.tb  {
	border: 1px solid #CCCCCC;
}

.tb-r {
	border-right: 1px solid #CCCCCC;
}


.blurb {
	width: 95%;
	border-width: 1px;
	border-left-color: blue;
	border-top-color: blue;
	border-right-color: blue;
	border-bottom-color: blue;
	border-style: solid;
	border-collapse: collapse;
}


.blurbTD {
	background-color: white;
	padding: 6px;
}

.dlnk {
	cursor:pointer;
	cursor:hand;
	text-decoration: underline;
	color: blue;
}