body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F1F4F8;

}

.cellAll { border: solid 0 #BBB; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; } 
.cellt { border: solid 0 #BBB; border-top-width:1px; }
.celltr { border: solid 0 #BBB; border-top-width:1px; border-right-width:1px; }
.celltl { border: solid 0 #BBB; border-top-width:1px; border-left-width:1px; }
.celltlr { border: solid 0 #BBB; border-top-width:1px; border-left-width:1px; border-right-width:1px; }
.celltb { border: solid 0 #BBB; border-bottom-width:1px; border-top-width:1px; }
.celltbr { border: solid 0 #BBB; border-bottom-width:1px; border-top-width:1px; border-right-width:1px; }
.celltbl { border: solid 0 #BBB; border-bottom-width:1px; border-top-width:1px; border-left-width:1px;  }
.cellb { border: solid 0 #BBB; border-bottom-width:1px; }
.cellbr { border: solid 0 #BBB; border-bottom-width:1px; border-right-width:1px; }
.cellbl { border: solid 0 #BBB; border-bottom-width:1px; border-left-width:1px; }
.cellblr { border: solid 0 #BBB; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; }
.cellr { border: solid 0 #BBB; border-right-width:1px; }
.celll { border: solid 0 #BBB; border-left-width:1px; }
.celllr { border: solid 0 #BBB; border-left-width:1px; border-right-width:1px;}
 
ul { margin-left:10px; padding-left:10px; }
blockquote { margin-left:10px; padding-left:10px; }

.PageTitle {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 28px;
	color: #666666;
}

.PageTitleLarge {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 32px;
	color: #666666;
}

.PageTitleSmall {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 18px;
	color: #333333;
	position: relative;
	bottom:3px;
}
.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

.Text16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 170%;
	color: #000000;
}

.Text16Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 170%;
	color: #000000;
	font-weight:bold
}

.Text14Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold
}

.Text14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 170%;
	color: #000000;
}

.Text12Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold
}

.Text10 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 10px;
	color: #000000;
}

.Text12 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
	color: #000000;
}

.BlogTitleText {
	color: #3d85c6;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 22px;
	
}
.BlogParaText {
	color: #000000;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 16px;
}
.BlogText {
	color: #000000;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 12px;
}

.Text20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 170%;
	color: #333333;
}

.NoteBox, .TipBox, .ExampleBox {
      
			border-left: 4px solid;
      padding: 1em;
      margin: 30px;
      border-radius: 6px;
      background-color: #f9f9f9;
      font-size: 0.95em;
    }

    .NoteBox {
      border-color: #007acc;
      background-color: #e6f4ff;
    }
		
		.TipBox {
      border-color: #ffcc00;
      background-color: #fff0b3;
    }

    .ExampleBox {
      border-color: #28a745;
      background-color: #e9fbe5;
    }

    .NoteBox h4, .TipBox h4,.ExampleBox h4 {
      margin-top: 0;
      margin-bottom: 0.5em;
      font-size: 1em;
      font-weight: bold;
			color: #888888;
    }

    code, pre {
      background: #f4f4f4;
      padding: 0.2em 0.4em;
      border-radius: 4px;
      font-family: Consolas, monospace;
    }

    pre {
      padding: 1em;
      overflow-x: auto;
    }
