/* Copied from reset (and edited), defined for Page Editor */
body {
	font: normal 11px verdana, arial, helvetica, clean, sans-serif;
	line-height: 1.30;
	color: #666666;
}
table {
	border-collapse: collapse;
	font-size: inherit;
}

/* Default Styles */
body * {
	line-height: 1.30;
}
h1,
.heading,
h2.heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #0054A4;
	font: bold 26px "Arial Narrow";
}



h3,
.subHeading,
.subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 18px;
}

h2 {color: #0054A4;}
p,
li,
.normal,
.altColor,
.altcolor {
}

.altColor,
.altcolor {
	color: #999999;
}

.error {
	font-weight: bold;
	color: #CC0000;
}

.bold {
	font-weight: bold;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

button {
	cursor: pointer;
}

ul {
	padding: 0 10px;
	margin: 10px 0;
}

li {
	font-weight: normal;
}


/* Table Styles */
.wysiwyg th {
	padding: 0 3px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.wysiwyg td {
	padding: 0 2px;
}

