
/* --- static menu styles ---
style naming convention:
*/

BODY, TABLE, TD, FORM, INPUT, TEXTAREA, SELECT
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	line-height: 23px;
	color: #333333;
	}
	
.A
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
	line-height: 19px;
	}
	
.Product
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:11px;
	color:#666666;
	line-height: 17px;
	}
	
.Product
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:11px;
	color:#666666;
	line-height: 19px;
	text-decoration:underline;
	}
	
.Product:hover
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:11px;
	color:#666666;
	line-height: 19px;
	text-decoration:underline;
	}

.SmallNav
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:11px;
	color:#7a7475;
	text-decoration:none;
	}

.SmallNav:hover
	{
	text-decoration:underline;
	color:#006699;
	}
.SmallNavSel
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:11px;
	color:#006699;
	text-decoration:none;
	}
.BigNav
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:17px;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
	}

.BigNav:hover
	{
	text-decoration:none;
	color:#ffffcc;
	}
.BigNavEn
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:14px;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
	}

.BigNavEn:hover
	{
	text-decoration:none;
	color:#ffffcc;
	}
.LeftNavEn
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	margin-left: 10px;
	}

.LeftNavEn:hover
	{
	text-decoration:underline;
	color:#ffffcc;
	margin-left: 10px;
	}
.BigNavSel
	{
	font-family: Microsoft Sans Serif, MS Sans Serif,Verdana, Arial;
	font-size:17px;
	font-weight: bold;
	color:#ffffff;
	text-decoration:none;
	}
TD.FourGrey
	{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #dddddd;
	}
	
.inptxt
{
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid;
	font-family: verdana;
	font-size: .9em;
	vertical-align: bottom;
	height: 19px;
}
.Input
{
	font-family: Verdana; font-size: 10px; color:#000000; border-width:1px;border-top:#000000 1px solid;border-bottom:#000000 1px solid;border-left:#000000 1px solid;border-right:#000000 1px solid; background-color:#FFFFFF;
}