
/* ---------- */ 
/* Welcome to css_basic.css - basic formatting */
/* ---------- */ 

* {
	font-family: georgia, times new roman, serif;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

html, body, input, button, textarea, checkbox, radio, submit, select, option, optgroup {
	font-size: 12px;
}

input[type="text"], input[type="password"], input[type="select"], input[type="submit"], input[type="reset"], input[type="button"], textarea, select, button {
	margin: 1px 0;
	padding: 1px;
	border: 1px solid #ccc;
}

form {
	display: inline;
}

option {
	padding: 0 1em 0 0;
}

a, a:visited, .link {
	font-weight: bold;
	cursor: pointer;
	color: #ece;
	text-decoration: underline;
}

a:hover {
	color:#f00;
}
 
a.help {
	cursor: help;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	display: inline;
	margin: 0;
}

h1, h1 * {
	font-size: 16px;
	font-weight: bold;
}

h2, h2 * {
	font-size: 14px;
	font-weight: bold;
}

h3, h3 * {
	font-size: 12px;
	font-weight: bold;
}

h3.outline {
	border: 1px solid #808080;
	line-height: 2em;
	padding: 2px 10px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

img {
	border: 0;
}

ul {
	list-style: disc outside;
	margin: 1em 2em 1em 2em;
	padding: 0 1em;
}

blockquote {
	margin: 1em 2em 1em 2em;
	padding: 0 1em 0 1em;
	font-style: italic;
	font-size: 1.25em;
}

td {
	vertical-align: top;
}

.floatleft {
	float: left;
	clear: both;
}

.floatright {
	float: right;
	clear: both;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* ---------- */
/* custom elements */
/* ---------- */



/* ---------- */

