﻿/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:11px Verdana, sans-serif;
	color:#666666;
}
/***** Links *****/
 
a:link {
	text-decoration: underline;
	color: #1594D3;
}
a:visited {
	text-decoration: underline;
	color: #1594D3;
}
a:hover {
	text-decoration: none;
}
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	font-size:20px;
	color:#144880;
}
h2 {
	font-size: 18px;
	color:#0866A5;
	font-weight: bold;
	padding: 0 0 10px 0;
}
h3 {
	font-size:13px;
	font-weight:bold;
	color:#0866A5;
	padding: 0 0 10px 0;
	
}
h4
{
	font-size:12px;
	font-weight:bold;
	padding: 0 0 10px 0px;
}
.spacer {
	background: url(../../img/spacer.gif) repeat-x;
	padding: 7px;
}
.spacer1 {
	background: url(../../img/spacer.gif) repeat-x;
	padding:7px;
}
.spacer3 {
	background: url(../../img/spacer.gif) repeat-x;
	 margin:10px 0 0 0;
	 height:2px;
}
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 14px 0;
	
}
ul, ol {
	padding:0 0 0 0;
	list-style: none;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#B3B3B3;
}
textarea {
	width:100%;
	line-height:1.25;
}
label {
	cursor:pointer;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
}
caption {
	margin: 0;
	padding: 3px;
}
/***** Wrapper *****/
 
.wrap {
	width:980px;
	margin: 0 auto;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
 background:.ffc;
}
.img-left {
	float: left;
	padding: 5px;
	margin: 5px 10px 3px 0;
	background-color:#ffffff;
 border: 1px solid #bac1a3;
}
.img-right {
	float: right;
	padding: 5px;
	margin: 5px 0px 5px 10px;
	background-color:#ffffff;
 border: 1px solid .bac1a3;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
.nodisplay {
	display:none;
}
.small {
	color:#666666;
	font-size:9px;
}
