/* 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:"Tahoma",Verdana;
	font-size: 11px;
	color: #747474;
	text-decoration: none;
}

a {
	color: #747474;
	font-family: "Tahoma",Verdana;
	font-size:	11px;
	text-decoration: underline;
}

a:hover, a:active{
	color: #747474;
	font-size: 11px;
	font-family:"Tahoma",Verdana;
	text-decoration: none;
}




/* Standard heading html classes.  Will only be supported via Styles in the pinEdit RTE component */
h1 {
	font-family:"Tahoma",Verdana;
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family:"Tahoma",Verdana;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding:2px;
	margin:0;
}

h3 {
	font-family:"Tahoma",Verdana;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h4 {
	font-family:"Tahoma",Verdana;
	font-size: 11px;
	color:#00485a;
	text-decoration: none;
	font-weight: bold;
	margin:0;
	padding:0;
}

/* Custom Classes - will be made available in the RTE component */
.NormalText {
	font-family:"Tahoma",Verdana;
	font-size: 11px;
	color: #747474;
	text-decoration: none;
}

.HeadingText {
	font-family:"Tahoma",Verdana;
	font-size: 11px;
	color: #747474;
	text-decoration: none;
	font-weight: bold;
}

.bold-italics{
	font-weight:bold;
	font-style:italic;
}

.bold{
	font-weight:bold;
}