/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background: url(/images/body-bg.jpg) left top repeat-x;
}
.logo
{
margin-left:25px;
margin-top:25px;
}
.right-line
{
border-right:1px dotted #000;
padding-right:20px;
}

/* CSS Background image Document */
.menu-bg
{
background:url(/images/menu-bg.jpg) left top repeat-x;
height:34px;
}
.body-left-bg
{
background:url(/images/body-left-bg.jpg) left top repeat-y;
width:10px;
}
.body-right-bg
{
background:url(/images/body-right-bg.jpg) left top repeat-y;
width:10px;
}
.footer-bg
{
background:url(/images/footer-bg.jpg) center top no-repeat #FFF;
padding-top:06px;
font-size:10px;
padding-bottom:130px;
font-weight:bold;
color:#646464;
}
.cranberry-website-bg
{
background:url(/images/cranberry-website_10.jpg) left top no-repeat;
height:217px;
}
.hand-bottom-bg
{
background:url(/images/news-hand-bg_15.jpg) right top no-repeat;
padding-left:82px;
}

/* CSS Text Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

.menu
{
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#000;
line-height:34px;
}
.menu:hover
{
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#990000;
line-height:34px;
}
.red-text
{
color:#990000;
text-decoration:none;
}
.body-link
{
color:#000;
text-decoration:none;
line-height:18px;
}
.body-link:hover
{
color:#990000;
text-decoration:underline;
}
.footer-link
{
color:#646464;
text-decoration:none;
line-height:18px;
font-size:10px;
}
.footer-link:hover
{
color:#990000;
text-decoration:underline;
}
.red-link
{
color:#990000;
text-decoration:none;
line-height:18px;
}
.red-link:hover
{
color:#990000;
text-decoration:underline;
}
