@charset "UTF-8";
/* CSS Document */

body
{
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: none !important;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #002A5B;
	font-weight: 100;
	text-align: left;

}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 16px;
}

a, a:visited, a:hover {
	text-decoration: none;
}

a, a:visited {
	color: #002A5B;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 10px 20px;
	list-style: none;
}

img { 
	border: none; 
}

ul.bullets {
	list-style: disc;
}

h1 {
	font-size: 20pt;
	margin: 10px 0px;
	font-weight: 100;
	border-bottom: 1px solid #002A5B;
}

h2 {
	margin: 10px 0px;
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
	font-style: italic;
}

h4 {
	font-size: 13pt;
	text-align: left;
	margin: 10px 0px;
}

h5 {
	font-size: 12pt;
	border-bottom: 1px solid #002A5B;
}

h6 {
	font-size: 10pt;
	border-bottom: 1px solid #002A5B;
	text-align: right;	
}

hr {
	margin: 10px;
	border: none;
	border-bottom: 1px solid #002A5B;
}

table {
	border-spacing: 0px;
	border: 1px solid #666;
	margin: 10px;
}

thead {
	background: #bbb;
}

th, td {
	padding: 5px;
}

tr.odd {
	background: #fff;
}

tr.even {
	background: #eee;
}

tfoot {
	background: #666;
	color: #fff;
}

p.blockquote {
	margin: 10px;
	font-style: italic;
	color: #002A5B;
	font-weight: 200;
	line-height: 12px;
}

#header {
	display: none;
}

#SectionTitle
{
	font-size: 11pt;
	color: #666;
	margin-top: -20px;
	text-align: center;
}
#body
{
	clear: both;
	margin: 0px;
	padding-top: 20px;
	min-height: 350px;
}

#column
{
	display: none;
}

#content
{
	color: #000;
	text-align: justify;
}

#footer ul {
display: none;
}

/*----------------------------------------------------------------
	site search
----------------------------------------------------------------*/

.site_search, .site_search_header, .site_search_results,
.site_search_count, .site_search_section, .site_search_hit,
.site_search_result_link, .site_searchPresult_brief {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.site_search_hit {
	margin: -2px 0 0 10px;
}

.site_search_section img {
	display:none;
}

.site_search_section h2 {

	margin: 0 0 10px 0;
	padding: 10px 0 15px 0; 
	border-top: solid 1px #c2c2c2;

	 
}

.site_search_header {
	margin: 0 0 20px 0; 
	line-height: 18px;
	font-size: 11pt;
	
	 
}
.site_search_results {
	width: 100%;
}

.site_search_result_link {
	margin: 0 0 20px 0; 
	line-height: 18px;
	font-size: 11pt;
	
	 
}

.site_search_count {
	display: block;
	text-transform: normal; 
	color: #333;
	margin: 0 0 15px 0px;

	 
}
.site_searchPresult_brief {
	display: block;

	text-transform: normal; 
	color: #333;
	margin: 0px 0 15px 0px;
	font-weight: normal;
	font-size: 100%;
	line-height: 16px;
	 
}