/***** Global Settings *****/

* {
	margin: 0;
	padding: 0;
}

/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
	text-decoration: underline;
}

acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
	letter-spacing: 1px;
}

blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}

body {
	font: 100% / 1.2em Arial, Helvetica, sans-serif;
	min-width: 960px;
	text-align: center;
}

fieldset {
	padding: 20em .5em .5em .5em;
}

h1 {
	font-size: 2em;
	letter-spacing: -1px;
	padding: 30px 0 25px 0;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address  {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.5em;
	letter-spacing: -1px;
	padding: 20px 0;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

/***** Forms *****/
 
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}

li, dd {
	margin-left: 5%;
}

/***** Common Formatting *****/
 
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
}

small {
	font-size: 0.85em;
}

sub {
	bottom: -0.2em;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 0.3em;
	position: relative;
	vertical-align: baseline;
}

/***** Tables *****/
 
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}

table tr td {
	padding: 2px;
}

textarea {
	line-height: 1.25;
	width: 100%;
}

ul, ol {
	padding: 0 0 1.25em 2.5em;
}

.bold {
	font-weight: bold;
}

/***** Global Classes *****/
 
.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.highlight {
	background: #FFFFCC;
}

.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}

.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}

.italic {
	font-style: italic;
}

.nobullet {
	list-style: none;
	list-style-image: none;
}

.noindent {
	margin-left: 0;
	padding-left: 0;
}

.nopadding {
	padding: 0;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.underline {
	border-bottom: 1px solid;
}


