/* 1304.css */

BODY.contents
	{
		margin: 0px 15px; 
		background: #ffffff url(figs/fff.jpg) repeat-y;
	}
	
	/* #CCCCCC; browser-safe gray */ 
	/* #99ccff; browser-safe light blue */
	/* #CCCC66; browser-safe gold */
	/* background: #ffffff url(figs/fff.jpg); */

	
H2 {color: navy;
	font: normal normal bold georgia,serif;
	}

H3	{
	font: normal normal bold georgia,serif;
	color: #666666; 
	text-decoration: overline; 
	text-align: left;  
	line-height: 13px;
	margin-top: 12px;
	margin-bottom: 4px;
	} 

P {
	font: normal normal normal small georgia,serif;
	line-height: 130%; 18px;
	}


P.note	{
	font: normal normal normal small georgia,serif;
	border: 2px groove purple;
	padding: 4px;
	color: navy;   
	text-align: left; 	
	}
		
B {font-weight:bold;}
		
LI, TD {
	font: normal normal normal small georgia,serif;
	}

A:link {color: #9933CC; text-decoration: underline;}
A:visited {color: purple; text-decoration:underline;}
A:active {color: #6600FF; text-decoration: underline overline;}
A:hover {color: green; text-decoration: underline overline;}

/*
alternate link colors:
	link {color: #0000FF;}
	V:link {color: purple;}
	A:link {color: #6600FF;}
*/

address  {
	font-style: normal;
	font-size: 8pt;
	font-family: arial,sans-serif;
	color: navy;   
	text-align: right; 
	}	

.8 {font-size: 8pt; font-family: arial, sans-serif;}
.9pt {font-size: 9pt; font-family: georgia,serif;}
.10 {font-size: 10pt; font-family: georgia,serif;}
.bg {background: #FFFFcc; font-weight:bold;}
.bgcolor {background: #ffffcc;}
.box { 
	font: normal normal bold small georgia,serif;
	text-align: left; 
	padding: 2px;
	border-width: thin medium medium thin;
	}
.highlight {background: #ffff00;} /* yellow */
.indent {text-indent:15px;}
.left {text-align:left; font: 8pt arial,sans-serif;}
.margincolor {background:#cccc66;}
.name {font: normal normal bold 16pt Felix Tiling,serif;}
.nav {text-align:center; color:green; font: bold 14pt garamond,georgia,serif;}
.right {text-align:right; font: 8pt arial, helvetica, geneva, sans-serif;}

.sidenav {
	text-align:left; 
	font: normal normal normal 10pt georgia,serif; 
	margin-left: 12px; 
	line-height: 150%;
	}

.title {font: normal small-caps 32pt/50pt georgia,serif;}
.webpage {color: #006600; font-weight: bold}
.xsm {font-size: 8pt; font-family: arial, sans-serif;}