html {
	background: #dcdcd0;
}

body {
	padding: 10px;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #1860A8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 10px 0 5px 0;
	color: #E55F17;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	color: #3d6b99;
}

h3 a {
	color: #3d6b99;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	margin: 0 0 5px 0;
}

td {
	font-size: 12px;
	color: #333;
}

th {
	font-weight: bold;
	background: #c8c8bd;
}

tr.page-links td{
	background: #c8c8bd;
	text-align: right;
	color: #333;
}

form, ol, ul, p, blockquote {
	margin: 0;
	padding: 0;
}

ul.normal {
	margin: 0px;
	list-style: none;
}

ul.normal li {
	padding-left: 12px;
	background: url(../img/bullet_li.gif) no-repeat top left;
}

p {
	margin-bottom: 10px;
}

ul, ol, blockquote {
	margin-left: 50px;
	margin-bottom: 10px;
}

select, input, textarea {
	font-family: Verdana;
	font-size: 11px;
}

.bordered-element { /* form elements with border*/
	border: 1px solid #666;
}

.even {
	background: #dae6f2; 
}

.v {
	display: none;
}

.align-center {
	text-align: center;
}

.clear {
	clear: both;
}

.thumbs div{
	height: 500px;
	overflow: auto;
	width: 180px;
}

.thumbs a img {
	margin-bottom: 10px;
	border: 5px solid #dcdcd0; 
}

.thumbs a:hover img, .thumbs a.crt img {
	margin-bottom: 10px;
	border: 5px solid #fff; 
}

.big-image {
	text-align: center;
	width: 600px;
	padding-top: 7px;
}
