/* CSS Document */


body {
  margin: 1px;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  color: #000000;
  background-color: #ffffff;   
  }
  
  .quoteText
	{
	font-size:15px;
	font-style: italic;
	line-height: 16px;
	}
	
.quoteTextAuthor
	{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	}
	
.publication
  	{
	font-size:15px;
	font-style: italic;
	}
  
 
 .introtext
 	{
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 9px;
  	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	background-color: transparent;
	}
	
.updatetext
 	{
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 18px;
	color: #d6260d;
  	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	background-color: transparent;
	}
	
.updatetextFirstLetter
 	{
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 21px;
	color: #d6260d;
  	line-height: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0;
	background-color: transparent;
	}
	
	
.boldText
	{
	font-weight: bold;
	}
	
.boldItalic
	{
	font-weight: bold;
	font-style: italic;
	}
	
.italicText
	{
	font-style: italic;
	}

	
	 
table	{
		width:100%;
		border-collapse: collapse;
		border: 2px solid black;
		border-spacing: 0;
		}
		
td		{
		font-family: verdana, arial, helvetica, sans-serif;
  		font-size: 12px;
  		line-height: 22px;
  		color: #000000;
		text-align: left; 
		padding: 10px;
		border: 2px solid black;
		}
		
table table	{
			width:100%;
			border: none;
			border-spacing: 0;
			padding: 100px:
			}
		
td.topText	{
			text-align: center;
			font-size: 11px;
			}
			
td.bottomText	{
			text-align: center;
			font-size: 11px;
			}
			
td.left		{
			background-image: url("pics/bkgd1.jpg");
			background-repeat: no-repeat;
			background-position: top right;
			background-color: #d6260d;
			}
			
td.right	{
			
			background-color: #009252;
			}
			
td.center	{
			padding: 30px;
		}
		
td.centrePoem
			{
			padding: 130px;
			}
	
	
.floatRight	{
						float: right;
						margin-left: 5px; margin-right: 3px; margin-top: 1px; margin-bottom: 1px;
			}
	
			
.floatLeft	{
						float: left;
						margin-left: 3px; margin-right: 5px; margin-top: 1px; margin-bottom: 0px;
			}
	
.copyright {
        			font-size: 9px;
					line-height: 13px;
       		}
			
a:link
			{
			color: blue;
			background-color:transparent;
			text-decoration: underline; 
			font-weight: normal;
			}
			
a:hover	
			{
			color: blue;
			background-color:transparent;
			text-decoration: underline;
			font-weight: bold;			
			}
			
a:visited
			{
			color: #d6260d;
			background-color:transparent;
			text-decoration: underline;
			font-weight: normal;
			}
