/* www.StitchAhoy.com
 * site's main colors
 * Green: #224A4A;
 * Maroon: #710D2D;
 */

html, body{ 
  margin: 0; 
  padding: 0; 
  text-align:center; 
  font-size: 12px;
  font-family:  Arial, Helvetica, sans-serif;
}

body {
  background-color: #ffffff;
  color: #000000;
}

td {
   font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* baseline styles */

img {
	border: 0;
	margin: 0;
	padding: 0;
   line-height: 0px;
}

form {
	margin: 0;
	padding: 0;
	display: inline;
}

em {
	font-weight: bold;
	font-style : italic;
}

p {
	font-size: 12px;
	line-height: 15px;
	padding: 2px 0 5px 0;
	margin: 0;
}

li {
	margin-bottom: 4px;
	line-height: 15px;
}

div.centered 
{
	text-align: center;
}
div.centered table 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.clr{clear:both;}

/* default anchors */

a {
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: underline;
	color: #710D2D;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}

/* headers */

h1 {
	letter-spacing: 0.2px;
	font-size : 22px;
   font-weight: bold;
	line-height: 24px;
	color : #224A4A;
	margin: 0 0 10px 0;
	padding: 6px 0 0 0;
}

h1 em {
   color: #710D2D;
   font-size: 22px;
   text-decoration: underline;
   font-style: normal;
	font-weight: bold;
}

h2 {
	letter-spacing: 0.2px;
	font-size : 18px;
   font-weight: bold;
	line-height: 20px;
	color : #710D2D;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h3 {
	letter-spacing: 0.15px;
	font-size : 16px;
   font-weight: bold;
	line-height: 18px;
	color : #000000;
	margin: 0 0 6px 0;
	padding: 6px 0 0 0;
}

h4 {
	letter-spacing: 0.15px;
	font-size : 14px;
   font-weight: bold;
	line-height: 16px;
	color : #710D2D;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
}

h5 {
	letter-spacing: 0.15px;
	font-size : 12px;
   font-weight: bold;
	line-height: 14px;
	color: #224A4A;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
   text-decoration: underline;
}

h6 {
	font-size : 11px;
   font-weight: bold;
	line-height: 13px;
	color : #710D2D;
	margin: 0 0 3px 0;
	padding: 3px 0 0 0;
	text-decoration: underline;
}


