/***********************************************************************************\
|    A Universal Font Style Sheet: Can be used on any web page.                     |
|                                                                                   |
|                           Created By: Manuel Navarro                              |
|                              Last Updated: 5.18.2003                              |
|                                                                                   |
|             !!Give credit to the author if you use this file!!                    |
\***********************************************************************************/

/* Font Family values */
.fonts1 { font-family: EraserDust, Chilada ICG Uno, AucoinExtBol, AGaramond Bold, Arial Black, Arial; }
.fonts2 { font-family: Bermuda Solid, Arial Black, Arial; }
.fonts3 { font-family: AucoinLight, AGaramond Bold, Arial; }
.fonts4 { font-family: Arial Narrow; letter-spacing: 0px; font-weight: bold; }
.fonts5 { font-family: Arial, Arial Bold; }
.centerblock { display: block; text-align: center; }
.block { display: block; }

/* Background colors */
.whitebackground { background-color: #FFFFFF; }
.blackbackground { background-color: #000000; }
.navybackground { background-color: #333366; }
.bluepurplebkgrnd { background-color: #666680; }
.graybackground { background-color: #cccccc; }

/* Font colors */
.altblack { color: #000033; }
.white { color: #FFFFFF; }
.black { color: #000000; }
.red { color: #FF0000; }
.green { color: #00FF00; }
.blue { color: #0000FF; }
.sand { color: #ffff99; }
.skyblue { color: #003399; }

/* Text Positions */
.topleft { text-align: left; vertical-align: top; }
.topright { text-align: right; vertical-align: top; }
.left { text-align: left; }
.right { text-align: right; }
.middle { text-align: middle; }
.center { text-align: center; }

/* Letter Spacing */
.letterspaces1 { letter-spacing: 1px; }
.letterspaces2 { letter-spacing: 2px; }

/* Bold, Italic, Underline, Overline - I have it all */
.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }
.o { text-decoration: overline; }
.n {
   font-weight: lighter;
   letter-spacing: 100% }
.box { text-decoration: underline overline; }
.endbold { font-weight: lighter; }
.bi { font-weight: bold; font-style: italic; }
.bu { font-weight: bold; text-decoration: underline; }
.ui { font-style: italic; text-decoration: underline; }

/* Font Sizes: these fonts are in pixel values */
.font08 { font-size: 8px; }
.font09 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }
.font21 { font-size: 21px; }
.font22 { font-size: 22px; }

/* Font Sizes: these fonts are in point values (larger than pixel) */
.font08pt { font-size: 8pt; }
.font09pt { font-size: 9pt; }
.font10pt { font-size: 10pt; }
.font11pt { font-size: 11pt; }
.font12pt { font-size: 12pt; }
.font13pt { font-size: 13pt; }
.font14pt { font-size: 14pt; }
.font15pt { font-size: 15pt; }
.font16pt { font-size: 16pt; }
.font17pt { font-size: 17pt; }
.font18pt { font-size: 18pt; }
.font19pt { font-size: 19pt; }
.font20pt { font-size: 20pt; }
.font21pt { font-size: 21pt; }
.font22pt { font-size: 22pt; }

/* format our Headers */
/* 2 important properties: */
/* display: inline; Removes "line break" behavior */
/* display: block; Applies "line break" behavior */
h1, h2, h3, h4, h5, h6 {
   margin-top: 0px;
   margin-bottom: 0px }

