/* CONTENT MARKUP STYLES SHOULD BE CONTAINED IN THIS CSS - STRUCTUAL STYLES SHOULD BE IN THE /styles.css FILE */
/* Standard markup - contained in the rte.css so that the RTE copy is rendered correctly. */
body, p, div, table, tr, td, input, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

a {
	color: blue;
	font-family: Verdana;
	font-size:	11px;
	text-decoration: none;
}

a:hover {
	color: gray;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: underline;
}


/* Standard heading html classes.  Will only be supported via Styles in the pinEdit RTE component */
h1 {
	font-family: Verdana;
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* Custom Classes - will be made available in the RTE component */
.NormalText {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.HeadingText {
	font-family: Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}