 
/* top navigation link style */
 .menuItem, A.menuItem:link, A.menuItem:visited
 {
	font-family : "Lucida Sans Unicode";
	font-size : 14pt;
	color : #046A39;
	font-weight : bold;
	text-decoration : underline;
}

/* top navigation link style for when the mouse is hovering on link or for on click */
A.menuItem:hover, A.menuItem:active
 {
	color: #C55825;
	font-style : oblique;
}

.onpage, A.onpage:link, A.onpage:visited
 {
	font-family : "Lucida Sans Unicode";
	font-size : 14pt;
	color : #C55825;
	font-weight : bold;
	text-decoration : underline;
}

A.onpage:hover, A.onpage:active
 {
	color: #C55825;
	font-style : oblique;
}

/* section header style -green bar with beige text */
.header
{
	font-family : "Lucida Sans Unicode";
	font-size : 24pt;
	color : #F6ECC5;
	font-weight : bold;
	background-color : #046A39;
	text-align : center;
}

/* font style and size for small language links */
.small
{
	font-family : "Lucida Sans Unicode";
	font-size : 7.5pt;
	font-weight : normal;	
}

A.smallLinks, A.smallLinks:visited
{
	color: #046A39;
	font-weight : normal;
}

 A.smallLinks:hover, A.smallLinks:active
 {
	color: #C55825;
	font-style : oblique;
	font-weight : normal;
}

.sOnpage, A.sOnpage:link, A.sOnpage:visited
{
	font-family : "Lucida Sans Unicode";
	font-size : 7.5pt;
	color : #C55825;
	font-weight : bold;
	text-decoration : underline;
}

A.sOnpage:hover, A.sOnpage:active
 {
	color: #C55825;
	font-style : oblique;
}

.lOnpage, A.lOnpage:link, A.lOnpage:visited
 {
	font-family : "Lucida Sans Unicode";
	font-size : 7.5pt;
	color : #C55825;
	text-decoration : underline;
	font-weight : normal;
}

A.lOnpage:hover, A.lOnpage:active
 {
	color: #C55825;
	font-style : oblique;
	font-weight : normal;
}

.ekLink, A.ekLink:link, A.ekLink:visited
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #F6ECC5;
	text-decoration: underline;
	font-weight : bold;
}

A.ekLink:hover, A.eklink:active
 {
	color: #C55825;
	text-decoration: underline;
	font-style : oblique;
}

.title
{
	font-family : "Lucida Sans Unicode";
	font-size : 18pt;
	color : #046A39;
	font-weight : bold;
	text-align : center;
}

.text
{
	font-family : "Lucida Sans Unicode";
	font-size : 10pt;
	color : Black;
	text-align : justify;
	margin-left: 10pt;
}

.design
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #F6ECC5;
}

.email_links
{
	font-family : "Lucida Sans Unicode";
	font-size : 10pt;
	font-weight : normal;
}

A.email_links, A.email_links:visited
 {
	color: #046A39;
	font-weight : normal;
	}

 A.email_links:hover, A.email_links:active
 {
	color: #C55825;
	font-style : oblique;
	font-weight : normal;
}