/* CSS Document */

#quote .qmmt_main	{
	border-top-style: none;
	padding: 0px;
	background-color: transparent;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#quote .qmmt_text	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	}
#quote .qmmt_text_up	{
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#quote .qmmt_text_down          {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
            }   
/*alternating background colour*/	
#quote .qmmt_cycle	{
	background-color: #555555;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	}
#quote .qmmt_header_bar	{
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	}
#quote .qmmt_header_text	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	}
/*links*/	
#quote a.qmmt:link {
	color: #0000aa;
	}
#quote a.qmmt:visited {
    color: #0000aa;
	}
#quote a.qmmt:hover {
    color: #ff0000;
	}
#quote a.qmmt:active {
    color: #0000aa;
	}
#quote .qm_cycle	{
	background-color: #0066CC;
