/* Copied from reset (and edited), defined for Page Editor */
body {
	font: normal 13px verdana, arial, helvetica, clean, sans-serif;
	line-height: 1.44;
	color: #666666;
}
table {
	border-collapse: collapse;
	font-size: inherit;
}

/* Default Styles */
body * {
	line-height: 1.44;
}
h2,
.heading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666666;
	font: bold 197% "Arial Narrow";
}

h3,
.subHeading,
.subheading {
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 144%;
}

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;
}

/* Table Styles */
.wysiwyg th {
	border: 1px solid #333333;
	padding: 0 3px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.wysiwyg td {
	border: 1px solid #333333;
	padding: 0 2px;
}
