body{
	margin:0px;
	font-family: Arial;
	font-size: 10pt;
}


table.body {
	font-size: 10pt;
	border: 1px solid #000;
}
	
table.data {
	font-size: 10pt;
}

	
td.content {
	font-size: 10pt;
	padding: 10px 20px 10px 20px;
	background-color: #FFF;
}

td.header_top{
	font-size: 8pt;
	color: #fff;
}

td.header_menu{
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

table.menu{
	background: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}


td.content .data_label{
	font-weight: bold;
	font-size: 10pt;
	color: #000;
	padding: 3px;
}


td.content .data{
	font-size: 10pt;
	color: #000;
	padding: 3px;
}


td.footer{
	background-color: #ccc;
	font-size: 8pt;
	color: #000;
	padding: 5px 0 5px 0;
	border-top: solid 1px #000;
}


table.faq {
	font-size: 10pt;
}

table.faq td.label{
	font-weight: bold;
	padding: 0px 5px 7px 0px;
}

table.faq td{
	padding: 0px 0px 7px 0px;
}

a {
	color: #6666CC;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}



a:hover {
	color: #6666CC;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.top_menu {
	color: #FFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	}

a.top_menu:hover {
	color: #C00;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	}
	

a.bottom_menu {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	}

a.bottom_menu:hover {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	}			
