@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'bentonsansregular';
    src: url('bentonsans-regular-webfont.eot');
    src: url('bentonsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bentonsans-regular-webfont.woff') format('woff'),
         url('bentonsans-regular-webfont.ttf') format('truetype'),
         url('bentonsans-regular-webfont.svg#bentonsansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*================================================================
	Global Styles
================================================================*/

html, body {margin: 0; padding: 0; border: 0;  background: #efece5; font-family: arial, sans-serif; font-size: 10px;}
p, ul, ol {font-family: arial, sans-serif; font-size: 10pt;}


a{color: #044473; text-decoration:underline;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
a:visited{color:#044473;}
a:hover {color: #4A6682;}

hr.ruler {
    border: 0;
    height: 1px;
    margin: 13 0 13 0;
    background: #e6e6e6;
}

hr.ruler1 {
    border: 0;
    height: 1px;
    margin: 15 0 13 0;
    background: #e6e6e6;
}

h1, h2, h3 {margin: 0; padding: 3px 0 3px 0;}
h2 {font-family: georgia, sans-serif, arial; font-size: 13px; color: #000; margin: 0; line-height: 0px; padding-top: 6px; text-decoration: underline;}
h2 a {font-family: georgia, sans-serif, arial; font-size: 13px; color: #000; margin: 0; line-height: 0px; padding-top: 6px; text-decoration: underline;}


.learnmore {font-family: 'bentonsansregular', sans-serif, arial; font-size: 10px; color: #5c9a0e; text-transform:uppercase; margin: 0; line-height: 25px; padding-top: 16px; text-decoration: underline;}
.sidebar {font-family: arial; font-size: 9pt;}
.b {font-weight: bold;}
.blue {font-color: 044473; font-weight: bold;}
p.copyright {font-size: 8pt;}
.copyright a {font-size: 8pt;}

.product-title {font-family: georgia, sans-serif; color: 174A83; font-size: 12pt; font-style: italic; text-decoration: underline;}
.product-title a {font-family: georgia, sans-serif; color: 174A83; font-size: 12pt; font-style: italic; text-decoration: underline;}
.product-title a:hover {font-family: georgia, sans-serif; color: 174A83; font-size: 12pt; font-style: italic; text-decoration: underline;}

.correct {color: #000; text-decoration: none;}