
a.menunav
{
color:white; 
text-decoration:none; 
font-size:10pt; 
font-family:Arial;
}

a.menunav:visited
{
color: rgb(128,128,255);
}

a.menunav:hover
{
color:red;
}

a.menu:hover
{
	color: red;
	font-weight:bold;
}


a
{
    cursor:hand;
	color: blue;
	font-family:Arial;
}
a:visited
{
	color:rgb(128,128,255);
}
a:link
{
	color: blue;
	font-family:Arial;
}
a:hover
{
	color: red;
}
a:active 
{
	color:orange;
}
a.submenu{
	text-decoration:none;
}
a.pricelink{
	text-decoration:none;
	font-size:16pt;
	font-weight:bold;
}
body
{
	font-family: Arial, Helvetica;
	color: black;
	font-size:12pt;
}
table
{
	font-size:10pt;
}
h1, h2, h3, h4, h5, h6
{
}
h1
{
	font-family: Arial, Helvetica;
	color: maroon;
}
h2
{
	font-family: Arial, Helvetica;
	color: rgb(29,31,124);
}
h3
{
	font-family: Arial, Helvetica;
	color: rgb(29,31,124);
}
h4
{
	font-family: Arial, Helvetica;
	color: rgb(29,31,124);
}
h5
{
	font-family: Arial, Helvetica;
	color: rgb(29,31,124);
}
h6
{
	font-family: Arial, Helvetica;
	color: rgb(29,31,124);
}
hr
{
	color: black;
	/*rgb(237,237,238);*/
}
strong
{
	font-family: Arial, Helvetica;
	color: rgb(29,31,124);
	font-size: 8pt;
}
span
{
	width:400pt;
}