/* CSS Document */
body {
	margin-top: 0px;
	margin-left: 10px;
}

td, div, span, input, a, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, textarea, select {
	font-size: 8pt;
	font-weight: bold;
}
.mainCopyContainer {
	border-bottom: 1px solid #666666;
}
.subCopyContainer {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	border-right: 1px solid #666666;
}
.subCopyContainerBorderless {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	background-image: url(images/gradbg.gif);
	background-repeat: repeat-y;
}
.subCopyContainerBorderlessBackgroundless {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	background-repeat: repeat-y;
}
.subSectionHeader {
	font-size: 8pt;
	font-weight: bold;
	color: #003394;
	line-height: 14pt;
}
.subCopyHeader {
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}
.subCopyGradHeader {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color: #333333;
	padding-left: 10px;
	background-image: url(images/gradHeader.gif);
	background-repeat: no-repeat;
}
.subCopyGradHeaderLarge {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color: #333333;
	padding-left: 25px;
	background-image: url(images/gradHeaderLarge.gif);
	background-repeat: no-repeat;
}
.subCopy {
	font-size: 8pt;
	line-height: 14pt;
	color: #191919;
}
.sidebarContainer {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.sidebarCopyHeader {
	font-size: 8pt;
	font-weight: bold;
	line-height: 14pt;
	color: #333333;
}
.sidebarCopy {
	font-size: 8pt;
	line-height: 14pt;
	color: #333333;
}
.contentCopyHeader {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: #FF0000;
}
.contentCopySubHeader {
	font-size: 8pt;
	line-height: 14pt;
	font-weight: bold;
	color: #003394;
}
.contentCopy {
	font-size: 8pt;
}
.footerCopy {
	background-color: #003394;
	padding-left: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
a {
	font-size: 8pt;
	color: #249FCC;
	text-decoration: none;
}
a:hover {
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
}
ul {
	margin-left: 20px
}
li {
	padding-bottom: 4px;
}