@import "/admin/css/normalize.css";
@import "/admin/css/buttons.css?v=2";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Calibri:400,700,400italic,700italic);
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
BODY {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #293135;
}

H1 {
    font-size: 36px; 
    color: #f59425;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
}

H2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #4f4e4e;
    margin: 0 0 20px 0;
}

H3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
    background-color: #b9edfc;
    padding: 2px 10px 2px 10px;
    margin: 1px 0 20px 0;
}

H4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #4f4e4e;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #4f4e4e;
}

H4 A {
    display: inline-block;
    padding-right: 20px;
    background: #ffffff url('/admin/images/grayarrow_next.png') no-repeat right 2px;
}

H4 A.expanded {
    background: #ffffff url('/admin/images/grayarrow_down.png') no-repeat right 2px;
}

H4 A, H4 A:link, H4 A:visited, H4 A:active {
    color: #4f4e4e;
    text-decoration: none;
}

SELECT, INPUT[type="text"], INPUT[type="password"], TEXTAREA {
    font-size: 12px;
    margin: 5px 5px 5px 0;
    border: 1px solid #BBBBBB;
}

EM {
    font-style: italic;
}

LABEL {
    font-weight: bold;
}
INPUT{
    border: 1px solid #BBBBBB;
}

TD, TH {
    padding: 2px 5px 2px 5px;
}



/*--------------------------------------------------------------------------*/

#toolbar {
    font-family: 'Open Sans', sans-serif;
    height: 60px;
    color: #0563C1;
    font-weight: 600;
    background: #4f4e4e url('/admin/images/top-slice.gif') repeat-x top;
    position: relative;
}

#toolbar A, #toolbar A:link, #toolbar A:active, #toolbar A:visited {
    color: #0563C1;
    text-decoration: none;
}

#toolbar A:hover {
    text-decoration: underline; 
}

#toolbar_logo {
    float: right;
    margin: 5px 0 0 30px;
    width: 400px;
    height: 43px;
}

#login_toolbar_logo {
    background: #4f4e4e url('/admin/images/top-slice.gif') repeat-x top;
    padding: 10px;
}

#toolbar_sitename {
    float: left;
    margin: 15px 0 0 30px;
}

#toolbar_sitename H1 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 24px;
}

#toolbar_right {
    float: right;
    background-color: #f8f8f8;
    height: 52px;
    padding-left: 10px;
}

#toolbar_site {
    display: inline-block;
    padding: 15px;
}

#toolbar_site SELECT {
    width: 200px;
    color: Black;
}

#current_user_box {
    position: absolute;
    top: 60px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    display: block;
    background-color: #225977;
    color: #FFFFFF;
/*    background-color: #66afe9;
    color: #000000;*/
}

#menu {
    color: #000000;
    float: left;
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
    position: absolute;
    top: 8.5em;
    width: 200px;
    display: block;
}

#menu UL  {
    margin: 0;
    padding: 0;
}

#menu UL LI  {
    list-style: none;
    padding-top: 10px;
}

#menu UL LI DIV  {
}

#menu UL LI.selected DIV  {
}

#menu UL LI DIV A, #menu UL LI DIV A:link, #menu UL LI DIV A:visited, #menu UL LI DIV A:active  {
    color: #000000;
    font-size: 16px;
    /*font-weight: 700;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
    display: block;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#menu UL LI.selected DIV A, #menu UL LI.selected DIV A:link, #menu UL LI.selected DIV A:visited, #menu UL LI.selected DIV A:active  {
    background-color: #FF6600;
    color: #000000;
}

#menu UL LI.product DIV A, #menu UL LI.product DIV A:link, #menu UL LI.product DIV A:visited, #menu UL LI.product DIV A:active  {
    background-color: #4C7C97 !important;
    color: #FFFFFF !important;
}

#menu UL LI UL LI  {
}

#menu UL LI UL LI.bottom  {
    margin-bottom: 5px;
}

#menu UL LI UL LI.selected {
}


#menu UL LI UL LI A, #menu UL LI UL LI A:link, #menu UL LI UL LI A:visited, #menu UL LI UL LI A:active  {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding-left: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
}

#menu UL LI UL LI.selected A, #menu UL LI UL LI.selected A:link, #menu UL LI UL LI.selected A:visited, #menu UL LI UL LI.selected A:active  {
    background-color: #FF6600;
    color: #303030;
/*    background-color: #74CCE5;
    color: #000000;*/
}


