/* 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: Arial;
	font-size: 12px;
	color: #fffefe;
	text-decoration: none;
}

body, p, div {
	background-color: #333333;
}

a {
	color: #cccccc;
	font-family: Arial;
	font-size:	12px;
	text-decoration: none;
}

a:hover {
	color: #cccc00;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	text-decoration: none;
}

a.download {
	color: #cccc00;
	font-family: Arial;
	font-size:	11px;
	text-decoration: none;
}

a.download:hover {
	color: #cccc00;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
}

a.download:visited {
	font-size: 11px;
	text-decoration: none;
}

a.more {
	color: #cccc00;
	font-family: Arial;
	font-size:	12px;
	text-decoration: none;
}

a.more:hover {
	color: #cccc00;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

a.more:visited {
	font-size: 12px;
	text-decoration: none;
}

a.menu {
	color: #cccccc;
	font-family: Arial;
	font-size:	14px;
	text-decoration: none;
}

a.menu:hover {
	color: #cccc00;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
}

a.menu:visited {
	text-decoration: none;
	font-size: 14px;
}

/* Standard heading html classes.  Will only be supported via Styles in the pinEdit RTE component */
h1 {
	font-family: Arial;
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.largeText {
	font-size: 18px;
}

.normalText {
	font-size: 14px;
}

.smallText {
	font-size: 11px;
}

.yellowHeader {
	color: #cccc00;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	text-align: left;	
}

.yellowSubHeader {
	color: #cccc00;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}