/* 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;
  }
  
.indent{ 
	text-indent: 3em; 
	margin-top: -2em; 
	margin-bottom: 2em; 
	}
/* use the "first" class on the paragraph before the 1st para that has an indented 1st line.  Not needed for IE, but is required for firefox */	
.first{
	margin-bottom:2em;
	}
	
.second {
	margin-top: -2em;
	}
  
.asterix
	{
	font-size:14px;
	font-weight: bold;
	}
  
.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;
	}

.titleBibliog
  	{
	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;
	}
	
.smallCapsBold
 	{
	font-family: verdana, arial, helvetica, sans-serif;
  	font-size: 9px;
  	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
	background-color: transparent;
	}
	
.boldText
	{
	font-weight: bold;
	}
	
.boldItalic
	{
	font-weight: bold;
	font-style: italic;
	}
	
.featWriter
	{
	font-size: 16px;
	font-weight: bold;
	}
	
.italicText
	{
	font-style: italic;
	}
	
.smallText
	{
	font-size: 9px;
	}
	
	 
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;
		}
		
td.topText	{
			text-align: center;
			font-size: 11px;
			}
			
td.bottomText	{
			text-align: center;
			font-size: 11px;
			}
			
td.left		{
			background-image: url();
			background-repeat: no-repeat;
			background-position: top right;
			background-color: #009252;
			}
						
td.right	{
			color: #ffffff;
			background-color: #d6260d;
			font-size: 11px;
			padding: 5px;
					
			}
			
td.center	{
			padding: 30px;
		}
		
.rbreakout	{
	width: 33%;
	font-size: 18px;
	font-weight: bold;
	background-color: #d6260d;
	color: white;
	padding: .5em;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
				
				}



 .lbreakout {
	width: 33%;
	font-size: 18px;
	font-weight: bold;
	background-color: #d6260d;
	color: white;
	padding: .5em;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
			}
	
	
.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;
			}

.clipName, .clipText, .clipText a:link, .clipText a:visited
			{
			color: #ffffff;
			line-height: 120%;
			}
.clipName 	{
			font-size: 16px;
			font-weight: bold;
			}
			

