/*-----------------------------------*/
/* Contents
/*-----------------------------------*/
.contents_container
{
	background-color: White;
}

.contents_box
{
	border: 1px solid Black;
}

.contents_header
{
	background-color: White;
	border-bottom: 1px solid Black;
	color: Black;
}

.contents_text
{
	color: Black;
}

.contents_text table tr td
{
	background-color: White;
	color: Black;
}

.title_page
{
	color: Black;
}

.title_main
{
	color:Black;
}

.title_sub
{
	color:Black;
}

.topics_title
{
	color:Black;
}

.note 
{
	color:Black;
}

.td
{
	color:Black;	
}

a:link
{
	color:Black;
	text-decoration: underline;
}
a:visited
{
	color:Black;
	text-decoration: underline;
}
a:hover
{
	color:Black;
	font-weight: bold;
	text-decoration: underline;
}

.slogan { color: Black}
.title { color: Black;}
.title2 { color: Black;}
.emphasis { color: Black;}

/*-----------------------------------*/
/* Web Accessibility Bar
/*-----------------------------------*/
.accessbility-container a
{ 
	text-decoration: none;
}
.accessbility-container a:hover
{ 
	text-decoration: none;
	font-weight: normal;
}
.accessbility-container a:visited
{ 
	text-decoration: none;
}