﻿/*-- The Rest Grandaddy --
www.leftjustified.net/journal/2004/10/19/global-ws-reset/
---- Global Whitespace Reset  ------------------------*/
* {
padding: 0;
margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
margin: 1em 5%;
}

li, dd {
margin-left: 5%;
}

fieldset {
padding: .5em;
}
/*-- MAIN TYPOGRAPHY
  ------------------------*/
html {
font-size: 100%; /* WinIE text resize correction */
font-family: Calibri, Helvetica, Arial, sans-serif;
height:100.01%; /* Short page Jump:Forces Vertical scrollbar */
}

strong, th, thead td  {
font-weight: bold;
font-family: Calibri, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
font-family: Cambria, "Times New Roman", Georgia, Times, serif;
}
small, sup, sub {
font-size: 85%;
}
sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}
/*-- BASE SIZES
  ----------------------- */

h1 {
font-size: 1.6em;
}

h2 {
font-size: 1.5em;

color: #2b2b2b;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.3em;
}

h5 {
font-size: 1.2em;
}

h6 {
font-size: 1em;
}

/* HR */
hr {
display: block;
background: #aaa;
color: #aaa;
width: 100%;
height: 1px;
border: none;
}


/*-- Appearance CLASSES
  ------------------------*/

.left {
float: left;
}

.right {
float: right;
margin-left:16px;
margin-right:0;
}
.clear {
clear: both;
width: 0;
height: 0;
font-size: 0;
overflow: hidden;
}

a img {
border: none;
}

.feature {
color: #2C5598;
font-family: Cambria, "Times New Roman", Georgia, Times, serif;
font-style: italic;
}
.line {
text-decoration: underline;
}

}



