html, body {
	font-family         : verdana;
	color               : #333333;
	font-size           : 0.9em;
	line-height         : 1.3;
}
input, textarea, select {
	font-family         : verdana, arial, helvetica;
}

.font_xxxs       {font-size : 50.0% !important;}
.font_xxs        {font-size : 62.5% !important;}
.font_xs         {font-size : 75.0% !important;}
.font_s          {font-size : 87.5% !important;}
.font_m          {font-size : 100.0% !important;}
.font_l          {font-size : 112.5% !important;}
.font_xl         {font-size : 125.0% !important;}
.font_xxl        {font-size : 137.5% !important;}
.font_xxxl       {font-size : 150.0% !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 : #333333 !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;
}
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        : 2.0em;
	list-style-position : outside;
}
ul, li {
	list-style-image    : url(images/list.gif);
}
ul {
	padding-left        : 1.5em;
}

img {
	border              : 0;
}

@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;
	}
}

