
/* --- Content --- */
.content-txt {	
	font-size: 8pt;
	font-weight: bold;
	font-family:  "Verdana", "Arial";
	color: navy;
}

.header-txt{
	font-size: 14;
	font-family: "Verdana", "Eras Demi ITC", "Arial"  ;
	color: #525167;
}

.nav-list {	
	list-style-type: none;
}

.nav-list li{
	float: left;
	padding: 5px;
	white-space: nowrap;
}

.key-txt{
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
	font-family: "Verdana", "Arial";
}

/* -- Links -- */
a:link			{text-decoration: none}		/* unvisited link */
a:visited		{text-decoration: none}		/* visited link */
a:hover			{text-decoration: none; cursor: pointer;}		/* mouse over link */
a:active		{text-decoration: none}		/* selected link */

a.content:link		{color: red}		/* unvisited link */
a.content:visited	{color: red}		/* visited link */
a.content:hover		{color: #212177}	/* mouse over link */
a.content:active	{color: #9AA4C3}	/* selected link */

a.nav{
	font-size: 10px;
	font-weight: bold;
	font-family: "Verdana";
	color: navy;
	text-decoration: none;
}
a.nav:link			{color: #525167}	/* unvisited link */
a.nav:visited		{color: #525167}	/* visited link */
a.nav:hover			{color: red}	/* mouse over link */
a.nav:active		{color: #2f4f4f}	/* selected link */

