		/************************** Generic **************************/
		
		
		body {
			color: #383838;
			font-family: 'Libre Baskerville', Arial, Tahoma, Verdana, sans-serif;
			font-size: 14px;
			line-height: 22px;
			text-align: center;
			vertical-align:middle;
			margin: auto;
		}
		
		* a:link, a:visited, a:active {
			font-weight: bold;
			color: #383838;
			text-decoration: none;
			font-size: 14px;
			line-height: 18px;
		}
		
		* a:hover {
			font-weight: bold;
			color: #FF0000;
			text-decoration: none;
			font-size: 14px;
			line-height: 18px;
		}
		
		h1 {
			font-family: 'Cinzel', Arial, Tahoma, Verdana, sans-serif;
			font-size: 36px;
			font-weight: bold;
			line-height: 34px;
			text-align: left;
		}
		
		h2 {
			font-family: 'Cinzel', Arial, Tahoma, Verdana, sans-serif;
			font-size: 28px;
			font-weight: bold;
			line-height: 26px;
			text-align: left;
		}
		
		h3 {
			font-family: 'Cinzel', Arial, Tahoma, Verdana, sans-serif;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			text-align: left;
		}
		
		input:focus,
		select:focus,
		textarea:focus,
		button:focus {
			outline: none;
		}
		
		.content {
            margin: auto;
        }
        
		.news-text {
			/** display:none; **/
			height:37px;
			text-align:right;
			font-family: 'Libre Baskerville', Arial, Tahoma, Verdana, sans-serif;
			font-size: 14px;
			line-height: 22px;
			vertical-align:middle;
			margin: auto;
		}       
		
		#ticker {
		    height:40px;
		    padding:9px 0px;
		    overflow:hidden;
		}
		
		input, select, textarea {
            background-color: #FFFFFF;
        }

		