/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
	margin:0;
	line-height:normal;
	background: url(../giffs/bgd.gif) repeat-x #fff;
	height: 100%;
}

div.spacer{clear:both; height:0px; display:block;}

/* Headlines */

h1
{
	font-size:22px;
	color:#022e51;
	margin:0;
	padding:0;
	border-bottom:1px solid #e9e9e9;
	margin-bottom:5px;
	padding-bottom:5px;
}
h2
{
	font-size:20px;
	color:#0290ce;
	margin:0;
	padding:0;
	padding-bottom:15px;

}

h3
{
	font-size:18px;
	color:#0290ce;
	margin-bottom:3px;
	margin-top:0;
}

h4
{
	font-size:16px;
	color:#0290ce;
	margin-bottom:3px;
	margin-top:0;
	padding-left:19px;
	margin-left:-19px;
	background:url(../giffs/h4aro.gif) left top no-repeat;
	min-height:15px;
	line-height:12pt;
}
h5
{
	font-size:11px;
	color:#0290ce;
	margin-bottom:3px;
	margin-top:0;
	padding-left:19px;
	margin-left:-19px;
}

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
  margin: 0;
  padding: 0;
}

p
{
	margin-bottom:10px;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.85em;
}
big {
  font-size:1.2em;
}

/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
  text-decoration: underline;
  color:#0290ce;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img {
  border: none;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}

/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; margin-right:15px; border:1px solid #e9e9e9; border-bottom:2px solid #ccc; border-right:2px solid #ccc; padding:4px; }
.floatRight { float: right; margin-left:15px; border:1px solid #e9e9e9; border-bottom:2px solid #ccc; border-right:2px solid #ccc; padding:4px; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
