p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #333333;
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

p.title {
	font-weight: bold;
	color: #1d5692;
	margin-top: 10px;
	margin-bottom: 15px;
}

p.sub_title {
	font-weight: bold;
	font-style: italic;
	color: #1d5692;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.side_title {
	font-size: 10px;
	font-weight: bold;
	color: #566069;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.side_text {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 6px;
}

p.page_nav {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.cns_footer {
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.copy_footer {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}


a {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #1d5692;
	font-weight: bold;
	text-decoration: underline;
}

a.cns_footer {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.cns_footer:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a.page_nav {
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

a.page_nav:hover {
	color: #1d5692;
	font-weight: bold;
	text-decoration: underline;
}

img.ln {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 0px;
}

img.ml {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	margin-right: 10px;
}

img.log {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 8px;
	margin-right: 0px;
}

img.header {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
}

table.content {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.content td {
	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: #cccccc;
	-moz-border-radius: 0px;
}