body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

.bullet {list-style-image: url(../images/bullet.gif);}

body.footnotes {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(../images/page_gradient.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* unique styles */

#headerTable {
	width: 800px;

}

#contentTable {
	width: 800px;
}

#menuTable {
	text-align: right;
	vertical-align: top;
}

#footnoteTable {
	width: 380px;
	padding-left: 4px;
}



/* links */

a {
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}


a.menuItem {
	font-weight: bold;
}

a:hover.menuItem {
	color: #666666;
	text-decoration: underline;
}

a.closeFoot {
	font-size: 10px;

	
}
/* html tags */

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

ul
{
	list-style-type: disc;
}

/* custom styles */

td.contentCell {
	background-image: url(../images/page_gradient.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 10px;
}

td.contentCell_ccwhite {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 10px;
	
}

td.leftMenu {
	padding-top: 8px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

td.menuItem {
	padding-bottom: 5px;
}

td.topAlign {
	vertical-align: top;
}


table.backToTop {
	width: 100%;
	border-bottom: 1px #CFDFEF dotted;
	border-left: 1px #CFDFEF dotted;
	border-right: 1px #CFDFEF dotted;
	border-top: 1px #CFDFEF dotted;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	/*background-color: #FFFFB9;*/
	background-color: #FFFFFF;
}

td.closeFoots {
	text-align: right;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px #CFDFEF dotted;
	border-left: 1px #CFDFEF dotted;
	border-right: 1px #CFDFEF dotted;
	border-top: 1px #CFDFEF dotted;
}

.footNum {
	font-size: 15px;
	font-weight: bold;
}


.standardBold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic  ;
}