/* common */

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

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

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

td.content {
	color: #7b7b7b;
	font-size: 12px;
	line-height: 18px;
}

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

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

.content_light {
	color: #abab9e;
}

.form_text {
	border: 1px solid #dfdfd5;
	font-size: 12px;
	padding: 6px 0 6px 5px;
}