/* common */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	background: #717171 url(../images/background.gif) repeat-x left top;
	margin: 0 0 20px 0;
}


/* navigation */

td.navigation {
	background: url(../images/navigation/navigation.gif);
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	padding: 0 0 0 25px;
	vertical-align: middle;
}

td.navigation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	line-height: 30px;
}

td.navigation a:hover {
	color: #ffffff;
	text-decoration: underline;
}

td.navigation_sub {
	background: url(../images/navigation/navigation_sub.gif);
	color: #474747;
	font-size: 11px;
	height: 30px;
	padding: 0 0 0 25px;
	vertical-align: middle;
}

td.navigation_sub a {
	color: #474747;
	text-decoration: none;
	display: block;
	line-height: 30px;
}

td.navigation_sub a:hover {
	color: #474747;
	text-decoration: underline;
}

/* navigation */

td.article {
	background: url(../images/article/article.gif);
	color: #ffffff;
	font-size: 11px;
	height: 30px;
	padding: 0 0 0 25px;
	vertical-align: middle;
	line-height: 30px;
}

td.article_sub {
	color: #474747;
	font-size: 11px;
	padding: 13px;
	line-height: 18px;
	vertical-align: middle;
}

td.article_sub a {
	color: #474747;
	text-decoration: underline;
}

td.article_sub a:hover {
	color: #474747;
	text-decoration: none;
}

/* content */

td.content {
	font-size: 11px;
	color: #474747;
	line-height: 18px;
	padding: 30px 0 0 0;
}

td.content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #c76701;
	margin: 0 0 20px 0;
}

td.content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #474747;
	margin: 0 0 10px 0;
}

td.content a {
	color: #474747;
	text-decoration: underline;
}

td.content a:hover {
	color: #474747;
	text-decoration: none;
}

input, textarea {
	font-size: 11px;
	color: #474747;
	line-height: 18px;
}