@charset "iso-8859-1";
/* author: James Finnerty */
/* Creation date: 2/13/2006 */

body 			{	background-image: 	url(images/bg2.jpg);
					background-repeat: 	repeat;
					font-family: 		georgia,times new roman,times,serif;}
			
p				{	text-align:			justify;
					font-family:		georgia,times new roman,times,serif;
					line-height:  		150%;		}
				
ul 				{ 	line-height:  		200%; 
					font-weight:		normal;
					font-size:			10pt;		}
ol 				{ 	line-height:  		200%; 
					font-weight:		normal;
					font-size:			10pt;		}
		
h1 				{ 	font-weight:		bold;
					font-size:			13pt;	
					color:				#000066;
					text-decoration:	underline;	}
h2 				{ 	font-weight:		bold;
					font-size:			11pt;	
					color:				#660000;
					text-decoration:	underline;	}
		
blockquote	 	{	margin-left: 15%;
					margin-right: 15%;
					font-size: 10pt;
					text-align: justify;
					font-style: italic;}

.pics			{ 	font-family: 		verdana,arial,helvetica;
					font-size:			7pt;
					color:				black;			
					text-decoration:	none;		}
		