html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
html, body {
	background: #fff;
}
body {
	line-height: 1;
}
h2, h3, h4, h5, h6, p, ul, ol, dl, table, address {
	margin-top: 1em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
ul {
	list-style: none;
}
address {
	font-style: normal;
	line-height: normal;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	line-height: normal;
	vertical-align: top;
}
th {
	font-weight: bold;
}
label,
input,
button,
select,
textarea {
	vertical-align: middle;
}
button,
label[for],
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

/* =classes
-------------------------------------------------- */

.w1p { width: 1% !important; }
.w10p { width: 10% !important; }
.w20p { width: 20% !important; }
.w30p { width: 30% !important; }
.w40p { width: 40% !important; }
.w50p { width: 50% !important; }
.w60p { width: 60% !important; }
.w70p { width: 70% !important; }
.w80p { width: 80% !important; }
.w90p { width: 90% !important; }
.w100p { width: 100% !important; }

KBD,
CODE,
SAMPLE { color: #008000; font-size: 12px; font-family: 'Courier New', Courier, monospace; }

.left { text-align: left !important; }
.right { text-align: right !important; }
.center { text-align: center !important; }

.middle { vertical-align: middle !important; }

.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.nomargintop { margin-top: 0 !important; }
.nowrap { white-space: nowrap !important; }
.hidden { display: none !important; }

.h100 { height: 100px; }
.w30 { width: 30px !important; }
.w90 { width: 90px !important; }

.img-right { float: right; margin: 1em 0 1em 1em; clear: both; }

/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}

/*
	Suggested order:
--------------------------------------------------
	display, position, float, clear
	width, height
	margin, padding
	border, background
	color, font, line-height, text-align, text-decoration
	vertical-align, white-space, overflow, cursor, list-style

	Suggested color names (grayscale preferred):
--------------------------------------------------
	white, silver, gray, black
*/

BODY {
	background: white;
}
BODY, INPUT, SELECT, TEXTAREA, BUTTON, TD, TH, BLOCKQUOTE {
	color: black;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
H1 {
	margin-top: 2em;
	font-size: 16pt;
}
H2 {
	font-size: 13pt;
	font-weight: bold;
}
H2.type3 {
	margin-top: 2em;
	padding-bottom: 2px;
	border-bottom: 1px solid silver;
}
H3, H4, H5, H6 {
	font-size: 11pt;
	font-weight: bold;
}
UL {
	margin-left: 3em;
	list-style-type: disc;
}
OL {
	margin-left: 3em;
}
A {
	color: black;
	text-decoration: none !important;
}
IMG {
	margin-top: 1em;
}

/* =layout
-------------------------------------------------- */
#footer {
	border-top: 1px solid gray;
}

#logo {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
}
#logo A {
	border: none;
	text-decoration: none;
}

/* =tables
-------------------------------------------------- */
TABLE.data {
	border: 1px solid silver;
}
TABLE.data TH,
TABLE.data TD {
	padding: .2em .5em;
	border: 1px solid silver;
}
TABLE.data A {
	border: none;
}
TABLE.data TH {
	font-weight: bold;
}

TABLE.form {
	width: 100%;
}
TABLE.form TH {
	width: 30%;
	padding: 6px 12px 3px 0;
	text-align: right;
	color: #333;
}
TABLE.form TD {
	width: 70%;
	padding: 3px 0;
}
TABLE.form TD LABEL,
TABLE.form TD INPUT {
	vertical-align: middle;
	color: #333;
}
TABLE.form TD LABEL {
	margin-right: 1em;
}
TABLE.form TD P.check {
	margin: 5px 0 .4em;
}
TABLE.form TD P.check BR {
	display: block;
	margin-top: 4px;
}
TABLE.form TD P.check INPUT {
	margin: 0 2px 0 0;
}
*+HTML TABLE.form TD P.check INPUT {
	margin: -1px 0 0 0;
}
* HTML TABLE.form TD P.check INPUT {
	margin: -1px 0 0 0;
}
TABLE.form TR.action TH,
TABLE.form TR.action TD {
	border-top: 1px solid #eaeaea;
}
TABLE.form TR.action TD {
	padding-top: 6px;
}

/* =sendto
-------------------------------------------------- */
DIV.sendto-form {
	margin-top: 1em;
}
DIV.sendto-form TABLE {
	margin: 0;
}
DIV.sendto-form TABLE TH,
DIV.sendto-form TABLE TD {
	padding: 0;
}
DIV.sendto-form TABLE TH {
	padding: 12px 0 0 12px;
}
DIV.sendto-form TABLE LABEL {
	color: #333;
}
DIV.sendto-form TABLE TD {
	padding: 2px 0 0 12px;
}
DIV.sendto-form TABLE TD.data STRONG {
	font-size: 16px;
}
DIV.sendto-form TABLE TD INPUT.text {
	width: 175px;
}
DIV.sendto-form TABLE TD TEXTAREA {
	width: 371px;
	height: 100px;
}
DIV.sendto-form P.action {
	margin: 1em 0 0 12px;
}

/* =content
-------------------------------------------------- */
#path {
	margin-bottom: 1em;
}
UL.news,
UL.data,
UL.data2,
UL.data3,
UL.data4,
UL.news-full,
DIV.contact UL,
UL.video,
Ul.links2,
#workers UL,
.timeline {
	margin-left: 0;
	list-style: none;
}
#workers UL P {
	margin-top: .2em;
}
#footer {
	margin-top: 3em;
}
UL.news H2,
UL.data4 H4 {
	font-size: 11pt;
}
UL.data4 H4 {
	font-weight: normal !Iimportant;
}
P.meta,
P.info,
UL.news LI P,
P.timeline {
	margin-top: 0;
	font-size: 10pt;
}
LI.active A,
A.active {
	font-weight: bold;
}
.timeline LI {
	color: silver !important;
}

#path, 
#footer {
	font-size: 9pt;
}

/* =inputs & buttons
-------------------------------------------------- */
SPAN.req {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}

INPUT.text,
INPUT.date,
INPUT.time {
	padding: 1px 2px;
	border: 1px solid silver;
}

SELECT {
	padding: 1px;
	border: 1px solid silver;
}

INPUT.text {
	width: 175px;
}
INPUT.wide {
	width: 213px;
}
INPUT.max {
	width: 460px;
}
INPUT.min {
	width: 40px;
}
INPUT.small {
	width: 80px;
}
INPUT.date {
	width: 68px;
	padding-right: 18px;
	background: #fff;
	cursor: pointer;
}
INPUT.time {
	width: 40px;
}

INPUT.example {
	color: #808080 !important;
}

TEXTAREA {
	width: 450px;
	height: 100px;
	padding: 2px;
	border: 1px solid silver;
}
TEXTAREA.small {
	height: 60px;
}

/* =do not show
-------------------------------------------------- */
#nav,
#subnav2,
#sidebar,
#subnav3,
P.pager,
UL.pager,
UL.pager LI,
#footer .ico,
P.more,
P.back,
#header,
#modalpopup-wrap,
UL.steps,
DIV.action,
UL.tabs LI,
DIV.author A,
UL.microformats,
UL.microformats LI,
DIV.filter,
DIV.filter P,
#tools-b,
P.img,
.article-b .title,
.article-b .author,
.news2,
P.prev,
P.next {
	display: none;
}

#tools-c P.img,
#tools-c P.img IMG {
	display: block;
}