/*-----------------------------------*/
/* Contents
/*-----------------------------------*/
.contents_container
{
	padding-top:10px;
	background-color: Blue;
}

.contents_box
{
	border: 1px solid Yellow;
}

.contents_header
{
	background-color: Blue;
	border-bottom: 1px solid Yellow;
	color: Blue;
}

.contents_text
{
	color: Yellow;
}

.contents_text table tr td
{
	background-color: Blue;
	color: Yellow;
}

.title_page
{
	color: Yellow;
}

.title_main
{
	color:Black;
}

.title_sub
{
	color:Yellow;
}

.topics_title
{
	color:Yellow;
}

.note 
{
	color:Yellow;
}

.td
{
	color:Yellow;	
}

a:link
{
	color:Yellow;
	text-decoration: underline;
}
a:visited
{
	color:Yellow;
	text-decoration: underline;
}
a:hover
{
	color:Yellow;
	font-weight: bold;
	text-decoration: underline;
}

.slogan { color: Yellow}
.title { color: Yellow;}
.title2 { color: Yellow;}
.emphasis { color: Yellow;}

/*-----------------------------------*/
/* 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;
}