/* ====== Common styles for site and tinyMCE ========================= */

/* reset all, and set common styles */
body,div,span,hr,img,ul,li,p,h1,h2,h3,h4,h5,h6,h7,a {
	margin:0px;
	padding:0px;
	border:none;
	background:transparent;
	color:#000;
	font-size:1em;
	letter-spacing:.01em;
  font-family: "Times New Roman",Times,serif;
}

/* set specifics */
p,h1,h2,h3,h4,h5,h6,h7 	{ padding-bottom:10px; }

h1, h2									{ color:#660000; font-weight:bold; padding-bottom:0px;}
h1											{ padding-bottom:1px; font-size:1.15em;}

a, a:visited 						{ text-decoration:none; color:#660000;}

a:hover,
a:active,
a.current,
li.current a			 			{ text-decoration:underline; }

#footer a 							{ color:#FFFFCC; }

hr, .hr {
	float:left;
	clear:both;
	width: 100%;
	height:1px;
	background-color:#660000;
	}

ul {
	margin:0px;
	padding:0px;
}

li {
	list-style-image:url("../img/list_item.gif");
	margin-left:20px;
	margin-bottom:5px;
}


img {
	border:solid 1px #660000;
}

table,tr,td {
	padding:0px;
	margin:0px;
	border:none;
}

/* === Common styles, not used in tinyMCE ============================= */

.small 									{ font-size:.85em; }

