body {
	background-color: #D8D2CC;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #352D25;
}

.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #264936;
}

.Header:link {
	color: #264936;
	text-decoration: underline;
}
.Header:visited {
	color: #264936;
	text-decoration: underline;
}
.Header:hover {
	color: #264936;
	text-decoration: underline;
}
.SmHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #264936;
}
.SmHeader:link {
	color: #264936;
	text-decoration: underline;
}
.SmHeader:visited {
	color: #264936;
	text-decoration: underline;
}
.SmHeader:hover {
	color: #264936;
	text-decoration: underline;
}
.Normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #352D25;
}
.Normal:link {
	color: #352D25;
	text-decoration: underline;
}
.Normal:visited {
	color: #352D25;
	text-decoration: underline;
}
.Normal:hover {
	color: #352D25;
	text-decoration: underline;
}

.RedText {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
 line-height: 16px;
 color:#990000;
 font-weight:bold;
}
.RedText:link {
	color: #990000;
	text-decoration: underline;
}
.RedText:visited {
	color: #990000;
	text-decoration: underline;
}
.RedText:hover {
	color: #990000;
	text-decoration: underline;
}

ul {
	margin-top:0px; 
	margin-bottom:0px;
	list-style-image: url(../images/bullet.gif);
	font-weight: normal;
	font-style: normal;	

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #352D25;
}
ol {
	margin-top:0px; 
	margin-bottom:0px;
	font-weight: normal;
	font-style: normal;	

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #352D25;
}
p{
	margin-bottom:0px; 
}

hr {
	width: 50%;
	color: #352D25;
}
.img-border{
	border: solid 1px #352D25;
	padding: 4px;
	background-color:#FFFFFF;
}
.table-style {
	cell-spacing: 0px;
	padding: 0px;	
}

.cell-style {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #352D25;
	padding: 3px;
	background-color: #E9E6E2;
	background-image:url(../images/specials-bg.gif);
	background-repeat:repeat-x;
}
.table-header {
	background-image:url(../images/cell-bg.gif);
	background-repeat:repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #264936;
	padding: 5px 0px;
}