#body_wrapper {
    float: left;
    width: 100%;
}

#body {
    margin-left: 200px;
    padding: 40px;
    position: relative;
}

.xdebug-error {
    margin-top: 70px;
}

#search_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #4f4e4e;
    font-weight: 300;
    background-color: #b9edfc;
    display: none;
}

#search_box INPUT {
    width: 200px;
    color: Black;
}







/*--------------------------------------------------------------------------*/

.box {
    /*	padding: 8px;*/
    margin-bottom: 25px;
    background-color: #ffffff;
}

.nowrap {
    white-space: nowrap;
}

UL.tabs  {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}

UL.tabs LI  {
    display: inline-block;
}

UL.tabs A  {
    display: block;
    text-decoration: none;
    background-color: #def3f9;
    color: #000000;
    padding: 15px;
}

UL.tabs .selected  {
}

UL.tabs .selected A  {
    background-color: #b9edfc;
}

.homebit_wrapper {
    /*width: 1000px;*/
}

.homebit {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #4f4e4e;
    width: 200px;
    float: left;
    margin-bottom: 50px;
}

.homebit SPAN {
    vertical-align: 10px;
}

.homebit A, .homebit A:active, .homebit A:visited, .homebit A:link {
    color: #4f4e4e;
    text-decoration: none;  
}

.clear {
    clear: both;
}

.form_label {
    margin-bottom: 2px;
}

.form_label_radio {
    margin-bottom: 2px;
    display: inline-block;
    width: 140px;
}

.form_input {
}

.form_input_radio {
    display: inline-block;
}

.form_disabled {
    color: #637475;
}

.form_standard_input {
    width: 400px;
}

.form_standard_textarea {
    width: 400px;
    height: 100px;
}

.form_big_textarea {
    width: 850px;
    height: 350px;
}

.form_multi_select {
    width: 400px;
    height: 250px;
}

.form_big_input {
    width: 600px;
}

.form_half_input {
    width: 195px;
}

.form_mini_input {
    width: 150px;
}

.form_item {
    margin-bottom: 25px;
}

.form_item_sidebyside {
    width: 204px;
    float: left;
}

.form_almost_hidden {
    width: 1px;
    height: 1px;
    border: 0 !important;
}

.sortthings {
    /*border: 1px solid Black;*/
    margin: 0;
    padding: 0;
    width: 400px;
}

.sortthings tr:hover{
    background-color: #e2eefa!important;
    cursor: grab;
}

.sortthings tr:active{
    cursor: grabbing;
}

.sortthings LI {
    margin: 3px;
    padding: 3px 3px 3px 20px;
    border: 1px solid Black;
    list-style: none;
    cursor: move;
}

.sortthings LI SPAN  {
    position: absolute; 
    margin-left: -20px;
}

.select_transfer {
    padding-left: 20px;
}

.select_transfer_panel {
    width: 250px;
    float: left;
    padding: 8px 20px 15px 0;
}

.select_transfer_panel_small {
    width: 30px;
    float: left;
    padding: 65px 30px 0 5px;
}

.select_transfer_panel_small P {
    margin: 0;
}

.select_transfer_select_hint {
    display: inline-block;
    width: 400px;
    height: 30px;
    vertical-align: top;
}
/*
.select_transfer H4 {
    background: url('/admin/images/list_table_gradient.png') repeat-x;
    border: 1px solid #b7babc;
    padding-top: 3px;
    padding-left: 10px;
    height: 18px;
    font-weight: bold;
    color: #4e4e4e;
}
*/
.select_transfer SELECT {
    width: 250px;
    height: 150px;
}

.select_disabled {
    background-color: #888888;
}

