/* ============================================ */



/* Horisontal Navigation Bar Styles */
/* Class .hornav  */

.hornav {color: Navy; font-weight:bold; font: 15px"Arial"; text-align: center;} 

.hornav a:link
	{font-weight:bold;
	color: Navy;	
	text-decoration:none;}
.hornav a:visited
	{font-weight:bold;
	color: Navy;
	text-decoration:none;}
.hornav a:hover
	{font-weight:bold;
	color: Navy;
	text-decoration:underline;}
.hornav a:active
	{font-weight:bold;
	color: Red;
	text-decoration:none;}

/* Styles for Main Horisontal Navigation Bar Ends*/


/* ============================================ */


/* Vertical Navigation Bar Styles */
/* Class .vernav  : two level vertical navigation bar */
/* Class .mnav    : first, main level */
/* Class .subnav  : second, sub level*/

/*
.mnav p {background-color: Silver;}
.mnav p {padding: 5px; padding-right: 10px;  width: 98px;}
.mnav p {color: Navy; font-weight:bold; font: 12px"Arial"; text-align: right;} 
*/

.vernav {font: 12px"Arial";}

#subnav {background-color: Silver;}

.subnav td {background-color: #DCDCDC;}
.subnav p {padding: 5px; padding-right: 10px;  width: 98px;}
.subnav p {color: Navy; font-weight:bold; font: 12px"Arial"; text-align: right;} 


/*  .vernav a {display: block}  */

.vernav a:link
	{font-weight:normal;
	color: Navy;
	text-decoration:none;}
.vernav a:visited
	{font-weight:normal;
/*	background-color: #DCDCDC;  */
	color: Navy;
	text-decoration:none;}
.vernav a:hover
	{font-weight:bold;
	text-decoration:none;}
.vernav a:active
	{font-weight:bold;
	color: Red;
	text-decoration:none;}

/* Vertical Navigation Bar Styles Ends  */




/* ============================================ */
/* Copy right navigation */


.cr a:link
	{font-size: 8pt;
	font-family: "Times New Roman","Times", serif;
	color: black;
	text-decoration:underline;}	

.cr a:visited
	{font-size: 8pt;
	font-family: "Times New Roman","Times", serif;
	color: black;
	text-decoration:underline;}	

.cr a:hover
	{font-size: 8pt;
	font-family: "Times New Roman","Times", serif;
	color: red;
	text-decoration:underline;}	



/* ============================================ */

/* Title navigation in general area ID="pg1"*/


#pg1 .titlnav a:link
	{font: 16px"Arial";
	font-weight:normal;
	color: Navy;
	text-decoration:none;}
#pg1 .titlnav a:visited
	{font: 16px"Arial";
	font-weight:normal;
	color: Navy;
	text-decoration:none;}
#pg1 .titlnav a:hover
	{font: 16px"Arial";
	font-weight:normal;
	color: Red;
	text-decoration:none;}
#pg1 .titlnav a:active
	{font: 16px"Arial";
	font-weight:normal;
	color: Red;
	text-decoration:none;}




/* Title navigation in general area ID="pages"*/


#pages .titlnav a:link
	{font: 14px"Arial";
	font-weight:bold;
	color: Navy;
	text-decoration:none;}
#pages .titlnav a:visited
	{font: 14px"Arial";
	font-weight:bold;
	color: Navy;
	text-decoration:none;}
#pages .titlnav a:hover
	{font: 14px"Arial";
	font-weight:bold;
	text-decoration:underline;}
#pages .titlnav a:active
	{font: 14px"Arial";
	font-weight:bold;
	color: Red;
	text-decoration:none;}



/* ============================================ */
/* Genarl navigation */


a:link
	{font-weight:normal;
	font: 12px"Arial";
	color: Navy;
	text-decoration:underline;}
a:visited
	{font-weight:normal;
	font: 12px"Arial";
	color: Navy;
	text-decoration:underline;}
a:hover
	{color: red;
	font: 12px"Arial";
	text-decoration:underline;}


/* ============================================ */ 


