body,font,h0,h1,h2,h3,a,p,b,li,ul,td,th,div,span,input,textarea,select,option {
	font-family     : verdana, helvetica, arial;
	color           : #333333;
	font-size       : 11px;
	line-height     : 1.4;
}

.small {
	font-size       : 9px !important;
	line-height     : 1.4 !important;
}
.bold  {
	font-weight     : bold !important;
}
.plain {
	text-decoration : none !important;
}
.clear {
	clear           : both;
}

.black {
	color           : #333333 !important;
}
.white {
	color           : #ffffff !important;
}
.red {
	color           : #d21e1e !important;
}
.highlight {
	color           : #d21e1e !important;
}

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

p {
	margin-top          : 0px;
	margin-bottom       : 0px;
}
p+p {
	padding-top         : 6px;
}

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 {
	padding-left        : 15px;
}

@media print {
body,font,a,p,b,li,ul,td,th,div,span,input,textarea,select,option {
	color           : #000000;
	line-height     : 1.4;
}

.white {
	color           : #000000;
}

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

