
body {
 
 
  color: #555555;
  background-color: #DCD6B3;
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 12px;  
  margin: 0;
  padding: 0;
}

.clickme {
 		cursor: hand;
}

.normalshow {
	text-decoration: none;	
	
}

.normalhide {
	text-decoration: underline;	
	display: none;
}

#leftcontent 
{
	cposition:relative; 
	width:170px; 
	cborder:solid 1px white; margin:5px;
	padding: 5px;
} 

#myscroller 
{
	position:relative; 
	width:180px; 
	cheight:300px; 
	cbackground-color: #ffffcc; 
	coverflow:hidden; 
	border:solid 1px white; margin:5px;
} 

h1 {
 	font-size: 16px;  
 	font-weight: bold;
 	color: #4A7AAA;
}

h2 {
 	font-size: 14px;  
 	font-weight: bold;
 	color: #4A7AAA;
}

h3 {
 	font-size: 14px;  
 	font-weight: bold;
 	color: #4A7AAA;
 	margin-bottom:0em;
	margin-top:0.4em;
	font-family: times new roman,georgia, arial, verdana, sans-serif;	
}

h4 {
 	font-size: 12px;  
 	font-weight: normal;
 	color: #4A7AAA;
 	margin-bottom:0em;
	margin-top:0.4em;
}

h5 {
 	font-size: 16px;  
 	font-weight: bold;
 	color: #4A7AAA;
 	margin-bottom:0em;
	margin-top:0.4em;
}


td {
  font-family: georgia, arial, verdana, helvetica, sans-serif;
  font-size: 11px;   
  color: GREY1;	
}

.title, h1 {
 	color:#4A7AAA;
	font-size: 16px; 	
	font-weight: bold;
	margin-bottom:0em
}

.section, h2 {
 	color:#4A7AAA;
	font-size: 14px; 
	font-weight: bold;	
	margin-bottom:0em;
	margin-top:0.4em;
}

.italics {
 	color:#4A7AAA;
	font-size: 22px; 	
	margin-bottom:0em;
	margin-top:0em;
	font-family: times new roman,georgia, arial, verdana, sans-serif;
	font-style: italic;
}


.beige1 {
  color: #F5F3DF; 	
 }

.white {
  color: #FFFFFF;
 }

.dgrey {
  color: #555555;
 }
 
a {
 	text-decoration: none;
 	color: #4A7AAA;
}


/* ---------------------------------------- */

img {
    	border: none;
}


