/* styles for all pages */
BODY, TABLE, TR, TD, P	
{ 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
}

HTML
{
	height: 100%;
}

BODY
{
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#content
{
	padding: 200px 8px 8px 200px;
	vertical-align: top;
}

#content P
{
	margin-left: 32px;
	margin-right: 32px;
	text-align: justify;
}

#content H1
{
  margin-top: 0px;
 	margin-left: 32px;
	margin-right: 32px;
	text-align: right;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #222222;
  font-weight: bold;
	border-top: 1px solid #CCCCCC;
} 

#content H2
{
  margin-top: 32px;
 	margin-left: 32px;
	margin-right: 32px;
	text-align: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #222222;
  font-weight: bold;
	border-top: 1px solid #CCCCCC;
} 

	
#content A
{
 color: #999999;
 text-decoration: none;
}

#content A:hover
{
 color: #FF9933;
 text-decoration: none;
}

#links
{
 padding: 200px 8px 8px 200px;
 vertical-align: top;
}

#links P
{
 margin-left: 32px;
 margin-right: 32px;
 text-align: right;
}
 
#links A
{
 color: #999999;
 text-decoration: none;
}

#links A:hover
{
 color: #FF9933;
 text-decoration: none;
}

#read A
{
 color: #999999;
 text-decoration: none;
}

#read A:hover
{
 color: #999999;
 text-decoration: none;
}


/* styles for the basic page */

.journal
{
 vertical-align: top;
}

.timedate
{ 
  margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #999999; 
}

/* styles for galleries */



/* styles for sound */

#sound
{
	padding: 200px 8px 8px 200px;
	vertical-align: top;
}

#sound P
{
	margin-left: 32px;
	margin-right: 32px;
	text-align: justify;
}

#sound H1
{
  margin-top: 0px;
 	margin-left: 32px;
	margin-right: 32px;
	text-align: right;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #222222;
  font-weight: bold;
	border-top: 1px solid #CCCCCC;
} 

#sound H2
{
  margin-top: 32px;
 	margin-left: 32px;
	margin-right: 32px;
	text-align: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #222222;
  font-weight: bold;
	border-top: 1px solid #CCCCCC;
} 

	
#sound A
{
 color: #999999;
 text-decoration: none;
}

#sound A:hover
{
 color: #FF9933;
 text-decoration: none;
}