html {
	background: #fff;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #1860A8;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h2 {
	margin: 10px 0 5px 0;
	color: #E55F17;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #3d6b99;
	border-bottom: 1px solid #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;
}

