﻿.wysiwyg p {
    margin: 0px 0px 30px;
    padding: 0px;
    color: rgb(107, 111, 115);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
}   
        
    .wysiwyg h1{
		margin:0 0 20px;
		color: rgb(51, 51, 51);
		font-family:Arial,Helvetica,sans-serif;
		font-size:34px;
		font-weight:normal;
		line-height:32px
	}
	
.wysiwyg h2 {
    margin: 0px 0px 5px;
    padding: 0px;
    clear: both;
    color: rgb(51, 51, 51);
    font-family: "Arial,Helvetica,sans-serif";
    font-size: 25px;
    font-weight: normal;
    line-height: 38px;
}

.wysiwyg h3 {
    margin: 0px 0px 10px;
    padding: 0px;
    color: rgb(51, 51, 51);
    font-family: "HelveticaNeueW02-45Ligh",Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
}
.wysiwyg ul li {
    margin: 10px 0px;
    padding: 0px;
    color: rgb(31, 63, 72);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    list-style: disc outside none;
    background: none repeat scroll 0px center transparent;
}

.wysiwyg a:focus {
    outline: thin dotted;
}
.wysiwyg a {
    color: rgb(68, 132, 178);
    font-size: 13px;
    text-decoration: underline;
}

.wysiwyg table thead tr td:first-child {
    background-color: rgb(244, 244, 244);
    font-weight: bold;
}
.wysiwyg table td:first-child {
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-width: 1px;
    padding: 12px 15px;
    background-color: transparent;
    color: rgb(88, 88, 88);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: left;
}
.wysiwyg table thead tr td {
    background-color: rgb(244, 244, 244);
    text-align: left;
    vertical-align: middle;
    padding: 5px 8px;
    font-weight: bold;
}
.wysiwyg table td {
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-width: 1px;
    padding: 12px 15px;
    background-color: transparent;
    color: rgb(88, 88, 88);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
}
.wysiwyg table {
    border-collapse: collapse;
    width: 100%;
    color: rgb(51, 51, 51);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 10px;
}
