/* navigation bar classes*/

.navhead  {

	color : #013162;

	font-size : 75%;

	font-weight : bold;



}



.navtext  {

	font-size : 75%;

	color : #013162;

	text-align : left;

	text-decoration : none;

}



.navlinktext {

	font-size : 75%; 

	color : #013162; 

	text-align : left; 

	text-decoration : none;

}



.tradetext {

	color : #013162; 

	text-align : left; 

	text-decoration : none;

}



.navlinktitle  {

	font-size: 75%;

	font-weight : bold;

	color : #013162;

	text-decoration : none;

}

a:link  {

	color : #013162;

}



/* unvisited link*/

a:visited  {

	color : #800080;

}



/* visited links*/

a:active  {

	color : #013162;

}



/* active links*/

a:hover  {

	color : #FFa800;

}



/* MSIE rollover links*/

table  {

	margin-left : 0px;

	margin-right : 0px;

	margin-top : 0px;

	margin-bottom : 0px;

}

.formtable  {

	margin-top : 2px;

	margin-left : 0px;

	margin-right : 0px;

	margin-bottom : 5px;



}

td  {

	font-family : arial, helvetica, sans-serif;

}



th  {

	font-family : arial, helvetica, sans-serif;

	font-weight : bold;

}







.navtitle  {

	font-size: 75%;

	font-weight : bold;

	color : #013162;

}



/* change to navigation links in order to maintain color after visited */

/* did not simply change .navtext since VFM may still use .navtext */

a:visited.navlinktext, a:link.navlinktext, a:active.navlinktext {

	font-size : 75%;

	color : #013162;

	text-align : left;

	text-decoration : none;

}



a:hover.navlinktext {

	font-size : 75%;

	color : #FFa800;

	text-align : left;

	text-decoration : none;

}



/* Addition for clickable titles */

a:visited.navlinktitle, a:link.navlinktitle, a:active.navlinktitle {

	font-size : 75%;

	color : #013162;

	text-align : left;

	text-decoration : none;

}



a:hover.navlinktitle {

	font-size : 75%;

	color : #FFa800;

	text-align : left;

	text-decoration : none;

}











