/* {{{ Text and Links */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 18px;
}

a:link, a:visited {
	text-decoration: none;
	color: #F00;
}

a:hover, a:active {
	text-decoration: underline;
	color: #F00;
}

strong { font-weight: bold; }

em { font-style: italic; }


/* {{{ Headings */

h1, h2, h3, h4, h5, h6 {

	color: #FFF;
}

h1 {
	widht: auto;
	width-min: 203px;
	font-size: 18px;
	height:67px;
	background-image: url(../images/title_back.jpg);
	background-repeat: no-repeat;
	line-height: 67px;
	display:block;
	margin:0;
	padding-left:15px;
	text-decoration:none;
	color:#FFF;
}
h1 a:link, h1 a:visited {
	text-decoration:none;
	color:#FFF;
}
h1 a:hover {
	color:#000;
	text-decoration:none;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

/* }}} */
/* {{{ Table */

td, th {
	border: 1 solid #666;
	text-align: center;
	vertical-align: top;
}

table.data-table {
	border-top: 1px solid #eee;
}

table.data-table td,
table.data-table th {
	padding: 0.5em 0.5em;
	border-bottom: 1px solid #eee;
}

/* }}} */

