html, body {
	font-family         : verdana, arial, helvetica;
	color               : #5a5a5a;
	font-size           : 11px;
	line-height         : 1.3;
}
input, textarea, select {
	font-family         : verdana, arial, helvetica;
}

.font_xxs        {font-size : 6px !important;}
.font_xs         {font-size : 8px !important;}
.font_s          {font-size : 10px !important;}
.font_m          {font-size : 11px !important;}
.font_l          {font-size : 13px !important;}
.font_xl         {font-size : 18px !important;}
.font_xxl        {font-size : 24px !important;}

.bold          {font-weight : bold !important;}
.normal        {font-weight : normal !important;}
.plain     {text-decoration : none !important;}
.underline {text-decoration : underline !important;}

.left                {float : left;}
.right               {float : right;}
.clear               {clear : both;}

.black               {color : #5a5a5a !important;}
.grey                {color : #666666 !important;}
.white               {color : #ffffff !important;}
.highlight           {color : #ff0000 !important;}

a:link, a:visited, a:focus, a:hover, a:active {
	color               : #999999;
	text-decoration     : none;
}
a:hover, a:active {
	color               : #000000;
}

p {
	margin-bottom       : 0px;
}
p.start {
	margin-top          : 0px;
}
ul, ol, li ul, li ol {
	margin-top          : 0px;
	margin-bottom       : 0px;
}
ul, ol, dl {
	padding             : 0px;
	padding-left        : 20px;
	list-style-position : outside;
}
ul, li {
	list-style-image    : url(/sales/images/list.gif);
}
ul {
	padding-left        : 15px;
}

@media print {
	html, body {
		color       : #000000;
	}

	.white       {color : #000000;}
	.highlight   {color : #ff0000 !important;}

	a:link, a:visited, a:focus, a:hover, a:active {
		color       : #000000;
	}
}
