* {
	margin: 0;
	padding: 0;
}

body {
	margin: 22px;
	background-color: #e6e6e6;
}

body, div, p, td, th, ul, ol, li, address, h1, h2, h3, h4, input, textarea, select {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

p {
	margin-bottom: 16px;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #ff0000;
	margin-bottom: 24px;
}
h1.repeat {
  margin-top: 40px;
}
h2 {
  margin-bottom: 8px;
}

a {
	color: #8b9298;
	text-decoration: none;
	/*border-bottom: 1px solid #8b9298;*/
	text-decoration: underline;
}
a[name] {
	text-decoration: none;
}
a:hover {
	/*color: #54abf0;*/
	color: #ff0000;
	/*border-bottom-color: #ff0000;*/
	text-decoration: underline;
}

strong, .bold {
	font-weight: bold;
	color: #003781;
}
em, .italic {
	font-style: italic;
}

.unbold {
	font-style: normal;
}


/* LISTS */
.content ul {
	list-style-image: url(/_include/img/bullet_list_ie.gif);
	/*margin: 24px 0 24px 14px;*/
	margin: 0 0 24px 14px;
}
.content ol {
	margin: 0 0 24px 27px;
}

.content li {
	margin-bottom: 4px;
}


/* TABLES */
table {
	border-collapse: collapse;
	empty-cells: show;
}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
/* event archive */
table.ea {
	width: 480px;
	table-layout: fixed;
}
table.ea td {
	border-bottom: 1px solid #333333;
	padding: 4px 0 3px 0;
}
table.ea td.date {
	width: 80px
}
table.ea td.link {
	width: 70px;
	text-align: right;
}
table.ea a {
	color: #54ABF0
}


/* ALBUM/GALLERY */
div.album {
	width: 516px
}
div.album .link_off {
	color: #8B9298;
}
/* see layout.css::div.item ... !!!
div.album div.image, div.album div.image_inside {}
*/
div.album div.pager {
	clear: both;
	width: 482px;
	text-align: center;
	color: #8b9298;
}
div.pager span {
	padding: 0 5px;
}

