html, body {
    height: 100%;
    margin: 0px;
	padding:0px;
    width: 100%;
	/* overflow-y: hidden; */
}

body,
body *{
	 font-family: Georgia, Times, 'Times New Roman', serif;
}
body{
	padding:0px;
	margin:0px;
	overflow: hidden;
	/*background:url("../images/demo.png") center top no-repeat;*/
}

.transAll,
body  .button::after,
.menu ul li::after, .menu ul li,
.menu ul li a:hover, li.objnav:hover ul.subNvi li a:hover{
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
		 -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */

	-webkit-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
	   -moz-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
		 -o-transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
			transition-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); /* ease-out */
}

body  .button{
	display:inline-block;
	border:0px;
	background:#000000;
	color:#fff;
	font-size:15px;
	padding:10px 15px;
	cursor:pointer;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-transform:uppercase;
	position:relative;
	text-decoration:none;
}
body  .button:hover{
	background:rgba(255, 255, 255, 0.2);
	color:#999999;
}
body  .button::after{
	content:"";
	position:absolute;
	width:auto;
	height:3px;
	background:#ffffff;
	bottom:0;
	left:50%;
	right:50%;
}
body  .button:hover::after{
	left:0;
	right:0;
}

h1{
	/*text-transform:uppercase;*/
	font-size:58px !important;
	text-shadow: -1px 3px 9px rgba(0, 0, 0, 1);
}

.map-text{
	/* margin-top: 70px; */
	width:80%;
}

.maxWrapper {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.logo{
	height: auto;
	left: 20px;
	position: absolute;
	width: 195px;
	z-index: 11;
	top:0;
}
.logo img, .ft-logo img{
	display:block;
	width:100%;
	height:auto;
	border: none;
	outline:none;
}

.pageContent,
.pageContent *{
	color:#ffffff;
}
.pageContent{
	display:table;
	height:100%;
	width:100%;
}
.pageCell{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	
}
.menu{
	/* background:rgba(0, 30, 60, 0.9); */
	/* min-height:60px;z-index:2; */
	padding:10px 0 10px 0;
	width:100%;
	position:fixed;
	bottom:20px;
	z-index:4;
}

.menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	background:rgba(0, 30, 60, 0.9);
	
}

.menu ul li,
.menu ul li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:inline-block;
	
}
.menu ul li,
.menu ul li a:hover{
	color:rgba(255, 255, 255, 0.5);
}
.menu ul li{
	display:inline-block;
	/* position:relative; */
	height:auto;
}
.menu ul li a {
	display:inline-block;
	padding: 5px;
	line-height:35px;
}

.formWrap{
	width:100%;
	max-width:500px;
	padding:20px;
	margin:0 auto;
}
.formWrap input[type="text"],
.formWrap textarea{
	resize:none;
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	border: 1px solid #333;
	width: 100%;
	padding: 10px;
	margin: 0 0 15px 0;
	outline:none;
	-webkit-box-shadow : inset 0 0 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0 0 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow : inset 0 0 2px 4px rgba(0, 0, 0, 0.4);
	
	-webkit-border-radius : 5px;
	-moz-border-radius: 5px;
	border-radius : 5px; 
}
.formWrap textarea{
	height:100px;
}



.spacer{
	clear:both;
	height:1px;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:0px;
	line-height:0px;
}

/* content page */
.main-page-cont{
	position:relative;
	overflow-y: scroll;
	/* height:100%; */
	/* width:100%; */
	/* display:table; */
}
.page-cont{
	/* display:table-cell; 
	vertical-align:middle;*/
	margin:120px 100px 60px 0;
	height:500px;
	float:right;
}
.inter-content{
/* background: rgba(255, 245, 227, 0.95) none repeat scroll 0 0;*/
	background: rgba(255, 245, 227, 0.7) none repeat scroll 0 0;
    border: 0 solid #ffffff;
   /*  border-radius: 20px;
    box-shadow: 0 0 17px 11px #c3b09a inset; */
    padding: 35px;
	width:772px;
	box-sizing: border-box;
	margin:0 auto;
	font-family: Georgia;
	
}
.inter-content h1{
	color: #3d1f06;	
    font-size: 20px !important;
    line-height: 22px;
    margin: 5px 0 15px;
    padding: 0;
    text-shadow: none !important;
	}
