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

.small {
	font-size           : 9px !important;
}
.medium {
	font-size           : 10px !important;
}
.normal {
	font-size           : 11px !important;
}
.large {
	font-size           : 13px !important;
}
.bold {
	font-weight         : bold !important;
}
.plain {
	text-decoration     : none !important;
}
.clear {
	clear               : both;
}

.black {
	color               : #333333 !important;
}
.white {
	color               : #ffffff !important;
}
.grey {
	color               : #999999 !important;
}
.orange, .highlight {
	color               : #fd8900 !important;
}

h1, h2, h3, h4 {
	margin-top          : 0px;
	margin-bottom       : 0px;
	font-size           : 13px !important;
	font-weight         : bold;
}
h2 {
	font-size           : 13px !important;
	font-weight         : bold;
}
h3 {
	font-size           : 11px !important;
	font-weight         : bold;
}
h4 {
	font-size           : 11px !important;
}
a:link,a:active,a:visited,a:focus,a:hover {
	color               : #bcd2a5;
}
a:hover,a:focus {
	color               : #fd8900;
}

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

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,h0,h1,h2,h3,a,p,b,strong,li,ul,td,th,div,span,input,textarea,select,option {
	color               : #000000;
	line-height         : 1.2;
}

.white {
	color               : #000000;
}
.grey {
	color               : #000000;
}
.orange {
	color               : #000000;
}

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

