/*  Site styles created 8/21/2004 by Chris Tingom    */
body {
	font-family: Arial, VHelvetica, erdana, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin:	0;
	padding:	0;
	color:	#331300;
}

h1	{
	font-size:	2em;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4, h5	{
	font-size:	1.25em;
	}
	
/*  The stylesheet will override the body tag */
A:link {
	text-decoration : underline;
	color: #FFFFFF;
}
A:visited {
	text-decoration : underline;
	color: #FFFFFF;
}
A:hover {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: underline;
	color: #FFFFFF;
}

/*  Specific text styles */
.copy {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	line-height: 20px;
	font-size: 13px;
	color: #FFFFFF;
}

.img-shadow {
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}
  
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 

.subheadline {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	line-height: 26px;
	font-size : 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.caption {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px
	color: Black;
}

P  {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
}