/*****************************/
/* Default STYLE DEFINITIONS */
/*****************************
Notes:	defines base colors, margins, borders; zero out margins and padding for ALL elements
*******************************/
/***** GLOBAL BODY *****/
* {margin: 0; padding: 0;}
html, body { font-family: Verdana, Helvetica, "Century Gothic", Arial, sans-serif; color: #333; height:100%; /* fix height to 100% for IE */ max-height:100%; /* fix height for other browsers */}
/* prevent firefox scrollbar jump */
html { overflow-y:scroll; }
/* set default font size. This sets default text size to 10px */
body {font-size: 62.5%; margin: 0 auto; text-align: center;}
/*** DEFAULT HEADER TAGS SIZES and WEIGHT ***/
h1 {font: normal 2.1em Georgia, "Times New Roman", Times, serif;}
h2 {font-size: 1.5em; font-weight: normal;}
h3 {font-size: 1.2em; font-weight: bold;}
h4 {font-size: 1.1em; font-weight: bold;}
/***** Body Tags *****/
p {font-size: 1.1em; font-weight: normal;}
/*** lists ***/
ul,ol {list-style-type: none;}
ul li, ol li {font-size: 1.1em; font-weight: normal;}
/*** Links ***/
a:link, a:visited, a:hover, a:active {color: #333; text-decoration: underline; border: none; outline: none;}
/*** Images ***/
img,a img,img a {border: none;}
/*** forms default ***/
form fieldset {border: none;}
input, select {font: normal 1.0em Verdana, Helvetica, Arial, sans-serif; color: #333;}
.underline { text-decoration: underline; }
