BODY	{margin-left:1px;margin-right:0px;}
FORM	{margin:0px;padding:0px;}

.oxyMenuText {
    padding-left: 2px;
    color: white;
    font-weight: bold;
    font-size: 8pt;
    font-family: tahoma;
}

H1 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0e659b;
    font-weight: bold;
    font-size: 16pt;
}

H2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: black;
    font-weight: bold;
    font-size: 8pt;
}

H3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0e659b;
    font-weight: bold;
    font-size: 13.5pt;
}
.spotText {
    font-size: 8pt;
}

.oxyReadMoreLink:link 
{
    font-family: tahoma;
    font-weight: bold;
    margin: 0 0 0 0;
    text-decoration: none;
    border-bottom: 0px solid #ffffff;
    color: #0e659b;
}

.oxyReadMoreLink:visited 
{
    font-family: tahoma;
    font-weight: bold;
    margin: 0 0 0 0;
    text-decoration: none;
    border-bottom: 0px solid #ffffff;
    color: #0e659b;
}


.oxyReadMoreLink:active  
{
    font-family: tahoma;
    font-weight: bold;
    text-decoration: underline;
/*    background: #7a756f;
*/
    color: #0e659b;
}

.oxyReadMoreLink:hover  
{
    font-family: tahoma;
    font-weight: bold;
    text-decoration: underline;
/*    background: #7a756f;
*/
    color: #0e659b;
}

.oxyReadMoreLink 
{
    font-size: 8pt;
    font-family: tahoma;
    font-weight: bold;
    margin: 0 0 0 0;
    text-decoration: none;
    border-bottom: 0px solid #ffffff;
    color: #0e659b;
}


/****************/
.oxyMenuItem:link 
{
    font-family: tahoma;
    margin: 0 0 0 0;
    text-decoration: none;
    color: white;
}

.oxyMenuItem:visited 
{
    font-family: tahoma;
    margin: 0 0 0 0;
    text-decoration: none;
    color: white;
}


.oxyMenuItem:active  
{
    font-family: tahoma;
    text-decoration: underline;
    color: white;
}

.oxyMenuItem:hover  
{
    font-family: tahoma;
    text-decoration: underline;
    color: white;
}

.oxyMenuItem 
{
    font-family: tahoma;
    margin: 0 0 0 0;
    text-decoration: none;
    color: white;
}

.bullet 
{
    list-style-type: square;
    color: #87aac8;
}
    
.InputLabel 
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 10pt;
    color: #0e659b;
}

.inputSearch 
{
    font-family: tahoma;
    font-size: 10pt;
    border-top: solid 1px #0e659b;
    border-left: solid 1px #0e659b;
    border-right: solid 1px #0e659b;
    border-bottom: solid 1px #0e659b;
    width: 126px;
}

.pictureGalleryFolder
{
	position:relative;
	float:left;
	width:660px;
	margin-top: 16px;
}

  .pictureGallery 
  {
	width:190px;
	height:225px;
	margin: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding:20px 0 10px 0;
	position:relative;
	float: left;
	border: solid 1px #87AAC8;
	text-align:center;
	background-color:#f4f7f9;
  }
  
.pictureGalleryPicture 
  {
	text-align:center;
	height:150px;
	width:150px;
	margin-left:auto;
	margin-right:auto;
  }

.pictureGalleryText 
  {
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
	width: 150px;
  }
  
  .pictureGalleryText h2
  {
	font-size:12px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:0;
	
  }
