/*#########################RTE#########################*/
li.pdf {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pdf.png) no-repeat;
}

li.tif {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pic.png) no-repeat;
}

li.jpg {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pic.png) no-repeat;
}

li.mpdrei {
	list-style-type:none;
	/* BEN: So the icons display properly...*/
	padding-bottom:3px !important;
	padding-left:20px;
	background:url(../img/ico-mpdrei.png) no-repeat;
}

li.zip {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-zip.png) no-repeat;
}

p.quote {
	font-family:georgia,times,serif;
	font-size:1.1em;
	font-style:italic;
	padding:0 45px 0 30px;
}

p.code {
	font-family:courier, monospace;
	font-size:1.0em;
	padding:3px;
	border:1px dotted #b4b4b4;
	margin-left:30px;
}

a.arrow {
	display:block;
	padding-left:12px;
	background:url(../img/ico-arrow-redonwhite-small.png) 0 4px no-repeat;
}

div.btn,
p.btn {
	display:-moz-inline-box;
	display:inline-block;
	float:left;
	width:auto;
	height:22px;
	padding-right:10px;
	margin-top:15px;
	margin-right:10px;
	color:#fff;
	background:url(../img/btn-bg.png) top right no-repeat;
}

p.btn {
	float:none;
	margin-top:0;
}

p.btn:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

p.btn {
	display:inline-block;
}

div.btn input.submit,
p.btn a {
	width:auto;
	height:22px;
	line-height:22px;
	padding:0 2px 3px 15px;
	border:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	outline:none;
	text-align:left;
	color:#fff;
	cursor:pointer;
	background:url(../img/btn-bg.png) top left no-repeat;
}

p.btn a {
	display:block;
	padding:0 2px 0 15px;
	text-decoration:none;
}

p.btn a.linkInt,
p.btn a.linkExt {
	text-decoration:none;
}

div.btn:hover,
p.btn:hover {
	background:url(../img/btn-bg.png) bottom right no-repeat;
}

div.btn input.submit:hover,
p.btn a:hover {
	background:url(../img/btn-bg.png) bottom left no-repeat;
}

.important {
	letter-spacing:0.2em;
}

span.strikethrough {
	text-decoration:line-through;
}

a.linkExtBlank,
a.linkIntBlank {
	text-decoration:underline;
}

a.linkInt,
a.linkExt {
	text-decoration:underline;
}

a.download {
	text-decoration:underline;
}

a.mail {
	text-decoration:underline;
}