@charset "utf-8";
/* CSS Document */


/* This is the sites main style sheet */

body {
	background-image: url(../images/2010/back10.jpg);
	text-align: left;	
}


.TOPfont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
	text-align:center;
	font-style: italic;
}

.TITLEfont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
}

.YEARfont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #000000;
}

.CAPTIONfont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	font-style: italic;
	color : #000000;
}

.TEXTfont {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
} 

A.TEXTfont:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #0000FF;
	text-decoration : underline;
} 

A.TEXTfont:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
	color : #0000FF; 
	text-decoration : underline; 
} 

A.TEXTfont:hover {
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 12px; 
	color : #a5cf91; 
	text-decoration : none; 
	
	
	
}

