.MsoLarge	{	font-size:	16pt;
				}

.MsoNormal	{	font-size:	12pt;
				}

.MsoSmall	{	font-size:	10pt;
				}

.MsoTiny	{	font-size:	8pt;
				}
						
body	{	background-color: #EAF5FF;
			margin: 0;
			}

#MainTable 	{
				border-collapse: collapse;
				border-left: thin solid #DDD;
				border-right: thin solid #DDD;
				border-spacing: 0;
				background-color: #B0D8FF; 
				padding: 0;
				width:	80%;
				height:	100%;
				font-family: Arial;
				}

#MT_Header	{
						background: url("../images/Logos/header.jpg");
						height: 200;
						vertical-align: middle;
						}
						
#MT_MainLogo	{
				border: 0;
				width: 288;
				height: 115;
				}
				
#MT_LeftSideCell,#MT_RightSideCell	{
										vertical-align: top;
										width: 10%;
										padding: 1em;
										font-size: 8pt;
										font-family: arial;
										}
					
#MT_MiddleCell	{
					 	vertical-align: top;
					 	width: 80%;
					 	height: 100%;
					 	padding: 1em;
						font-size: 12pt;
						font-family: arial;
						}
													
#MT_Footer	{
						height: 10%;
						vertical-align: middle;
						padding: 1em;
						font-size: 10pt;
						font-family: arial;
						}
						
						
#CustomCakesChoicesTable	{	
								width: 100%;
								background-color: #99CCFF;
								border-collapse: collapse;
								padding: 0;
								font-family:arial;
								vertical-align: middle;
								text-align: center;
								}

.CenteredContent	{
					text-align: center;
					vertical-align: middle;
					border: 1pt solid #DDD;
					padding: 0pt 0pt;
					}

.LeftAlignedContent	{
					text-align: left;
					vertical-align: middle;
					border: 1pt solid #DDD;
					padding: 0pt 2pt;
					}

.TopAlignedContent	{
					text-align: center;
					vertical-align: top;
					border: 1pt solid #DDD;
					padding: 2pt 1pt;
					}
					
.gallery
  {
  margin: 8px 1px;
  height: 110;
  width: 110;
  float: left;
  text-align: center;
  }
.gallery img
  {
  display: inline;
  margin: 1px;
  border: 2px solid #DDD;
  width: 100px;
  height: 90px;
  }
.gallery a:hover img 
  {
  border: 2px solid #0000ff;
  }
.caption, .gallery a
  {
  text-align: center;
  font-weight: normal;
  width: 106px;
  margin: 2px;
  font-size: 7pt;
  }



