/* BASE STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #DCDCDC;
	color: #666666;
	font-size: .75em;
	height: 100%;
	width: 100%;
}
p {
	margin-top: 0px;
}
p.close {
	margin-top: 0px;
}
p.closer {
	margin: 0px;
}
sup, sub {
	font-size: .8em;
	font-weight: normal;
}


/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
	color: #666666;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}


/* LINKS */
a {
	font-weight : bold;
	color: #00CC99;
	/*text-decoration: none;*/
} 
a:hover {
	color : #333333;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #666666;
}

/* TABLES */

table {
	border-spacing: 0px;
	border-collapse: collapse; 
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
tr {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
hr {
	height: 1px;
}
ol, ul {
	list-style-position: outside;
}


/* FORM ELEMENTS */
input, textarea, select {
	border: 1px solid #999999;
	color: #666666;
	padding: 2px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

/* COMMON USED ELEMENTS */

/* use this clearing div as the last div after all other divs inside an overall div that does not stretch to the height of all internat divs */
div.clearing {
	clear: both;
}
div.indent {
	margin-left: 20px;
}
