/***** Global Settings *****/
html, body {
	font-size: 100%;
	border:0;
	margin:0;
	padding:0;
}
 
body {
    font-size: 0.8em;
    font-family:  'Gill Sans', 'Trebuchet MS', sans-serif;

	margin: 0 2em;
	
	background: #fff url('../images/pattern_background.png') repeat top left;
}
 
/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-variant: small-caps;
	font-family: 'Monaco', 'Courier New', monospace;
}
 
h1 {
	font-size: 2em;
	letter-spacing: 0.05em;
	line-height: 1.6em;
	background-color: #ffff00;
	display: inline;
}
 
h2 {
	padding: 0 0 0.3em 0.4em;
	font-size: 0.9em;
	border-bottom: 1px dotted #000;
	font-family:  'Gill Sans', 'Trebuchet MS', sans-serif;
}
 
h3 {
	font-size: 1.4em;
	padding: 0.2em 0 0 0.2em;
	line-height: 0.9em;
}

h3 small {
	display: block;
	padding-bottom: 4em;
	border-bottom: 1px dotted #000;
}
 
/***** Common Formatting *****/
p {
	font-size: 0.9em;
    padding: 0;
    margin: 0.3em 0;
	line-height: 1.3em;
}
 
ul, ol {
	padding: 0 ;
	margin: 0;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.75em;
}
 
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;
}
 
/***** Links *****/
a, a:link, a:visited, a:hover {
	text-decoration: none;
}

a:visited {
	color: #3C3C3C;
}

a:hover {
	background-color: #ffff00;
}
 
/***** Forms *****/
form {
	display: inline;
}
 
input, select, textarea {
	font: 1em 'Gill Sans', 'Trebuchet MS', sans-serif;
	border: 1px dotted #000;
}

input:hover, select:hover, textarea:hover {
	background-color: #ffff00;
}

input {
	margin-bottom: 0.6em;
}

input.button {
	padding-top: 0.5em;
	margin-right: 0.5em;
}

textarea {
	width: 100%;
	line-height: 1.25em;
	margin: 1em 0;
}
 
label {
	cursor: pointer;
	margin-left: 0.2em;
}
 
/***** Tables *****/
table {
	border: 0;
	margin: 0 0 1.25em 0;
	padding: 0;
}
 
table tr td {
	padding: 2px;
}
 
/***** Global Classes *****/
.number { font-size: 0.75em; }
 
.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-color: #ffff00; }
 
.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }
 
.nopadding     { padding: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }
