/* CSS Document */
/* This set of CSS are used by both the front and the back end systems so that
a document can be previewed exactly as it will appear (although some things like width might not be the same.
This is mainly for headings and formatting */


#sharedContent {
	margin: 0px;
	padding: 10px;
	color: #333;
	font-size: 13px;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
}

blockquote {
	border: 1px solid #333;
	padding: 5px;
	margin: 10px;
}

#sharedContent a {
	text-decoration: underline;
	color: #333;
}

#sharedContent a:hover {
	color: #c00;
}

.ahover {
	color: #c00;
}

.aout {
	text-decoration: none; color: #087d96;
}

/* General classes */

#sharedContent h3 {
	margin: 0px;
	padding: 0px;
	color: #b91616;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;
}

#sharedContent h2 {
	margin: 0px;
	padding: 0px;
	color: #087d96;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial;
	font-weight: normal;	
}

#sharedContent h4 {
	margin: 0px;
	padding: 0px;
	color: #033;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sharedContent h5 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 11px;
}

p {
	margin: 0px 0px 10px 0px;
}

.green {
	color: #099;
}

#sidebarText {
	margin: 10px 0px;
	padding: 5px 10px 5px 5px;
	background-color:#ecf5b8;
	width: 300px;
}

.downloadBox {
	margin: 10px 0px;
	padding: 5px 10px 5px 5px;
	background-color:#ecf5b8;
	width: 300px;
}


#sidebarText h2 {
	color: #c00; 
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
}

.caption {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #963;
	text-align: center;
	font-style: italic;
}

.articleListAnchor {
	
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	text-decoration: none;
}

#tickerTape {
	margin: 0px;
	padding: 0px;
}

#tickerTape a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	color: #003333;
}

#tickerTape a:hover {
	text-decoration: underline;
}

.tickerDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #666;
}

.statsTable {
	margin: 15px 0px 15px 0px;
	border-color: #333;
}

.statsTopHead {
	text-align: center;
}

.statsSideHead {
	text-align: right;
}

.statsData {
	text-align: right;
}

.statsNoteRow {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

