
.Layer
{
	width: 800px;
	height: 100%;
	
	background-color: white;
	
	border-left: solid 1px rgb(230,230,230);
	border-top: solid 1px rgb(230,230,230);
	border-right: solid 1px rgb(150,150,150);
	border-bottom: solid 1px rgb(150,150,150);
	
	padding-left: 	12px;
	padding-right:	12px;
	padding-top:	12px;
	padding-bottom:	12px;
}

.UpdateIndex
{
	border-left:none; 
	border-right:none; 
	border-top:none; 
	border-bottom:solid 1px rgb(150,150,150);
	
	padding-left:	0px;
	padding-top:	0px;
	padding-right:	0px;
	padding-bottom:	0px;
}

.Update
{
	cursor:			hand;
	margin-left:	0px;
	margin-top:		0px;
	margin-right:	0px;
	margin-bottom:	0px;
	
	padding-left:	0px;
	padding-top:	0px;
	padding-right:	0px;
	padding-bottom:	0px;
}

.UpdateImage
{
	cursor:			hand;
	Height: 100px;
	margin-left:	0px;
	margin-top:		0px;
	margin-right:	0px;
	margin-bottom:	0px;
	
	padding-left:	0px;
	padding-top:	0px;
	padding-right:	0px;
	padding-bottom:	0px;
}

.SpecialsIndex
{
	border:			none;
	
	padding-left: 	24px;
	padding-right:	12px;
	padding-top:	30px;
	padding-bottom:	10px;
}


.ContentDetails
{
	padding-left: 	1px;
	padding-right:	12px;
	padding-top:	3px;
	padding-bottom:	3px;
	
	border:			none;
	
	color:			rgb(150,150,150);
	font-family:	verdana;
	font-size:		8.0pt;
	font-style:		italic;
	
	line-height:	8.0pt;
	text-align:		left;
}


.ContentHeading
{
	padding-left: 	12px;
	padding-right:	12px;
	padding-top:	30px;
	padding-bottom:	10px;
	
	border:			none;
	
	color:			black;
	font-family:	Times new roman;
	font-size:		23.0pt;
	font-weight:	bold;
	
	line-height:	16.0pt;
	text-align:		justify;
}


.ContentColumn
{
	padding-left: 	12px;
	padding-right:	12px;
	padding-top:	10px;
	padding-bottom:	10px;
	
	border:			none;
	
	color:			black;
	font-family:	Sylfaen;
	font-size:		11.0pt;
	font-weight:	regular;
	
	line-height:	15.0pt;
	text-align:		justify;
}


.Special
{
	margin-top:		0px;
	margin-bottom:	20px;
	
	text-align:		center;
	
	cursor:			hand;
}

.SpecialImage
{
	width:			100px;
	border-bottom: 	1px solid rgb(150,150,150);
}		
 
.SpecialTitle
{
	margin-top:		3px;
	
	color:			black;
	font-family:	Verdana;
	font-size:		8.0pt;
	font-weight:	italic;
	
	line-height:	8.0pt;
}


.Heading1
{
	font-family:	times new roman;
	font-size:		13pt;
	font-weight:	bold;
	
	line-height:	13pt;
	text-align:		left;
	
	
	margin-top:		15px;
	margin-bottom:	0px;
}

.ContentPicture
{
	margin-top:		5px;
	margin-bottom:	5px;
	padding:		7px;
	border:			1px solid rgb(150,150,150);
	text-align: 	center;
	background-color: rgb(240,240,240);
}

.ContentPictureImage
{
	border: 1px solid black;
	width: 	286px;
	cursor:	normal;
}

.Signature
{
	margin-top: 20px;
	border-top: 1px solid rgb(150,150,150);
	font-style: italic;
	text-align: right;
	color: 		rgb(150,150,150);
}