/* LINKBLOCK */

a		{ text-decoration: none;}
a:link		{ color: #000000 }
a:visited	{ color: #000000 }
a:hover		{ color: red }

/* END LINKBLOCK */

/* GLOBAL TAGS */
BODY 
	{
	background: #ffffff;
	color: #000000;
	font-family:helvetica,arial,sans-serif;
	text-align: center;
	} 

DIV	
	{
	position: relative;
	font-size: 10pt;
	background: #ffffff;
        font-family:helvetica,arial,sans-serif;
	color:#000000;
        vertical-align: top;
        text-align: left;
        }

IMG	
	{
	border: none;	
	}        

/* END GLOBAL TAGS */

/* INDIVIDUAL TAGS */

p#searchBox
	{
	text-align: center;
	}

p#resultsPages a
	{
	text-decoration: underline;
	}


p#resultsPages
	{
	text-align: center;
	}

img.today 	
	{
	border: solid 1px black;
	}

img.previewimage
	{
	height: 75px;
	width: 100px;
	}

img.floating
	{
	border: solid 1px black;
	float: left;
	margin: 0px 10px 10px 0px;
	}

span.today
	{
	font-weight: bold;
	}

.contentcontainer
	{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}

.leftsidewide
	{
	min-width:810px;
	float: left;
	padding: 10px;
	}

.leftside
	{
	min-width:410px;
	float: left;
	padding: 10px;
	}

.central
	{
	float: left;
	width: 1085px;
	padding: 10px;
	text-align: left;
	}	

.rightside
	{
	margin-left: 0px;
	float: left;
	width: 285px;
	padding: 10px;
	}	
	
.title	
	{
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 6;
	width: 100%;
	}	

.year
	{
	font-size: 12pt;
	font-weight: bold;
	display: inline;
	}

.monthname
	{
	font-weight: bold;
	padding: 2px 0px;
	line-height: 90%;
	}

.thismonth
	{
	font-weight: normal;
	margin-left: 6px;
	}

div.smalltext
	{
	font-size: 8pt;
	padding: 2px 0px;
	}		
div.bigVersionLink

	{

	font-size: 8pt;
	padding: 2px 0px;

	}

font.smalltext
	{
	font-size: 8pt;
	padding: 2px 0px;
	}
	
.name
	{
	font-weight: bold;
	}
	
.maintext
	{
	text-align: justify;
	}		

.maintext a
	{
	font-style: italic;
	text-decoration: underline;
	}
	
/* END INDIVIDUAL TAGS */