.inter-content h2 {
    color: #3d1f06;
    font-family: Georgia;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 12px;
    padding: 0;
}
.inter-content p{
	color: #3d1f06;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px;
}
/*-----added for ---------*/


/* biere header part */
ul.thumb {
    float: left;
    list-style: outside none none;
    margin: 0 0 50px 0;
    padding: 0;
    width: 700px;
}
ul.thumb li {
    float: left;
    height: 122px;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 111px;
}
ul.thumb li img {
    background: transparent none repeat scroll 0 0;
    height: 122px;
    left: 0;
    padding: 2px;
    position: absolute;
    top: 0;
    width: 111px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}




.ubesno {
    font-size: 48px;
}
/*========================================*/
/*            Added by chirag             */  
/*========================================*/
.page-cont ul.ft-menu{
	position:absolute;
	z-index:999 !important;
	background:rgba(0, 30, 60, 0.9);
	padding:10px 0 10px 0;
	width:100%;
	bottom:20px;
}
.page-cont ul.ft-menu li,
.page-cont ul.ft-menu li a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
	display:inline-block;
}

/* gallery page css */
#content p{
	margin-right:120px;
}
.main-img-gall {
	box-shadow: 0 0 15px #888888;
	border:10px solid #fff;
	float:left;
	width:470px;
	margin:0px 0px 13px;
}
.main-img-gall img{
	width:100%;
	height:auto;
}
div.rt-thumbnail-block{
	width:212px;
	float:right;
}
div.thumbnail {
	display: inline-block;
	margin: 0 0 18px 16px;
	width: 90px;
	vertical-align:top;
	word-wrap:break-word;
	cursor:pointer;
	text-align:center;
}
div.thumbnail img{
	width:72px;
	height:auto;
	border:4px solid #fff;
}
div.thumbnail p{
	margin:5px 0 0 0;
}
div.thumbnail p, div.thumbnail a {
	font-size: 12px;
	font-weight: bold;
	text-indent: 0;
	text-decoration:none;
	line-height:16px;
	color:#002052;
}



/* footter */
footer{
	clear:both;
}
.ft-logo{
	position:absolute;
	bottom:0 !important;
	right:0;
	z-index:100;
	text-align: right;
}
.faceIco{
	background: url('../images/face-book.gif') no-repeat;
	width:50px;
	height:49px;
	display:inline-block;
	margin:5px 0 0 10px;
	padding:0 !important;
}
.fa.fa-facebook-official {
	font-size:30px;
	line-height:35px;
	color:#fff;
	padding: 0 0;
}

/* ContactUs Form*/
.ContactUs {
	
}





/*--------- New css styles starts ---------*/

/*----- Css for contact form 1 -----*/
.cont-left{
	float:left;
	width:36%;
}
.cont-right{
	float:right;
	width:60%;
}
.map-outer{
	padding:10px;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 7px 3px rgba(145,139,129,1);
	-moz-box-shadow: 0px 0px 7px 3px rgba(145,139,129,1);
	box-shadow: 0px 0px 7px 3px rgba(145,139,129,1);
	height:332px;
}
.cont-left h2{
	color: #3d1f06;
    font-family: Georgia;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0px 0 10px;
}
.cont-left p{
	font-size:13px;
	line-height:17px;
	color:#3d1f06;
    font-family: Georgia;
	margin:0px 0px 30px;
}
.cont-left p span.txt-lg{
	font-size:30px;
	line-height:30px;
}
.cont-form{
	padding:0px 0px 0px;
	max-width:100%;	
}
.cont-form input[type="text"],
.cont-form textarea{
	border:1px solid #330033;
	box-shadow:none;
	color:##330033;
	padding:0px 2px;
	height:22px;
	font-size:13px;
	line-height:20px;
	border-radius:0px;
    font-family: Georgia;
	margin:0px 0px 8px;
}
.cont-form .error {
    outline: none; 
    border-color: #cc0000 !important;
    box-shadow: 0 0 3px #cc0000 !important;
}
.cont-form .valid {
    color:green;
}
.cont-form label{
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#3d1f06;
    font-family: Georgia;
}
.cont-form .pin-input1{
	width:30% !important;
	float:left;
}
.cont-form .pin-input2{
	width:65% !important;
	float:right;
}
.cont-form .sub-btn{
	background:#3d1f06;
	color:#ffffff;
	border:1px solid #ffffff;
	font-size:13px;
	line-height:20px;
	padding:0px 3px;
}
.cont-down-txt{
	width:520px;
	padding:30px 0px 0px;
}
/*-----  Css for contact form 1 ends -----*/


