	body {
/*		background-image: url(../images/smallbg.gif); 
		background-attachment: fixed; 
		background-repeat: no-repeat; 
		background-position: bottom right;  */
	}
		
	.myheadingopt {
		font-family : verdana,arial,helvetica;
		font-size   : 18px;
		font-weight : bold;
	}

	.mybolddata {
		font-family : verdana,arial,helvetica;
		font-size   : 13px;
		font-weight : bold;
	}

	.mypriceopt {
		font-family : verdana,arial,helvetica;
		font-size   : 12px;
		color : black;
	}

	.mytablehead {
		font-family : verdana,arial,helvetica;
		font-size   : 12px;
		font-weight : bold;
		background-color : silver;
		color : black;
	}

	.mytableheadnotreq {
		font-family : verdana,arial,helvetica;
		font-size   : 12px;
		font-weight : bold;
		background-color : silver;
		color : gray;
	}

	.mytabledata {
		font-family : verdana,arial,helvetica;
		font-size   : 13px;
		color : black;
	}

	.mybold {
		font-size   : 12px;
		font-family : verdana,arial,helvetica;
		font-weight : bold;
	}

	.myboxhead {
		font-family : verdana,arial,helvetica;
		font-size   : 13px;
		font-weight : bold;
		background-color : gray;
		color : white;
	}

	.mynavleft {
		color:white; 
		text-decoration:none;
		font-family : verdana,arial,helvetica;
		font-size   : 10px;
		font-weight : bold;
	}

	.mysmall {
		font-family : verdana,arial,helvetica;
		font-size   : 10px;
		color : black;
	}

	input {
		font-family : courier,system;
		font-size   : 9pt;
	}
	
	/*a:visited { color:#323232;}
	a:active { color:#000000;}
	a:hover {color:#EFEFEF;text-decoration:none; background:#005E2E;}*/