/* ~~~~~~~~~ generic ~~~~~~~~~~ */

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
html {
	overflow-y: scroll;
}

/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 georgia, 'times new roman', times, serif;
}
body {
	 background: #333;
	 color: #fff;
}
h1 {
	color: #285180;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 10px;
}
h2 {
	color: #285180;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 10px;
	clear: both;
}
h3 {
	color: #285180;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0 0 10px;
}
del { color: #999; }
#main-content a { color: #285180 }
#main-content a:hover { color: #69c;}

p {
	font: 1.2em/1.4 arial, verdana, helvetica, sans-serif;
	margin: 0 0 1em;
}
input, select, textarea, label {
	font: 1.2em/1.4 arial, verdana, helvetica, sans-serif;
}
input, select, textarea {
	width: 300px;	
}
textarea { height: 50px; }
table {
	width: 100%;
	border-collapse: collapse;
}
table th {
	text-align: left;
	font: 1.2em/1.4 arial, verdana, helvetica, sans-serif;
	background: #285180;
	color: #fff;
	border: 1px solid #fff;
	padding: 4px 7px;
}
table td {
	text-align: left;
	font: 1.2em/1.4 arial, verdana, helvetica, sans-serif;
	padding: 4px 7px;
	border: 1px solid #fff;
}
iframe { margin: 0 0 20px; }
.last { margin: 0; }
