﻿/****** Simple CSS Reset - Left out tables so padding and spacing would work ******/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote { padding: 0; margin: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
abbr, acronym { border: 0; }

/****** Build up reset styles and generic styles ******/
a { text-decoration: underline; }
a:hover { text-decoration: underline; }

.nowrap { white-space: nowrap; }
.clear { clear: both; }
.width100 { width: 100%; }
.width50 { width: 50%; }

.AlignRight { text-align: right; }
.FloatRight { float: right; }
.FloatLeft { float: left; }
.AlignCenter { text-align: center; }
.AlignTop { vertical-align: top; }
.padding5 { padding: 5px; }
.padding10 { padding: 10px; }

p { margin: 1em 0em; line-height: 1.8em; }

h1 { font-size: 2em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

ul { margin: 0.5em 0em 0.5em 2.0em; }
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; }
strong { font-weight: bold; }
em { font-style: italic; }
strong em { font-weight: bold; font-style: italic; }

