/* This style sheet is located in corn/news/styles and was developed
July 2007 by RLN for use with the CNN2007.dwt template */

BODY {
	font-family: Arial, sans-serif;
	margin-left: 2%;
	margin-right: 15%;
	background-color: White;
	}


/* Tables appear to disrupt the continuity of the BODY font rules, 
so the following element-specific rules are added to force the issue. */

P, H1, H2, H3, H6, TD, TH, UL {font-family: Arial, sans-serif; }

H1 {color: #333366;
}

.citation {
	margin-left:.25in;
	text-indent:-.25in;
	font-size: 10pt;}
.comment { 
	color: Teal; }
.date {	
	color : Red;}
.ImageCaption { 
	font-size: 10pt;  
	color: #194081;
	vertical-align: top;}
	
.mainbody { border: thin solid #CCCC99; }

.sidebarbox {
	background-color: #CCCC99;
	border: thin solid Black;
	border-style: outset outset outset outset;
	}
.sidebarheader {font-family: Arial, sans-serif; 	
	font-size: 12pt;
	font-weight: bold;
	background: #333366;
	color: #FFF8DC;
	border-right-color: #FFF8DC;
	border-right-style: outset;
	border-right-width: 2px;
	border-top-color: #FFF8DC;
	border-top-style: outset;
	border-top-width: 2px;
   }
.sidebartext {font-family: Arial, sans-serif; 	
	font-size: 8pt;
	color: #FFF8DC; 
	}
.tablecaption {
	font-size: 10pt;  	
}
.tablefootnotes { 
	font-size: 10pt;  
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
  	}
.tips { 
	margin-left: 10%;  
	margin-right: 10%;
	color: Maroon;}
.tips10pt { 
	margin-left: 10%;  
	margin-right: 10%;
	color: Maroon;
	font-size: 10pt;}