/*-----  Css for gaststatten pages -----*/
.addressLeft{
	float:left;
	margin:10px 0px 0px;
	width:50%;
}
.links-list{
	margin:0px auto 0px;
	padding:0px;
	text-align:center;
}
.links-list li{
	list-style:none;
	display:inline-block;
	font-size:14px; 
	line-height:22px;
	color:#002052;
	font-weight:bold;
}
.links-list li a{
	color:#002052;
	text-decoration:none;
}
.links-list li a:hover{
	color:#e30031;
}
.postLink{
	color:#002052;
	text-decoration:none;
	font-weight:bold;
}
.postLink:hover{
	color:#e30031;
}
/*-----  Css for gaststatten pages ends -----*/


/*-----   Css for video section  -----*/
.video-block{
	float:left;
	margin:0px 0px 30px 0px;
	width:50%;
	height:248px;
	overflow:hidden;
	box-sizing:border-box;
	padding:0px 15px;
	-webkit-overflow-scrolling: touch !important;
}
.video-block iframe{
	width:100% !important;
}
/*-----   Css for video section  ends -----*/



/*-----   Css for fotowand -----*/
.popup-gallery-outer{
	margin:25px 0px 35px;
}
.fgallery-block{
	background:#fff;
	float:left;
	margin: 0 10px 10px 0;
	width:100px;
	height:110px;
	box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	-moz-box-shadow: 3px 3px 4px #000;
	padding: 0.4em;
	position:relative;
}
.fgallery-block a{
	
}
.fgallery-block img{
	width:100px;
	margin:5px 0px 0px;
}
.pin img {
    display: block;
    height: 40px;
    margin: -40px auto 0;
    padding: 0;
    width: 36px;
}
.winner{
	position:absolute;
	bottom:-16px;
}
.winner img{
	width:42px;
	margin:0px;
}
.rotateNoteLeft10{
	-webkit-transform:rotate(10deg);
	-ms-transform:rotate(10deg);
	transform:rotate(10deg);
}	
.rotateNoteRight10{	
	-webkit-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
	transform:rotate(-10deg);
}
.content-width{
	width:82%;
}

.upload-form{
	
}

.upload-form  .error{
	border: 1px solid  #cc0000 !important;
    box-shadow: 0 0 3px #cc0000 !important;
    outline: medium none;
}

.left {
	float: left;
}
.picuploadfrm {
	font-weight: bold;
	line-height: 22px;
	width: 155px;
	font-size: 13px;
	display:inline;
}

.hgt10 {
	font-size: 1px;
	height: 10px;
}
.cboth {
	clear: both;
}

.subButn 
{
	background: #3d1f06 none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
}

#uploader textarea 
{ 
resize: vertical; 
}

.input-width
{
	width:250px;
	border: 1px solid #330033;
	background-color: #FFF5E3;
}
.fw-btn{
	margin:0px 0px 20px;
	outline:none;
}
.fw-btn:focus{
	outline:none;
}
/*-----   Css for fotowand ends -----*/


/*-----   Css for top image menu -----*/
.top-img-menu{
	list-style:none;
	margin:0px;
	padding:0px;
}
.top-img-menu li{
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	float:left;
}
.top-img-menu li.postcard-link{
	margin:-10px 0 10px -20px;
}
/*-----   Css for top image menu ends -----*/



/*-----   Css for post card  -----*/
.postcard-img{
	float:left; margin:0px 10px 0px 0px;
}
.cont-form textarea.textarea-hgt{
	height:150px;
}
.form-left{
	float:left;
	width:180px;
	margin:0px 0px 0px 0px;
}
.form-right{
	float:left;
	width:200px;
}
.form-right .sub-btn{
	float:right;
}
.postcard-img-big{
	max-width:100%;
	margin:0px 0px 5px;
}
.pcontent p{
	line-height:24px;
}
.sub-btn2{
	background:#3d1f06;
	color:#ffffff;
	border:1px solid #ffffff;
	font-size:13px;
	line-height:20px;
	padding:0px 9px;
	cursor:pointer;
	outline :0px !important;
	text-align:center;
}
.sub-btn2.left{
	float:left;
}
.sub-btn2.right{
	float:right;
	margin:0px 50px 0px 0px;
}
/*-----   Css for post card ends -----*/


