﻿body 
{
    background-color: White;
    background:url("../Images/presetbodybg.jpg") no-repeat;
    font-size:9pt;
	color: black;
	/*font-family: Arial, sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
    white-space:normal; 
    margin:50px 0px; /*according to the PSD design it was margin: 50px 0px */
    padding:0px;
	text-align:center;
}
.body a:Link, .body a:visited
{
	color:black;
	font-weight: normal;
	text-decoration:none;
}
.body a:hover, body a:active
{
	color:#5e5e5e;
	font-weight: normal;
	text-decoration:none;
}
.headerText	
{
    width:725px;
    font-size:8pt;
	color: black;
	letter-spacing: 0px;
	font-family: Helvetica, Arial, sans-serif;
    padding:0px;
	text-align:right;
	padding-bottom:3px;
	padding-top:0px;
}
.headerText a:Link, .headerText a:visited
{
	color:black;
	font-weight: normal;
	text-decoration:none;
}
.headerText a:hover, headerText a:active
{
	color:#5e5e5e;
	font-weight: normal;
	text-decoration:none;
}
#Content {
	width:725px;
	margin:0px auto;
	text-align:left;
	}
.bigTitle
{
    color: Black;
    font-size:9pt;
    letter-spacing: 0.2px;
}
.pageContent
{
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    width: 725px;
    height:625px;/*according to the PSD design it was height: 625px */
    white-space: normal;
    overflow:hidden;
    margin-top: 65px;/*according to the PSD design it was margin-top: 60px */
    font-size:8pt;
	color: black;
	vertical-align:top;
}
.pageContent a:Link, .pageContent a:visited
{
	color:#5e5e5e;
	font-weight: normal;
	text-decoration:none;
}
.pageContent a:hover, pageContent a:active
{
	color:#b8b8b8;
	font-weight: normal;
	text-decoration:none;
}
.menu
{
    font-family: Helvetica, Arial, sans-serif;
    text-align: left;
    width: 725px;
    font-size:9pt;
	color: #b8b8b8;
	padding: 3px 0 3px 0;
}
.menu a:Link, .menu a:visited
{
	color:black;
	font-weight: normal;
	text-decoration:none;
}
.menu a:hover, menu a:active
{
	color:#b8b8b8;
	font-weight: normal;
	text-decoration:none;
}
.descriptionClip
{
    float:right;
    width:462px; 
    vertical-align:top;
}
.descriptionText
{
    float:left;
    width:240px; 
    height:260px;
    text-align:justify;
    color:black; 
    font-family: Helvetica, Arial, sans-serif; 
    font-size:8pt; 
    padding-top:0px;
    vertical-align:top;
}
.descriptionText a:Link, .descriptionText a:visited
{
	color:black;
	font-weight: normal;
	text-decoration:none;
}
.descriptionText a:hover, descriptionText a:active
{
	color:#b8b8b8;
	font-weight: normal;
	text-decoration:none;
}
.ImageGallery a:Link, .ImageGallery a:visited
{
    font-size:8pt;
	color:black;
	font-weight: normal;
	text-decoration:none;
}
.ImageGallery a:hover, ImageGallery a:active
{
    font-size:8pt;
	color:#5e5e5e;
	font-weight: normal;
	text-decoration:none;
}
.ImageSquare
{
    width:130px; 
    float:left; 
    padding-right:18.5px; 
    text-align:left;
}
.ImageSquareLast
{
    width:130px; 
    float:left; 
    text-align:left;
}
.hrline
{
    width:725px;
    height:2px;
    background:url("../Images/preset-hrline.jpg") no-repeat;
}
.CopyrightLine
{
    font-family:Arial, sans-serif;
    width: 725px;
    text-align: left;
    font-weight: Normal;
    font-size: 7pt;
    color: black;
} 
.CopyrightLine a:link, .CopyrightLine a:visited
{
    color: black;
    text-decoration: none;
} 
.CopyrightLine a:hover
{
    color: #5e5e5e;
    text-decoration: none;
}
.clearer {clear: both; font-size: 0;}