/* IMPORTANT */
/* css acidfoam, http://www.acidfoam.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright (c) 2008, fmdesign */
/* Created: Feb. 10th, 2008 */

/* BASIC SCREEN ELEMENTS */

@media all {

html, body {
	margin: 0; padding: 0;
	}


html {
	height: 100%;
	}

body { 
	color: black;
	line-height: 1.4em;
	background-color: white;
	font-size: small;
	}

p {
	margin: 0;
	padding: 0.2em 0 0.5em 0;
	line-height: 1.4em;
	}

samp, code, kbd { 
	font-size: 90%;
	color: #666;
	background-color: whitesmoke;
	} 

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	margin: 0.2em 0;
	}

h1 {
	font-size: 200%;
	line-height: 2em;
	}

h2 {
	font-size: 150%;
	}

h3 {
	font-size: 120%;
	}

a, a:link, a:visited {
	text-decoration: underline;
	}

a:active, a:focus, a:hover {
	text-decoration: none;
	}

ul, ol {
	margin: 0 0 0 2em;
	padding: 0;
	}

ul li {
	margin: 0; padding: 0;
	list-style-position: outside;
	list-style-type: square;
	}

img, a img {
	border: 0;
	}

dl {
	margin: 0; padding: 0;
	}

dt {
	padding-top: 0.5em;
	}

dd {
	margin-left: 0;
	padding-bottom: 0.5em;
	}

small {
	font-size: 85%;
	}

/* FORM BOXES */

label {
	cursor: pointer;
	}

/* TABLES */

table {
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
	}

thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0.1em 0.3em;
	border: 0;
	empty-cells: show;
	vertical-align: top;
	}

th {
	text-align: left;
	}

/* PUBLIC DECLARATIONS */

.cleaner {
	clear: both;
	}

.leftcleaner {
	clear: left;
	}

.rightcleaner {
	clear: left;
	}

.clearbox {
	display: table; 
	width: 100%;
	}

.redtext {
	color: red;
	}

.yellowtext {
	color: #fd0;
	}

.bluetext {
	color: #06c;
	}
	
.greentext {
	color: #6c0;
	}

.blacktext {
	color: black;
	}

.whitetext {
	color: white;
	}
	
.lefttext {
	text-align: left;
	}

.centertext {
	text-align: center;
	}

.righttext {
	text-align: right;
	}

.uptext {
	text-transform: uppercase;
	}

.boldtext {
	font-weight: bold;
	}

.leftbox {
	float: left;
	}

.rightbox {
	float: right;
	}

.leftspacer {
	padding-left: 1.5em;
	}

.rightspacer {
	padding-right: 1.5em;
	}

.leftimg {
	float: left;
	margin: 0 1em 0.5em;
	}

.rightimg {
	float: right;
	margin: 0 0 0.5em 1em;
	}

.autosize {
	width: auto;
	height: auto;
	}

.fullsize {
	width: 100%;
	}

.col2 {
	width: 50%;
	}

.col3 {
	width: 33%;
	}

.col4 {
	width: 25%;
	}

.col5 {
	width: 20%;
	}

.noscreen {
	position: absolute;
	top: 0;
	left: -999em;
	width: 990em;
	}

/* HOLDING PAGE */

body {
	background-color: whitesmoke;
	}

#pageholder {
	background-color: white;
	text-align: center;
	}

h1 {
	padding: 1.8em 0;
	font-size: 300%;
	line-height: 1.1em;
	text-transform: uppercase;
	color: black;
	width: 530px;
	}

hr {
	display: none;
	}

#copyright {
	font-size: 85%;
	color: #666;
	background-color: whitesmoke;
	}

}

/* END BASIC ELEMENTS */

/* BASIC PRINT ELEMENTS */

@media print {

@page {
	width: 100%;
	margin: 2cm 1cm;
	}

body { 
	height: 100%;
	font: 80%/1.3em Georgia,"New York CE",charter,serif;	
	}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	margin: 0; padding: 0;
	}

h1 {
	margin: 0.5em 0 0.1em 0;
	font-size: 200%;	
	}
	
h2 {
	margin: 0 0 0.5em 0;
	font-size: 150%;
	}
	
h3 {
	margin: 0 0 0.5em 0;
	font-size: 125%;
	}

h4 {
	margin: 0 0 0.5em 0;
	font-size: 115%;
	}

p {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 1.3em;
	}
	
/* FORM BOXES */

input { 
	border: 0;
	border-bottom-width: 1px;
	border-style: dashed;
	}

input.button, button {
	display: none;
	}
}

/* END BASIC PRINT ELEMENTS */

/* BASIC HANDHELD ELEMENTS */

@media handheld {

}

/* END BASIC HANDHELD ELEMENTS */

/* BASIC AURAL ELEMENTS */

@media aural {

}

/* END BASIC AURAL ELEMENTS */

/* BASIC SCREEN ELEMENTS */

@media screen,projection {

body, textarea { 
	font-family: Verdana,"Geneva CE",lucida,sans-serif;
	}

abbr, acronym {
	text-decoration: none;
	cursor: help;
	}

/* FORM BOXES */

input.button, button {
	width: auto;
	margin: 0 1em;
	font-weight: bold;
	}
}

/* END BASIC SCREEN ELEMENTS */