ul.beerCss {
	margin:0 0 0 15px;
	padding:0px;
}
ul.beerCss li{
	font-size: 14px;
    line-height: 18px;
    list-style-type: disc;
	margin:0px;
	padding:0px;
	color:#3d1f06;
}
.flexslider{
	margin:0px 0px 10px !important;
	height:360px;
	border:0px solid #ffffff !important;
	padding:0px;
	background:none !important;
}
.flexslider .slides > li { 
	-webkit-transition: opacity 1s ease; 
	-moz-transition: opacity 1s ease;
	transition: opacity 1s ease; 
}

.dcontent h2{
	font-size:14px;
	margin:12px 0px 8px;
}

.contact-message {
	height:inherit !important;
	width : 200% !important;
}

.contactform-vali-cont {
	font-size: 14px;
	width: 130% !important;
	margin-bottom: 9px;
}
	
/*----- Media queries -----*/
@media only screen and (max-width: 1250px) {
	.content-width{
		width:90%;
	}
}
@media only screen and (max-width: 1024px) {
	.flexslider{
		height:auto;
	}	
}
@media only screen and (max-width: 720px) {
	.cont-left{
		float:none;
		width:100%;
	}	
	.cont-right{
		float:none;
		width:100%;
		margin:30px 0px 0px;
	}	
	.cont-down-txt{
		width:90%;
	}
	.video-cont{
		width:100%;
		-webkit-overflow-scrolling: touch;
	}
	.video-block{
		float:none;
		width:100%;
		padding:0px;
		-webkit-overflow-scrolling: touch;
	}
	body{overflow: visible !important;}
	.page-cont{height:auto !important;}
	
	.contact-message {
		width : 100% !important;
	}
	.contactform-vali-cont {
		font-size: 14px;
		width: 100% !important;
		margin-bottom: 9px;
	}
}
@media only screen and (max-width: 600px) {
	.addressLeft{
		width:100%;
		float:none;
	}
	.form-left , .form-right{
		width:100%;
		float:none;
	}
	.page-cont{height:auto !important;}
}
@media only screen and (max-width: 480px) {
	body{overflow: visible !important;}
	.links-list li{	
		display:block;
		text-align:left;
	}
	.links-list .sep{
		display:none;
	}
	.content-width{
		width:100%;
	}
	.sub-btn2.right{
		margin:0px;
	}
	.menu ul li{
		width:100%;
		padding:0px !important;
	}
	.page-cont{height:auto !important;}
}
@media only screen and (max-width:400px){
	.fw-btn{
		margin:0px 0px 15px;
	}
	body{overflow: visible !important;}
	.page-cont{height:auto !important;}
}
@media only screen and (max-width: 360px) {
	body{overflow: visible !important;}
	.page-cont{height:auto !important;}
	.fgallery-block{
		margin:0 auto 10px;
		float:none;
	}
	.postcard-img{
		float:none;
		margin:10px auto;
		text-align:center;
	}
	.top-img-menu li{
		width:100%;
		margin:0px 0px 10px 0px !important;
	}
	.top-img-menu li img{
		width:100%;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
	body{overflow: visible !important;}
	html{
		-webkit-text-size-adjust: none;
	}
}

/* Homepage video styles */
.video-pointer{
	position:absolute;
	cursor: pointer;
	width:auto;
	z-index: 2;
}
.video-pointer img{
	 width:32px;
	 height:auto;
	 float:left;
}
.video-point-text{
	position:absolute;
	width: auto; 
	height: auto; 
	padding: 10px 40px; 
	background:rgba(255, 255, 255, 0.8);
	color: #000000; 
	z-index: 2;
	float:left;
	left: 39px;
}

.videoWrapper{
	background-color:#7E5333;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:0px;
}
.videoBg, .transVideoBg{
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index:0;
	display: block;
}
.videoBg  .sub-div, .transVideoBg  .sub-div{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.videoBg img, .transVideoBg img{
	width:auto;
	margin:0 auto;
	display:block;
	height:100%;
}
.videoWrapper video{
	position:relative;
	z-index:1;
}
#myVideo{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0;
}
#transVideo{
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0;
}
#touchPointsWarp{
	background:none;
	height: 1px;
	position: absolute;
	width: 100%;
	z-index:3;
	top:0px;
	left:0px;
	text-align:center;
}
#touchPointsWarp .sub-touchpoints{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#touchPointsWarp .touchpoints{
	background:none;
	height: auto;
	position: relative;
	width: auto;
	z-index:0;
	width: 100%;
}
#touchPointsWarp .touchpoints img.reso{
	height: 100%;
	width: auto;
	max-width: 100%;
	opacity:0;
}
.loadingOverlay{
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
}
.loadingOverlay .fa{
	margin: auto;
	position: absolute;
	top: 0; 
	left: 0; 
	bottom: 0; 
	right: 0;
	color: #fafafa;
	width: 30px;
	height: 30px;
	font-size: 30px;
}
.thumb > li > a > img,
.biere_mob_image > a > img{
	height : auto !important;
}
/* Homepage video styles */