.hidden-submit  {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.miniheader {
    font-weight: bold;
}

LABEL.required:after {
    content: " *";
    color: #FF1911;
    font-weight: bold;    
}

.error {
    background: #FFB8AA;
    border: 1px solid #FF1911;
    color: #870D09;
    margin: 4px;
    padding: 4px;
}

.warning {
    background: #FFF989;
    border: 1px solid #9E821F;
    color: #603B10;
    margin: 4px;
    padding: 4px;
}

.message {
    background: #AAFFA3;
    border: 1px solid #3A7F31;
    color: #1D3F18;
    margin: 4px;
    padding: 4px;
}

.notice {
    background: #FFF989;
    border: 1px solid #9E821F;
    color: #603B10;
    margin: 4px;
    padding: 4px;
}

.bigcenterederror {
    width: 400px;
    color: #CA0005;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
}

.redirect_list {
    margin-left: 10px;
    width: 300px;
}

.blocklist {
    margin: 0;
    padding: 0;
}

.blocklist LI {
    margin: 3px;
    border: 1px solid #C9CBD5;
    background: #F6F7FA;
    padding: 3px;
    list-style: none;
}

.hoverline {
    background-color: White;
}

.has_default_text {
    color: #555555;
}

.bulleted_tree {
    margin-bottom: 10px;
}

.bulleted_tree UL {
    margin: 0;
    padding: 0;
}

.bulleted_tree UL LI {
    margin-left: 25px;
    margin-top: 5px;
}

.tooltip {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url('/admin/images/information.png') no-repeat bottom;
}

.top {
    vertical-align: top;
}

.center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.red {
    color: red;
    font-weight: bold;
}

/*#tooltip {
        position: absolute;
        z-index: 3000;
        border: 1px solid #111;
        background-color: #eee;
        padding: 5px;
        opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; background: none; color: #293135; }*/

.checkboxed_tree {
    margin-bottom: 10px;
}

.checkboxed_tree UL {
    margin: 0;
    padding: 0;
}

.checkboxed_tree UL LI {
    margin-left: 25px;
    margin-top: 5px;
    list-style: none;
}

.page_key UL {
    margin: 0 0 10px 0;
    padding: 0;
}

.page_key UL LI {
/*    margin-top: 5px;
    list-style: none;
    float:left;*/
    margin-left: 25px;
    margin-top: 5px;
    list-style: none;
    padding-bottom: 3px;
}

#password_meter_1 {
    background: #FFB8AA;
    border: 1px solid #FF1911;
    color: #870D09;
    padding: 4px;
}

#password_meter_2 {
    background: #FFC289;
    border: 1px solid #AF5F21;
    color: #44250D;
    padding: 4px;
}

#password_meter_3 {
    background: #FFF989;
    border: 1px solid #9E821F;
    color: #603B10;
    padding: 4px;
}

#password_meter_4 {
    background: #B7FF4C;
    border: 1px solid #73A030;
    color: #283810;
    padding: 4px;
}

#password_meter_5 {
    background: #AAFFA3;
    border: 1px solid #3A7F31;
    color: #1D3F18;
    padding: 4px;
}



.poll_results {
    width: 400px;
    float: left;
}

.poll_who {
    width: 400px;
    float: left;
    padding: 3px;
    margin-left: 10px;
}

.poll_results_bar_outter {
    background-color: #DDDDDD;
    padding: 3px;
}

.poll_results_bar_inner {
    background-color: blue;
    height: 10px;
}

.poll_results_writeins {
    display: none;
}


.filterbox {
    margin-bottom: 5px;
}

TABLE.datatable,
TABLE.fakedatatable {
    /*	border-top: 1px solid #ADC9CC;
            border-right: 1px solid #ADC9CC;
            border-left: 1px solid #ADC9CC;
            border-bottom: 1px solid #ADC9CC;*/
    width: 100%;
    white-space: nowrap;
}

TABLE.datatable THEAD,
TABLE.fakedatatable THEAD {
    background-color: #b9edfc;
}

TABLE.datatable TH {
    padding: 8px 3px 3px 3px;
    /*border-bottom: 1px solid #ADC9CC;*/
    color: #000000;
    text-align: left;
    font-weight: bold;
    height: 25px;
    vertical-align: top;
    cursor: pointer;
}

TABLE.fakedatatable TH {
    padding: 8px 3px 3px 3px;
    /*border-bottom: 1px solid #ADC9CC;*/
    color: #637475;
    text-align: left;
    font-weight: bold;
    height: 25px;
    vertical-align: top;
}

