#main ul, #main ol, #main li, #main h2, #main h1, #main h3, #main h4, #main p, .frv_textLeftBig  {
	font-family: Verdana, Geneva, sans-serif;
    }
    
#main h1 {
font-size: 24px;
  font-style: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  letter-spacing: 0px;
  line-height: 120%;
  font-weight: normal;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

#main h2 {
font-size: 18px;
  font-style: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  letter-spacing: 0px;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
  }
  
 #main h3 {
 font-size: 16px;
	font-style: normal;
	line-height: 150%;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top:20px;
}

 #main h4 {
 font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top:20px;
}

#main h4.afterH {
font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	letter-spacing: 0px;
	margin-bottom: 10px;
	margin-top:0px;
}
    
#main ul, #main ol, #main li, #main p, #main p.last {
    font-size: 13px;
	font-style: normal;
    line-height: 140%;
    font-weight: normal;
}

    
#main ul, #main ol {
margin-top: 0px;
margin-bottom: 0px;
}

#main li {
	margin-top:5px;
	margin-bottom:8px;
}

#main li.none {
list-style-type:none;
}

#main p {
 margin-top: 10px;
 margin-bottom:10px;
 font-style: normal;
    line-height: 140%;
    font-weight: normal;
}

#main p.last {
    margin-top: 10px;
    margin-bottom:30px;
    font-style: normal;
    line-height: 140%;
    font-weight: normal;
}

p.frv_textLeftBig {
    font-size: 24px;
    font-style: normal;
    line-height: 150%;
    font-weight: normal;
	text-align:left;
	margin: 10px;
	   
}

 div.imagewrap {
 width: 100%;
 text-align: center;
 margin-top: 20px;
 margin-bottom:25px;
 }
 
  table.support {
	width:100%;
	border-collapse: collapse;
	cell-padding: 0px;
	cell-spacing: 0px;
	margin-bottom: 10px;
}

table.support td, table.support th, table.support tr {
	border: solid 1px #8C8C8C;
	vertical-align: top;
	padding:5px;
}

table.support td {
	text-align: left;
	width:50%;
	}

tr.darkgrey td {
	background-color:#C3C3C3;

}

tr.lightgrey td {
	background-color:#F0F0F0;
}

tr.mediumgrey td {
	background-color:#E5E5E5;
}


@media only screen and (min-width: 960px) {
#main table.support ul {
margin-left:32%;
}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
#main table.support ul {
margin-left:25%;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#main table.support ul {
margin-left:20%;
}
}

@media only screen and (max-width: 479px) {
#main h1 {
text-align: center;
}

#main table.support ul {
margin-left:5px;
}

div.imagewrap {
 width: 100%;
 text-align: center;
 margin-top: 15px;
 margin-bottom:15px;
 }
}