/* CSS Document */
/* general rules */
body { 	font-family:Georgia, "Times New Roman", Times, serif;
		color:#000000; 
		background-color:#dbebfb;
		}
		
.copy {	font-size:13px; 
		background-color:#cad3e6;
		}

.copy_pages {	font-size:13px; 
		background-color:#ffffff;
		}

.headline {	font-size:15px; 
			font-family:"Times New Roman", Times, serif; 
			font-style:italic; 
			}

.title {	font-size:20px; 
			color:#c41130;
			}
			
.sponsors {	font-size:16px; 
			}
			
.supporters {	font-size:11px; 
			}
			
.footnote {	font-size:12px; 
			vertical-align:bottom;
			}


/* hyperlinks */
a:link,a:visited,a:active{text-decoration:none; color:#4571a4;}
a:hover{text-decoration:underline; color:#4571a4;}

/* bar colors */
.left_bar {	background-color:#abb9d5;
			}
.top_bar {	background-color:#00467f;
			}
.nav_bar {	background-color:#c41130; 
			font-size:9px; 
			color:#FFFFFF; 
			font-weight:bold; 
			font-family:Arial, Helvetica, sans-serif;
			}
.dividers {	background-color:#ffffff;
			}