/* CSS Document */

body{
	color: #000000;
	font: 11px/18px arial;
}

/* <h> rules */
h2, h3, h4, h5	{
	font-weight: bold;
	font-family: arial;
	line-height: 15px;
}
h2.shaded{
	padding: 2px 2px;
	background: #336600; /*#009999;*/
	font-size: 12px;
	color: #ffffff;
	font-family: arial;	
}

h2.unshaded{
	font-size: 12px;
	font-family: arial;	
	line-height: 15px;	
}

h4{
	font-size: 12px;
	font-family: arial;	
	line-height: 15px;
	font-weight: bold;	
}

h3{
	font-size: 14px;
	font-family: arial;	
	line-height: 15px;
	font-weight: bold;	
}
/* end of <h> rules */

/* <p> rules */
p{
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}
.photo_caption {
	font-family: arial;
	font-size: 10px;
	color: #009999;
	font-weight: bold;
}
.copy_right {
	font-family: arial;
	font-size: 10px;
}

p.side_menu {
	font-family: arial;
	font-size: 11px;
	color: #336600; /*#009999;*/
	text-align: left;
}
p h2, h3, h4, h5	{
	font-weight: bold;
	font-family: arial;
	line-height: 15px;
}
p.side_menu h2.shaded{
	padding: 2px 2px;
	background: #336600; /*#009999;*/
	font-size: 10px;
	color: #ffffff;
	font-family: arial;	
}

p h2.unshaded{
	font-size: 12px;
	font-family: arial;	
	line-height: 15px;	
}

p h4{
	font-size: 12px;
	font-family: arial;	
	line-height: 15px;
	font-weight: bold;	
}

p h3{
	font-size: 14px;
	font-family: arial;	
	line-height: 15px;
	font-weight: bold;	
}

h3.headers {
	font-size: 12px;
	font-family: arial;	
	text-decoration: underline; 
	text-align: center;
}

p ul.arrowed {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	list-style-image: url(arrow.gif);
}
p img.floatleft{
	float: left;
}

p img.floatright{
	float: right;
	margin: 0 0 0 8px;
}
p div.concrnd_name {
	text-align: right;
	font-style: italic;
	font-family: arial;
	font-size: 12px;
}
/* end of <p> rules */

/* list rules */
ul {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

ol {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

li {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

.stripes {
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	background: #eee;
}

.arrowed {
	list-style-image: url(arrow.gif);
}
/* end of list rules */

/* <div> rules */
div.quotes {
	font-size: 11px;
	font-family: arial;
	color: #009999;
	font-style: italic;	
}
div.small_font_c {
	font-size: 10px;
	font-family: arial;
	color: #009999;
}	
div.small_font {
	font-size: 10px;
	font-family: arial;
}
div.concrnd_name {
	text-align: right;
	font-style: italic;
	font-family: arial;
	font-size: 12px;
}	
/* end of <div> rules */

/* link rules */
a:active{
/* color: #000000;*/
}
a:link{
/*	color: #000000;*/
}
a.list_links:active
{
	color: #000000;
	text-decoration: none;
}
a.list_links:link
{
	color: #000000;
	text-decoration: none;
}

a.list_links:visited
{
	color: #000000;
	text-decoration: none;
}

a.list_links:hover{
	color: #000000;
	text-decoration: underline;
}
/* end of link rules */

/* <img> rules */
img.floatleft{
	float: left;
}

img.floatright{
	float: right;
	margin: 0 0 0 8px;
}
hr.sep{
	color: #336600; 
	height: 1px;
}
/* end of <img> rules */

table.story {
	font-family: arial;
	font-size: 11px;
	text-align: left;
	border: 0px;
	width: 100%;
	height: 0%;
	border-bottom: 1px solid #336600;
	margin-top: 10px;
	margin-bottom: 10px;
}

table.story td {
	vertical-align: top;
	width: 50%;
	height: 0%;
}