﻿/* CSS styles for WYSIWYG editor: nxpage.com */

body {
	margin:0px auto; 
	font: normal 80% Verdana, Arial, san-serif;
	color:#404040;
	background:transparent;}

h1, h2, h3 {
	margin-top:25px;
	font-family: "Trebuchet MS",Verdana;
	color:#0c4467;}
	h1 {font-size:1.7em;margin-top:30px;}
	h2 {font-size:1.3em;}
	h3 {font-size:1.2em;}

hr {
color:#bfa174;
background:#bfa174; 
border:0; 
height:1px;
clear:left;}	

/* editor drop down selections */
.highlightBox {
	width:auto;
	background:#f5f5dc;
	border:solid 1px #dcdcdc;
	padding:5px 5px 5px 27px;}
.imgBodyLeft {
	float:left;
	margin: 0 10px 5px 10px; 
	border:5px solid #f0f0f0;}
.imgBodyRight {
	float:right;
	margin: 0 10px 5px 10px;
	border:5px solid #f0f0f0;}
.linkExternal {
	padding-right:18px;
	background:transparent url(../../img/iconExternal.gif) center right no-repeat;
	display:inline-block;	/* IE correction to show the icon in correct location when link wraps */}
.textSmall {font-size:.85em;}
.linkDOC,.linkFORM,.linkJPG,.linkPDF,.linkXLS,.linkZIP {padding-left:22px;}
	.linkDOC {background: url(../../img/iconDOC.gif) left no-repeat;}
	.linkFORM {background: url(../../img/iconFRM.gif) left no-repeat;}
	.linkJPG {background: url(../../img/iconJPG.gif) left no-repeat;}
	.linkPDF {background: url(../../img/iconPDF.gif) left no-repeat;}
	.linkXLS {background: url(../../img/iconXLS.gif) left no-repeat;}
	.linkZIP {background: url(../../img/iconZIP.gif) left no-repeat;}

