.titles 
{
	text-align: center;
	color: black; 
	background: #FFFFFF;
}
.mtext	{margin: 10px 10px 10px 10px; font-family: verdana, serif;}
.frontPageImages
{
	text-align:center;
}

.frontPageImages img
{
		border: 1px solid black;
		margin: 10px;
}

/* linked image */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 10px 10px 0 10px;
	padding:0;
	background-color: #F0F0F0;
}

#block_1
{
	float: left;
	width: 15%;
}
#block_2
{
	float: left;
	width: 85%;
}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
{

/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}

/* easy clearing */
#wrapper:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#wrapper
{
	display: inline-block;
}
/*\*/

#wrapper
{
	display: block;
}
/* end easy clearing */

#footer
{
	clear: both;
}

hr {
	color: #B00;
	background-color: #B00;
	height: 1px;
	border:0px;
}

p {
	font-size: 10pt;
	margin-left:15px;
	margin-right:15px;
}

p img {
	border: 1px solid #000000;
	padding: 0;
	max-width: 100%;
}

a:hover {
	color:	rgb(50,140,230);
}

a:hover img {
	border: 1px solid #FF9966;
}

/* class="header" */
.header 
{
	font-size: 14pt;
	color:red;
	text-align:center;
}

#block_1 > li 
{
	font-size: 10pt;
	color: #AAA;
	margin-left:-20px;
}

.productClass
{
	font-size: 14pt;
	color:black;
	text-align:center;
}

.NB
{
	font-size: 11pt;
	color:black;
	font-weight:bold;
}

/* submit input button */
input.submit:hover { color: #122472 } 

/* table cell & header */
td { text-align:center; vertical-align: middle }
th { text-align: center; font-weight: bold; margin: 0;}

.visibleCurrency {
	display: table-cell;
}

.hiddenCurrency {
	display: none;
}

.floatright
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 0px;
	width: 330px;
}

.floatleft
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0px;
	width: 330px;
}

.right { float: right; }
.left { float: left; }

.newWrapper 
{
background-color:#F8F8F8;
border:0px solid;
margin-left:auto;
margin-right:auto;
padding:10px 40px 0 40px;
width:650px;
}

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.left img {border: 1px solid #000000; margin:0 10px 17px 0; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
.caption { margin: 0 5px 10px 0; padding: 5px; border: solid 0px #000000; background: #E7E7E7; font-size:90%; color: black; font-weight:italic; text-align:center;}

