* {
	font-family:"Trebuchet MS",tahoma, arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#272822;	
}

a:link, a:visited {
	color:#fd1b1c;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#1996e8;
}

hr {
	color:#bec0b0;
	background-color:#bec0b0;
	height:1px;
	border:none;
}

h1 {
	font-family:arial, tahoma, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	line-height:24px;
	margin:10px 0 5px 0;
}

h2 {
	font-family:arial, tahoma, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:14px;
	margin:10px 0 5px 0;
}
h2 span {
	color:#ff2929;
	font-size:12px;
	line-height:12px;
}

h3 {
	color:#ff2929;
	font-size:14px;
	line-height:14px;
	margin:5px 0 10px 0;
}
h3.big, h3.big a:link, h3.big a:visited {
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}

h4 {
	font-size:13px;
	line-height:13px;
	margin:0px;
}

p {
	margin:5px 0 10px 0;
}

form {
	margin:0px;
	width:100%;
}

ol, ul {
	margin-top:5px;
	margin-bottom:5px;
}
ul {
	list-style:square;
}

blockquote {
	border:1px solid #bec0b0;
	border-left:20px;
	margin:10px 0 5px 0;
	padding:5px;
}
blockquote p {
	margin:5px 0 5px 0;
}
blockquote blockquote {
	border-color:#eef1e9;
}

table.datatable {
	background-color:#eef1e9;
	width:100%;
}
table.datatable th {
	background-color:#29a7ed;
	color:#fff;
	text-align:left;
	padding:1px 4px;
}
table.datatable td {
	background-color:#fcfdf8;
	padding:1px 4px;
}
table.datatable tr.moved td {
	background-color:#4a933b !important;
	color:#fff !important;
}
table.datatable tr.odd td {
	background-color:#eef1e9;
}

.tiny {
	color:#9ea092;
	font-size:11px;
}
.bold {
	font-weight:bold;
}