TABLE.datatable TH SPAN.table_arrow {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url('/admin/images/arrow.gif');
}

TABLE.datatable TH.sortable:hover {
    text-decoration: underline;
}

TABLE.datatable TH.tablesorter-headerAsc SPAN.table_arrow {
    background: url('/admin/images/arrow_up.gif');
}

TABLE.datatable TH.tablesorter-headerDesc SPAN.table_arrow {
    background: url('/admin/images/arrow_down.gif');
}

TABLE.datatable TBODY TR,
TABLE.fakedatatable TBODY TR {
    background-color: #ffffff;
}

TABLE.datatable > TBODY > TR.even,
TABLE.fakedatatable > TBODY > TR.even {
    background-color: #ffffff;
}

TABLE.datatable > TBODY > TR.odd,
TABLE.fakedatatable > TBODY > TR.odd {
    background-color: #F8F8F8;
}

TABLE.datatable TBODY TR.selected, 
TABLE.fakedatatable TBODY TR.selected {
    background-color: #F6DC6B !important;
}

TABLE.datatable TBODY TR.selected.odd, 
TABLE.fakedatatable TBODY TR.selected.odd {
    background-color: #EDD268 !important;
}

TABLE.datatable TBODY TR.highlight,
TABLE.fakedatatable TBODY TR.highlight {
    background-color: #CBDEE0;
}

TABLE.datatable TBODY TR.highlight.odd,
TABLE.fakedatatable TBODY TR.highlight.odd {
    background-color: #C2D4D6;
}

TABLE.datatable TBODY TR.dark,
TABLE.fakedatatable TBODY TR.dark {
    background-color: #DDDDDD;
}

TABLE.datatable TBODY TR.dark.odd,
TABLE.fakedatatable TBODY TR.dark.odd {
    background-color: #D3D3D3;
}

TABLE.datatable TBODY TR.red,
TABLE.fakedatatable TBODY TR.red {
    background-color: #ffe4e4;
}

TABLE.datatable TBODY TR.red.odd,
TABLE.fakedatatable TBODY TR.red.odd {
    background-color: #f7d7d7;
}


TABLE.datatable TD,
TABLE.fakedatatable TD {
    padding: 2px;
    /*	border-right: 1px solid #c0d6e9;
            border-bottom: 1px solid #c0d6e9;*/
}

TR.datatable_footer {
    background-color: #f3f3f3;
    height: 36px;
    /*	background-image: url('/admin/images/datatable_footer.png');
            background-position: center;*/
}

TR.datatable_footer TD {
    padding: 0;
}

TABLE.datatable INPUT.select_row {
    margin-left: 5px;
}

TABLE.datatable TD.actionbuttons,
TABLE.fakedatatable TD.actionbuttons {
    text-align: right;
}

.centered {
    text-align: center;
}

/*.pager {
    background-color: #f3f3f3;
    margin: 0;
    padding: 3px 0 3px 10px;
}*/

.bluebox {
    border: 1px solid #71ACE3;
    background-color: #CDE1F5;
    padding: 10px; 
    margin-bottom: 10px; 
    margin-top: 0;
}