.main-table{
	display: table;
}
.sub-table{
	display: table-cell;
}
.inline{
	display: inline-block;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.videoWrapper{
		background-size:auto 100% !important;
	}
	.videoBg, .transVideoBg{
		background:none !important;
	}
	.videoBg img, .transVideoBg img {
		height: auto;
		width: 100%;
	}
	#touchPointsWarp .touchpoints img.reso {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	.overlay{
		display:none;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.videoWrapper {
		background-size: cover !important;
		background-position: center center !important;
	}
	
	.videoBg, .transVideoBg{
		background:none !important;
	}
	.videoBg img, .transVideoBg img {
		height: auto;
		width: 100%;
	}
	#touchPointsWarp .touchpoints img.reso {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	.overlay{
		display:block;
		background:#000;
		position:absolute;
		top:0px;
		left:0px;
		z-index:9999;
		height:100%;
		width:100%;
		text-align:center;
		color:#fff;
	}
	.overlay table{
		width: 100%; 
		height: 100%;
		color: #fff;
	}
	.overlay table td{
		text-align: center; 
		vertical-align: middle;
		font-family: RageItalic !important;
		font-size: 35px;
	}
}



@media (max-width: 1024px) and (orientation : landscape){
	#touchPointsWarp .touchpoints .video-pointer:nth-child(2) {
		top: 72% !important;
	}
}
@media (max-width: 767px){
	body{
		overflow:hidden;
	}
	.page-cont {
		width: 100%;
		word-wrap: break-word;
	}
   .videoWrapper{
		background-size:auto 100% !important;
	}
	.videoBg, .transVideoBg{
		background:none !important;
	}
	.videoBg img, .transVideoBg img {
		height: auto;
		width: 100%;
	}
	#touchPointsWarp .touchpoints img.reso {
		height: auto;
		max-width: 100%;
		width: 100%;
	}
	
	.overlay{
		display:block;
		background:#000;
		position:absolute;
		top:0px;
		left:0px;
		z-index:9999;
		height:100%;
		width:100%;
		text-align:center;
		color:#fff;
	}
	.overlay table{
		width: 100%; 
		height: 100%;
		color: #fff;
	}
	.overlay table td{
		text-align: center; 
		vertical-align: middle;
		font-family: RageItalic !important;
		font-size: 35px;
	}
	
	.thumb > li > a > img,
	.biere_mob_image > a > img{
		height : auto !important;
	}
	
	.map-text{
		width:100%;
		margin-top: 12px;
	}
}

@media (max-width: 767px) and (orientation : landscape){
   .overlay{
		display:none;
	}
}
@media (max-width: 767px) and (orientation : portrait){
   .overlay{
		display:block;
	}
}

/*----- Media queries ends -----*/

/*--------- New css styles ends ---------*/

.map-text{
	color: #3d1f06;
    font-family: Georgia;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
	color: cc0000;
}




.inter-content ol {
    color: #3d1f06;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 12px;
	padding:0 0 0 15px;
}
span.colorchanges {
	color:red;
	text-decoration:underline;
}
span.textdec {
	text-decoration:underline;
}

