
@import url(http://fonts.googleapis.com/css?family=Fugaz+One);

        body {
        	padding: 0px;
        	margin: 0px;
            background-color: rgb(224, 224, 224);
            font-family: "HelveticaNeue",  "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        	font-size: 15px;
        }
        
        #fmHeaderBack {
            
        }
        
        #fmHeader {
        	padding: 10px;
        	margin: 0 auto;
        	width: 750px;
        	
        	text-align: center;
        	font-family: 'Fugaz One', "HelveticaNeue",  "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        	font-size: 64px;
        	color: rgb(60, 66, 84);
            text-shadow: #fff 0px 1px 0px;
        }
        
        #mainBack {
        	position: relative;
        	background-color: #fff;
        	border-top: solid 1px #909090;
        	border-bottom: solid 1px #909090;
        }
        
        #main {
        	padding-top: 20px;
        	padding-bottom: 40px;
        	font-size: 12px;
        	width: 750px;
        	margin: 0 auto;
        }
        
        #newsBannerBack {
        	position: relative;
        	height: 30px;
        	border: solid 1px #000;
        	border-right: 0px;
        	border-left: 0px;
        }
        
        #newsBanner{
        	text-shadow: 0px 0px 5px black;
        	padding-top: 4px;
        	text-align: center;
        	font-size: 14pt;
        	color: white;
        }
        
        #footerBack {
        	/*background-color: rgb(0, 0, 0);*/
        	
        }
        
        #footer {
        	margin: 0 auto;
        	padding: 5px;
        	padding-top: 20px;
        	font-size: 9pt;
        	width: 750px;
        	min-height: 100px;
        	color: #000;
        	text-shadow: 0px 1px 0px #fff;
        }
        
        #footer a {
        	color: #000;
        	font-size: 11pt;
        	text-shadow: 0px 1px 0px #fff;
        }
        
                
        .productText {
        	color: #000;
        	font-weight: normal;
        	padding: 0px;
        	margin: 0px;
        	font-size: 13pt;
        	padding-top: 4px;
        }
        
        .productName, .productName a {
        	
        	font-family: 'Fugaz One', "HelveticaNeue",  "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        	font-size: 20pt;
        	color: rgb(60, 66, 84);
        	text-shadow: 0px 1px 0px #fff;
        	
        	text-decoration: none;
        }
        
        .moInfoLinks, .moInfoLinks a {
        	color: #666;
        	font-size: 11px;
        	text-decoration: none;
        	padding-top: 4px;
        }
        