.redbox {
    border: 1px solid #cb0202;
    background-color: #f67c7c;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

.yellowbox {
    border: 1px solid #928e2d;
    background-color: #f0e92a;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

DIV.results-container{
    height:100%;
}

TABLE.datatable > TBODY > TR:hover{
    background-color: #fcf8e3;
}


/*------ bootstrap css -------*/
.qtip-light .qtip-titlebar {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 3px 12px;
    text-align: center;
    white-space: nowrap;
}
.fbPhoneprt {
    border: solid 1px #ababab;
}
.form-control-custom {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  font-size: 14px;
  line-height: 1.529;
  padding: 2px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
td > .btn{
    margin-bottom: 2px;
    vertical-align: middle;
}
.form-control-custom:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.modal-title{border:none;}
.choice-toggle{margin-top:7em;}
.modal-dialog {width: 70%!important;margin-top:15px!important;}
.alert{background-image:none!important}
DIV.list-group-set{max-height: 400px;overflow-y:scroll;}
DIV.list-group-result{}
.pager-master{margin-top:15%;}
.cms_info{text-align: left;border-style: solid;border: #1b809e;border-width: 0px 0px 0px 5px;border-radius: 3px;border-style:solid;padding: 5px;}
.cms_attention{text-align: left;border-style: solid;border: #f59425;border-width: 0px 0px 0px 5px;border-radius: 3px;border-style:solid;padding: 5px;}
.text-hightlight-blue{color:#1b809e}
.tooltip{width:auto;}
.alert-warning{color:#000;}
.task_title + .tooltip.top > .tooltip-arrow{background-color:#3098d8!important;color:#fff;}
.task_title + .tooltip > .tooltip-inner{background-color:#3098d8;color:#fff;}
.modal-footer-btns{text-align: right;}
.modal-footer-btns button{margin-left:5px;}
.btn-default,input[type='button']:not(.btn-primary) {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=0);}

.dialogue-note { background: url(/admin/images/icons/note.png) 10px 5px no-repeat #f3f3f3;}
.home-block .blog_entry {
    position: relative;
}

.home-block .blog_title {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #4f4e4e;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #4f4e4e;
}

.home-block .blog_posted_date {
    position: absolute;
    top: 3px;
    right: 10px;
    font-style: italic;
    font-size: 10px;
}

.page-scroll-bottom {
  font-size: 10px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 2em;
}

.form-control-custom.no-wide{
    width:auto;
}
.page-scroll-bottom:hover{
    cursor:pointer;
    color:#337ab7;
}
.footer-btn-group .btn{
    margin-left:1em;
}
.fa{
    line-height: 0;
}
/*
/ * TABLE LEGEND * /
DIV.itemtable_legend{
    border : solid 1px #e5e5e5;
    height:auto;
    min-height: 75px;
    padding : 1em;
    margin-left:auto;
    margin-right:auto;
    width : 100%;
    font-weight: normal;
}
DIV.itemtable_legend a.button{
    border: none;
    background-color: transparent;
    font-weight: normal;
}
DIV.itemtable_legend a:hover{
    color: #000;
    cursor: default;
}
DIV.itemtable_legend a.button > .legend-icon-text{
    margin-left: 30px;
}
DIV.itemtable_legend a.button > .legend-icon-text:hover{
    color: #000;
    cursor : default;
}
DIV.legend-header{
    display:block;
    font-size: 140%;
}*/

@media print {
    #toolbar {
        display: none;
    }
    
    #menu {
        display: none;
    }
    
    .tabs {
        display: none;
    }
    
    #current_user_box {
        display: none;
    }
    
    BODY {
        background: white;
    }
    
    #body {
        margin-left: 0;
    }
    
}

.video-js {
    max-width: 100%;
}

.viewpolicy {
    margin-left: 50px;
    margin-top: 10px;
}

.viewpolicy_box {
    border: 1px solid Black;
    padding: 50px;
}

.view_button_row {
    margin-left: 50px;
    margin-top: 20px;
}

.viewpolicy BODY, .viewpolicy P, .viewpolicy DIV, .viewpolicy UL, .viewpolicy OL, .viewpolicy TD {font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt;}

/*.viewpolicy a { color: #003366; }*/ 
.viewpolicy .pbreak {  page-break-after: always} 
.viewpolicy .ctrl {font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt; width: 100%; } 
.viewpolicy .SubTitle {font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt; font-weight: bold; background: #DBEAF5; padding: 4px; } 
.viewpolicy .SectionText {font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt; padding-bottom: 15px;} 
.viewpolicy .NewsDate {font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt; font-weight: bold;} 
.viewpolicy .NewsText {font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt; margin-left: 10px; margin-bottom: 10px; } 
.viewpolicy .textbox {  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 12pt; font-weight: bold; color: #000066; border: #000066; border-style: solid; border-top-width: thin; border-right-width: thin; border-bottom-width: thin; border-left-width: thin} 
.viewpolicy .submitbox {  } 
.viewpolicy .tableHeader { 
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none; 
} 
.viewpolicy .bodytext { 
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 
	font-size: 12pt; 
	color: #000000; 
	text-decoration: none; 
} 
.viewpolicy .header, .viewpolicy H1, .viewpolicy H2, .viewpolicy H3, .viewpolicy H4 { 
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; 
	font-size: 18pt; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none; 
} 

