﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿﻿/*  Default CSS Stylesheet
    - should only contain styles that are used for the master pages, header, footer, and left column boutique store controls and
      and any styles that are global for the site
    - use #02458B for corporate blue */

/* Reset all margins, padding, backgrounds, and fonts 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; }*/

/* Utility classes */
.clear				    { clear: both; }
.clearLeft			    { clear: left; }
.clearRight			    { clear: right; }
.floatLeft 			    { float: left; }
.floatRight			    { float: right; }
.layoutCenter		    { margin: 0 auto; }
.textCenter			    { text-align: center; }
.textRight			    { text-align: right; }
.textLeft			    { text-align: left; }
.hide				    { display: none; }
.show				    { display: block; }
.inline                 { display: inline; }
.invisible			    { visibility: hidden; }
.visible                { visibility: visible; }
.strikeOut			    { text-decoration: line-through; }
.underline			    { text-decoration: underline; }
.bold                   { font-weight: bold; }
.reset                  { margin: 0; padding: 0; }
.page-break 		    { page-break-before: always; }
.pointer:hover          { cursor: pointer; }
.fullWidth		{width:100%}

.text9                  { font-size: 9px; }
.text10                 { font-size: 10px; }
.text11                 { font-size: 11px; }
.text12                 { font-size: 12px; }
.text13                 { font-size: 13px; }
.text14                 { font-size: 14px; }
.text16                 { font-size: 16px; }
.text18                 { font-size: 18px; }
.text20                 { font-size: 20px; }

