
/* Two Rivers Marketing CSS Reset */
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, ol, ul, li, 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; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/****** BASE STYLES ******/

.clear { clear: both; margin: 0em; padding: 0em; }

/****** =Links ******/
a { text-decoration: underline; }
a:hover { text-decoration: none; }

/****** =Text Elements ******/
p { margin: 1em 0em; line-height: 1.5em; }

strong { font-weight: bold; }

h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

.width100 { width: 100%; }
.width50 { width: 50%; }

.padding5 { padding: 5px; }
.padding10 { padding: 10px; }
.margin5 { margin: 5px; }
.margin10 { margin: 10px; }

.AlignRight { text-align: right; }
.AlignCenter { text-align: center; }
.AlignTop { vertical-align: top; }
.AlignBottom { vertical-align: bottom; }
.AlignMiddle { vertical-align: middle; }

ul { margin: 0.5em 1.5em; }
li { list-style-type: disc; line-height: 2em; }
ol { list-style-type: decimal; line-height: 2em; }

blockquote { margin: 0.5em 1.5em; line-height: 1.5em; }

sup { font-size: 0.5em; }

.nowrap { white-space: nowrap; }

.NormalText { font-size: 1em; }
.LargerText { font-size: 1.3em; }
