/* 
========================================================================================================= CREDITS
Copyright : Copyright (c) 2009 JPL. All Rights Reserved.
Author(s) : Samuel Wissler - swissler@jplcreative.com
Date      : 2/16/2009 
Notes     : Establishes basic styles for the whole site.
========================================================================================================= CHANGE LOG
Date		Name				Desc
========================================================================================================= BEGIN CSS
*/

html, body { background: #000000; width: 100%; }
p { font-family: Verdana; font-size: 11px; color: #000000; margin-bottom: 15px; }
a {  color: #0F7DBC; text-decoration: none; }
ol { list-style: decimal; font-family: Verdana; font-size: 11px; color: #000000; margin: 0px 0px 40px 20px; }
strong { font-weight: bold; }
em { font-style: italic; }

.empty { visibility: hidden; }
.nospace { padding: 0px; margin: 0px; }

h1 { color: #068299; font-family: Arial Black; font-size: 27px; margin-bottom: 10px; text-transform: uppercase; }
h3 { color: #000000; font-family: Verdana; font-size: 13px; font-weight: bold; margin-bottom: 30px; }

.teal { color: #0F7DBC; }
