html {
	font-size: 11px;
	}

body {
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	}

img {
	border: 0;
	margin: 0;
	padding: 0;
	}


	
/* ------------------- LINKS ------------------- */

a:link, a:active {
	background-color: transparent;
	color: #069;
	text-decoration: underline;
	border-bottom: none;
	}

a:visited {
	background-color: transparent;
	color: #069;
	text-decoration: underline;
	border-bottom: none;
	}

a:hover	{
	background-color: transparent;
	color: #9CF;
	text-decoration: underline;
	border-bottom: none;
	}
	
a.footnote:link, a.footnote:active	{
	background-color: transparent;
	color: #069;
	text-decoration: none;
	border-bottom: 1px dotted #069;
	}
	
a.footnote:visited	{
	background-color: transparent;
	color: #069;
	text-decoration: none;
	border-bottom: 1px dotted #069;
	}
	
a.footnote:hover	{
	background-color: transparent;
	color: #069;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}

a.permalink {
	border: none;
	}
	

a.noborder:link, a.noborder:visited, a.noborder:hover, 
a.noborder:active {
     border: 0;
     }

	
p {
	line-height: 1.33em;
	font-size: 11px;
	}
	
p#nav {
	line-height: 1.4em;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	}

	
/* ------------------- IMG SRC STYLES ------------------- */

				

	#links {			
		border:1px solid #ccc;		
		}
	
	.title	{
		font-size: 12px;
		color: #666;
		}			
	

	.date	{ 
		font-size: 12px; 
		color: #333; 
		font-weight:bold;
		}		
			
		
.thumb {
		float: left;
		margin: 0px 3px 3px 0px;
		padding: 0;
	}

		
.indent {
		text-indent: 1.5em;
	}