@charset "UTF-8";
/* CSS Document */


small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

/*
/* Page name at top of each page (except home)
*/

 .PageName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	padding-bottom: 20px;
	color: #9B9137;
}


/*
/* Ordinary text
*/

 .Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 17px;
	color: #333333;
}

a.Text:link, a.Text:visited {
	font-size: 11.5px;
	text-decoration: none;
	font-weight: bolder;
	color: #001E51;
}


a.Text:hover {
	text-decoration: underline;
	color: #9B9137;
}

a.info
{
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration:none;
}

a.info:hover
{
	z-index:25;
}

a.info span
{
	display: none;
}



/* .Text {  font: 12px Arial, Helvetica, sans-serif; line-height: 1.5em; }
A.Text:link {  font: 12px Arial, Helvetica, sans-serif; line-height: 1.5em; }
*/

.Title {  font: 20px Arial, Helvetica, sans-serif; line-height: 1.5em; font-weight: bold;}
.Caption { font: 10px Arial, Helvetica, sans-serif; line-height: 1em; }

body { margin: 0; margin-top: 0; padding: 0; background-color: #FFFFFF; }

.footermenu { margin: 0; padding: 0; padding-top: 20px; padding-bottom: 50px; font: 10px Arial, Helvetica, sans-serif; color: #CCCCCC; } 
.footermenu a { text-decoration: underline; font: 10px Arial, Helvetica, sans-serif; color: #CCCCCC; }
.footermenu a:hover {text-decoration: none; }
