* {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#3f3f3f;
}
p,h1,h2,h3,h4,h5,h6 {
	margin:0 0 10px 0;
}

h1 {
	font-size:15px;
	line-height:15px;
	color:#ff2929;
}
h2 {
	font-size:14px;
	line-height:14px;
}
h3 {
	font-size:13px;
	line-height:13px;
}
h4 {
	font-size:12px;
	line-height:12px;
}

a:link, a:visited {
	text-decoration:none;
	color:#315121;
	font-weight:bold;
}
a:hover {
	background-color:#b1de9b;
}

ul, ol {
	margin-top:8px;
	margin-bottom:8px;
}
ul {
	list-style:square;
}

hr {
	height:1px;
	border:none;
	background-color:#b1de9b;
	color:#b1de9b;
}

blockquote {
	background-color:#f68113;
	padding:5px;
	margin:8px 0;
}
blockquote p {
	margin:6px 0;
}
blockquote, blockquote * {
	color:#fff !important;
}

table.datatable {
	background-color:#fff;
	width:100%;
}
table.datatable th {
	text-align:left;
	padding:2px;
	font-weight:bold;
	background-color:#84a96f;
	color:#fff;
}
table.datatable td {
	background-color:#fff;
	padding:2px;
}
table.datatable tr.odd td {
	background-color:#eee;
}
table.datatable tr.highlight td, table.datatable tr.moved td {
	background-color:#dff4d5;
}
form {
	margin:0;
}

.shortdescr {
	font-weight:bold;
}
