/* graeters.com main CSS included with every page */
body{
	margin: 0;
	padding: 0;
	
	background-color: #FFEFCF;
	color: #8F1736;
	font-family: Arial, Helvetica, sans-serif;
	}
table {
	background-color:#FFF7E1;
    margin-left: 6px;
    margin-right: 0px;
}
p{
	font-size: 12px;
	font-weight: normal;
	margin:8px 0 8px 12px;
}
#footer {
	font-size:9px;
}

#sectionHead {
	margin:0 0 0 10px;
}

#subNav {
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    top: 150px;
    left: 0px;


}
#subNav ul
{
    padding: 0px 0px 0px 0px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    border-right-width: 1px;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 1px;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 1px;
}
#subNav li {
	padding-left:12px;
	padding-bottom:8px;
	list-style:none;
    width: 138px;
}
#subNav a {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #a72142;
}
#subNav a:hover {
	text-decoration:underline;
	color:#692b2f;
	}
#backforthNav {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
}
#backforthNav li{
	display:inline;
	list-style:none;
	padding:0 15px 0 12px;
}
#backforthNav a{
	text-decoration:none;
}
#backforthNav a:hover{
	text-decoration:underline;
}
a {
	color:#a72142;
	font-weight:400;
}
a:hover {
	color:#692b2f;
}h2 {
	margin-left: 12px;
}
#cr{
	font-size:10px;
	width:760px;
	margin: 10px auto;
	}
p#cr {
	text-align:right;
}
p.sdefault{
	display:none;
	}
/***************************GRID*******************************************************/	
.Grid td
{
    vertical-align: middle;
    text-align: center;
}