body
	{
        padding-top:0; margin-top:0;
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:	12px;
        line-height:    14px;
	margin-bottom: 	4px;  
	margin-top: 	0pt;  
        }

p, li
	{	  
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:	13px;
        line-height:    15px;
	margin-bottom: 	8px;  
	margin-top: 	0;  
	padding:	0;
	}  

.blockquote, blockquote, .excerpt
	{ 
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:	12px;  
	font-weight:   	normal;
	margin-top: 	10px; 
	margin-bottom: 	10px; 
        padding-left:   6px;
        border-left:    1pt solid black;
	} 
 
h1, .section
	{
	font-weight:		bold;
        background-color: 	#C8B560; /* 70391f */ 
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:		24px; 
	padding: 		10px 2px 0 6px;
	margin:			0;
	text-align: 		left;  
	}  
  
h2, .hed
	{
	font-weight:		bold;
        background-color: 	#C8B560 /* 70391f */;
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:		17px; 
	padding: 		0 2px 2px 2px;
	margin:			0 0 -4px 0;
        color:          	black;
	text-align: 		left;  
	}  
  
h3, .subhed
	{  
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-weight:	bold;   
	font-size:	15px;  
    color:        #000000;
	margin-bottom:	0px;  
	margin-top:	3px; 
	}   
h4
        {
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
        font-size: 1.0em; 
        font-weight: bold;
        margin-top: 16px;
        margin-bottom: .1em;
        }

h5
        {
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
        font-size:	12px;
        font-weight:	bold;
        margin-top:	12px;
	margin-bottom: 	2px;
        }


h6
        {
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
        font-size:	12px;
        font-weight:	bold;
        margin-top:	12px;
	margin-bottom: 	2px;
	border-top: 	1px dotted #bbaa66;
	}

.more-link
        {
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
        font-size: 12px; 
        }

.small  
	{  
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:	10px;  
	margin-bottom: 	0pt;  
	margin-top: 	0pt;  
	}  

.date  {
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
       font-style:      italic; 
       font-weight:     normal; 
       font-size:       11px;
       margin-bottom:   6px;
       }
/* visibility:hidden */

.itemdate  
	{  
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:		1.5em;  
	font-weight:		bold;   
	margin-bottom: 		4pt;  
	margin-top:		16pt;  
	border-top:		1pt solid black;  
	}  
  
.copyright, .caption 
	{ 
        font-family: georgia,'palatino linotype',palatino,'times new roman',times,serif;
	font-size:	9px; 
	font-style: 	italic; 
	text-align:	center; 
	margin-bottom: 	12pt; 
	margin-top: 	0pt; 
	} 
 
a:link, a:active  
	{  
	color:		  navy;  
	text-decoration:none;  
	}  
  
a:visited  
	{  
	color:		#0000A0;
	text-decoration:none;  
	}  
  
  
a:hover	  
	{  
	color:		red;  
	text-decoration: underline;  
	background-color: transparent;  
	}  


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



a img {
	border: none;
	}