/* 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: 5px;
	color: #333;
	font-size: 13px;
	text-align: left;
	font-family: "Trebuchet MS", Arial;
	
}

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

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

/* General classes */

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

#sharedContent h2 {
	margin: 0px;
	padding: 0px;
	color: #c00;
	font-size: 21px;
	font-family: "Trebuchet MS", Arial;
}

#sharedContent h4 {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
}

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

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

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




