@charset "utf-8";
body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: .85em;

}

body {

	background-color: #FFFFFF;

	margin: 0px;

	padding: 0px;



}

.subnav_heading {
	margin-left: 20px;
	font-weight: bold;
}

.subnav_list_td a:hover{
	text-decoration: none;
	color: #f16724;
}

.subnav_list_td a{
	text-decoration: none;
	color: #666666;
}

.subnav_heading a{
	text-decoration: none;
	color: #666666;
}

.subnav_heading a:hover{
	text-decoration: none;
	color: #f16724;
}

.subnav_2nd_heading {
	margin-left: 20px;
	font-weight: bold;
	margin-top: 8px;
}

.subnav_2nd_heading a:hover{
	text-decoration: none;
	color: #f16724;
}
	
.subnav_2nd_heading a{
	text-decoration: none;
	color: #666666;
}

.indent_list {
	margin-left: 25px;
	list-style-type: circle;
	background-image: url(images/Bullet_blk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;    /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This didn't help */
	padding-right: 0px;	  /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This didn't help */
	width: auto;         /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This WORKED */
}

.subnav_list {
	margin-left: 20px;
	list-style-type: circle;
	background-image: url(images/Bullet_blk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;    /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This didn't help */
	padding-right: 0px;	  /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This didn't help */
	width: 224px;         /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This WORKED */
}
.subnav_list_td {
	margin-left: 20px;
	list-style-type: circle;
	background-image: url(images/Bullet_blk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin-top: 2px;
	margin-right: 0px;    /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This didn't help */
	padding-right: 0px;	  /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This didn't help */
	width: 500px;         /*IE6 had a margin between the menu items and the TD right side causing the menu item to wrap to the next line. This WORKED */
}

.footer {

	color: #6D6E70;

	width: auto;

	padding-left: 280px;

	padding-top: 50px;

}



.subnav_list a:hover{

	/*font-weight: bold;*/

	color: #f16724;

	text-decoration: none;	/*border-bottom-width: 1px; 

	border-bottom-style: solid;

	border-bottom-color: #FFCC00;*/

}

.subnav_list a{

	font-weight: normal;

	color: #000000;

	text-decoration: none;

}
td ul {
	list-style-type: circle;
	list-style-position: inside;
}
td ol {
	list-style-position: inside;
	list-style-type: decimal;
}
td ol li p {
	text-indent: 20px;
}
th {
	text-align: left;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
}
caption {
	text-align: left;
	letter-spacing: 2px;
	background-color: #CCCCCC;
	text-indent: 2px;
	padding-bottom: 5px;
	text-transform: none;
	font-weight: bold;
	color: #666666;
	padding-top: 5px;
}
td td {
	font-size: 100%;
}
.smtext {
	font-size: 10px;
	font-weight: normal;
}

.tr_bkgd_color {
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #DDDDDD;
}
