#logo
{
 position:absolute;
 top:8px;
 left:8px;
}
IMAGE
{
 border-color: black;
}
TD
{
 font-family: Tahoma, Helvetica, Verdana, Arial, Sans-Serif, Times;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}

.textNormal
{
 font-family: Tahoma, Helvetica, Verdana, Arial, Sans-Serif, Times;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}

.textIntro
{
 font-family: Tahoma, Helvetica, Verdana, Arial, Sans-Serif, Times;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #0B4911;
}

.textPicture
{
 font-family: Tahoma, Helvetica, Verdana, Arial, Sans-Serif, Times;
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 color: #0B4911;
}

.textNewsListDate
{
 font-family: Tahoma, Helvetica, Verdana, Arial, Sans-Serif, Times;
 font-size: 9px;
 font-weight: normal;
 text-decoration: none;
 color: #0B4911;
}

.textNewsList
{
 font-family: Tahoma, Helvetica, Verdana, Arial, Sans-Serif, Times;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 color: #000000;
}

.darkGreen
{
 background-color: #0B4911;
}

.lightGreen
{
 background-color: #87A788;
}

a
{
 TEXT-DECORATION: underline
}

a:visited
{
 text-decoration: underline;
 color: #0B4911;
}

a:active
{
 text-decoration: underline;
 color: #0B4911;
}

a:link
{
 text-decoration: underline;
 color: #0B4911;
}

a:hover
{
 text-decoration: none;
 color: #0B4911;
}

a.navChildLight
{
  text-decoration: none;
  font-size:12px;
  color: #0B4911;
  line-height:14px;
}
a.navChildLight:visited
{
  text-decoration: none;
  font-size:12px;
  color: #0B4911;
  line-height:14px;
}
a.navChildLight:active
{
  text-decoration: none;
  font-size:12px;
  color: #0B4911;
  line-height:14px;
}
a.navChildLight:link
{
  text-decoration: none;
  font-size:12px;
  color: #0B4911;
  line-height:14px;
}
a.navChildLight:hover
{
  text-decoration: none;
  font-size:12px;
  color: #0B4911;
  line-height:14px;
}

a.navParentLight
{
  text-decoration: none;
  font-size:13px;
  color: #0B4911;
  line-height:16px;
}
a.navParentLight:visited
{
  text-decoration: none;
  font-size:13px;
  color: #0B4911;
  line-height:16px;
}
a.navParentLight:active
{
  text-decoration: none;
  font-size:13px;
  color: #0B4911;
  line-height:16px;
}
a.navParentLight:link
{
  text-decoration: none;
  font-size:13px;
  color: #0B4911;
  line-height:16px;
}
a.navParentLight:hover
{
  text-decoration: none;
  font-size:13px;
  color: #0B4911;
  line-height:16px;
}

  #container {
    position:relative;
    width:428px;
    text-align:left;
  }
  

  #intro {
    margin-left:10px;
    padding-top:4px;
    color: #0B4911;  
  }

  #contentContainer {
    width:428px;
    margin-left:10px;
    padding-top:20px;
    text-align:left;
  }

  #review1 {
    background-color:#F6F9EB;
    /*height:100%;*/
    padding:8px;
    overflow:auto;
  }
  
  .reviewTop{
    background-image:url(../images/top_list.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    height:12px;
    width:428px;
    /*line-height:1px;*/
  }
  .reviewBottom{
    background-image:url(../images/bot_list.gif);
    background-repeat: no-repeat;
    height:12px;
    width:428px;
    /*line-height:1px;*/
  }    
  #review2 {
    background-color:#FFFFFF;
    /*height:100%;*/
    padding:8px;
    overflow:auto;
  }
  .reviewData {
    font-style:italic;
  }
  .reviewHeader {
    font-weight:bold;    
  }
  .reviewDate {
  	font-weight:normal;
  	font-size:9px;
  	font-style:italic;
  	color:#a0a0a0;
  	margin-left:6px;
  	padding-top:1px;
  }
  .reviewThumb {
    float:right;
    border:0px;
    width:100px;
    height:149px;
  }
  .reviewContainer {
    margin-bottom:10px;
  }
  body {
    font-family:Tahoma;
    font-size:11px;
    text-align:left;
  }
  .photos {	text-align:center	}
	.photos p { display:inline; }
	.photos span { 
		padding:4px; 
		margin:0 5px 5px 5px; 
		vertical-align:top; 
		display:table-cell; 
		display:inline-table;
		display:inline-block;
		border:1px solid black; 
		font-size:9px; 
	}
	.photos p img { margin-bottom:5px }