/*	Begin Headers */
h1 { 	text-align: center;
padding-top: 0px;}

h2 { margin: 30px 0 0; 
   font-size: 100%;
	text-align: left;	}
	
h1, h2 { 
	color:#333333;
 	 }
	 
 

/* End Headers */
/* -----------------------  */
/* Begin Typography & Colors */
body {		/* this sets the defaults in the body section */
   font-family:"Palatino Linotype ", serif; 

	background-color: #ccffcc;    
	color:#333333;	}

.bodyleft {	
	font-size: 80%;
	text-align:left;
/*	background-color: #ccffcc;  */
	color:#333333;  
	}	

.bodytext {	
	font-size: 80%;
	text-align:justify;
	background-color: #ccffcc;     
	color:#333333; 
	}	
	
.bodytextright	 {	
	font-size: 80%;
	text-align:right;
	}	
	
.caption {
	font-size:70% ;
	color:#333333;
	}	
	
.smallhead {
	color:#eeeeee;
	line-height:80% ;
	}

.table-left {
	float:left ; 
	margin-right:20 ;
	width:220 ; 
	border:1 ;
	}
	
.table-right {
	float:right ; 
	margin-left:20 ;
	width:220 ; 
	border:1 ;
	}

	
/* End Typography & Colors  */ 
/* -----------------------  */
/*  Links section */
A.set1 {
	    font-size:90%;		/* 65%; */
		text-decoration:none;
		padding:3px;
		line-height:200%;
/*		width:150px;
		text-align:right ; */
		margin: 2px 2px 0 0;
		}
		
A.set1:link { color: #000033; background: #ccffff }		
A.set1:visited { color:#000033 ; background: #ccffff}
A.set1:hover { color: #ffffff; background: #000033}

a:link { color:#663333;	}
a:hover{color:#ffffff; background:#cccccc;}

/* End of Links section */
/* -----------------------  */	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
	float: left
	}
/* End Images */








