@font-face {
	font-family: 'MagistralWebBook';
	src: url('../fonts/MGS55__W.eot');
	src: local('Magistral Web Book'), local('MagistralWebBook'), 
		url('../fonts/MGS55__W.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MGS55__W.woff') format('woff'),
		url('../fonts/MGS55__W.ttf') format('truetype'), 
		url('../fonts/MGS55__W.svg#MagistralWeb-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MagistralWebMedium';
	src: url('../fonts/MGS65__W.eot');
	src: local('Magistral Web Medium'), local('MagistralWebMedium'),
	     url('../fonts/MGS65__W.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/MGS65__W.woff') format('woff'),
	     url('../fonts/MGS65__W.ttf') format('truetype'),
	     url('../fonts/MGS65__W.svg#MagistralWeb-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

.MBook
{
	font-family:'MagistralWebBook',Sans-Serif;
	width:800px;
	margin:10px auto;
	text-align:left;
/*	border:1px solid #666;*/
	padding:10px;
}

.MMedium
{
	font-family:'MagistralWebMedium',Sans-Serif;
	width:800px;
	margin:10px auto;
	text-align:left;
	border:1px solid #666;
	padding:10px;
}

h1
{
	 font-size: 50px;
}

h2
{
	font-size: 40px;
}

#wrapper {
	margin: 0 auto;
	width: 1000px; /* Replace the xxxx with the the width of your site (eg 800px)*/
	text-align:left;
	z-index:10;
}

body
{
	font-family:'MagistralWebBook', sans-serif; /*Tahoma;*/
	text-align:center;
	margin: 50px 50px 50px 50px;
	text-align:center;
}

table
{
/*	padding-left: 250px;
	padding-right: 250px;
*/
	font-size: 18px;
	text-align: center;
	alignment-adjust:central;
}

tr
{
}

td
{
/*	width: 280px;
*/	padding: 5 5;
}

img
{
	height:120px; 
	width:200px;
/*	border-width:1px;
	border-color: #FFF; /*#CCCCCC;
	border-style:outset;*/
	cursor: hand;
}
.red
{
	color:#942528;
	font-size:16px;'
}
a:link 
{
	text-decoration: none;
	border-style: none;
	color:#000;
}
a:visited
{
	text-decoration: none;
	border-style: none;
	color:#000;
}
a:hover  	/*a.MyHover:hover*/
{
	color:#942528;
	text-decoration:underline;
}
h2
 {	font-family: 'MagistralWebBook', sans-serif;
/*	font-family: sans-serif;*/
	font-weight:700;
	font-size:20pt;
	text-transform:capitalize;
	line-height:20px;
	text-align:left;
}
