/*This header is for the top link row in EYM pages*/
td.header {
	padding-left: 20;
}

/*This section focuses on normal html anchors*/
a{
	text-decoration: none;
	font-size: 10pt;
	color:	#483108;

}

a:hover{
	text-decoration: underline;
	font-size: 10pt;
	color:	#CEE6F0;
		
}
body{
	font-family: Arial;
	font-size: 10pt;
	color:	#483108; 
}

/*This section deals with the sidelink anchors */

td.sidelink{
	font-family: Arial;
	font-size: 10pt;
	color:	#483108;
	background-color: #ffffff;
}

th.sidelink {
	font-family: Arial;
	font-size: 10pt;
	color:	#483108;
	background-color: #CEE6F0;
}

/*This section deals with the content from EYM internal content pages*/
a.content	{
	text-decoration: none;
	text-decoration: underline;
	font-size: 10pt;
	font-weight:bold;
	color:	#483108;

}

a:hover.content{
	text-decoration: underline;
	font-size: 10pt;
	font-weight:bold;
	color:	#CEE6F0;
		
}
td.content{
	font-family: Arial;
	font-size: 10pt;
	color:	#483108;
	background-color: #ffffff;
}

th.content {
	font-family: Arial;
	font-size: 10pt;
	color:	#483108;
	background-color: #CEE6F0;
}

/*This section deals with the relate content from EYM internal content pages*/
a.content_relate	{
	text-decoration: none;
	text-decoration: underline;
	font-size: 10pt;
	font-weight:bold;
	color:	#483108;
}

a:hover.content_relate{
	text-decoration: underline;
	font-size: 10pt;
	font-weight:bold;
	color:	#CEE6F0;
		
}
td.content_relate{
	font-family: Arial;
	font-size: 10pt;
	color:	#483108;
	background-color: #ffffff;
	border-top-style:solid;
	border-width: thin;
	border-color: #CEE6F0;
}

td.content_space{
	font-family: Arial;
	font-size: 10pt;
	color:	#483108;
	background-color: #ffffff;
	padding-top: 20;
}

/*This section deals with the content from EYM internal content pages*/
a.content_small	{
	text-decoration: none;
	text-decoration: underline;
	font-size: 9pt;
	font-weight:bold;
	color:	#483108;

}

a:hover.content_small{
	text-decoration: underline;
	font-size: 9pt;
	font-weight:bold;
	color:	#CEE6F0;
		
}
td.content_small{
	font-family: Arial;
	font-size: 9pt;
	color:	#483108;
	background-color: #ffffff;
	border-left-style:solid;
	border-width: thin;
	border-color: #CEE6F0;
}

th.content_small {
	font-family: Arial;
	font-size: 9pt;
	color:	#483108;
	background-color: #CEE6F0;
}
