body, html {
	color: #393939;
}
body {
	font-family: Trebuchet MS; font-size: 12px;
}
p, table {
	font: normal 100%/150% Trebuchet MS;
	text-align: justify;
}
p {
	margin: 1em 0;
}
table {
	border-collapse: collapse;
}
td {
	padding: 7px 20px;
}
input, select, textarea {
	font: normal 100% Trebuchet MS;
	color: #000;
}
a, a:link {
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}
h1 {
	font: normal 190% Trebuchet MS;
	margin: 0 0 15px 0;
}
h2 {
	font: normal 190% Trebuchet MS;
	margin: 20px 0 10px 0;
}
#left-content h2 {
	margin-top: 0;
}
h3 {
	font: bold 130% Trebuchet MS;
}
h4 {
	font: bold 110% Trebuchet MS;
	margin: 0;
}
ul {
	list-style: none;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
fieldset, label, form {
	border: 0 !important;
	margin: 0;
	padding: 0;
}
label {
	font-weight: bold;
}
input {
	vertical-align: middle;
}
input[type=text] {
	border: 1px solid #CECECE;
}
legend {
	display: none;
}
hr {
	border: 0;
	height: 1px;
	color: #d7d7d7;
	background-color: #d7d7d7;
}
big {
	line-height: 170%;
	color: #37a829;
}
img {
	border: 0;
}
em {
	color: #848484;
}
.hide {
	display: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.small {
	font-size: 90%;
	margin-top: 6px;
}
.uppercase {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.nowrap {
	white-space:nowrap;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.blue {
	color: #22919E;
}
.green {
	color: #74B61C;
}
.orange {
	color: #BAA044;
}
.red {
	color: #FF2121;
}
.img-right {
	float: right;
	margin: 4px 0 4px 15px;
}
.img-left {
	float: left;
	margin: 4px 15px 4px 0;
}
.error {
	color: #FF2121;
	font-weight: bold;
}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;}
.clearfix{display:inline-block;}
/* \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* */
.cleaner {
	clear:both;
	font-size:1px;
	height: -4px;
	margin-bottom: -1px;
}

#top-navigation {
	background-color: #563D7C;
	height: 52px;
	
}
#top-navigation li {
	float: left;
	margin-top: 20px;
}
#top-navigation li a {
	color: #CDBFE3;
	text-decoration: none;
	font-size: 110%;
	margin: 0 16px;
}
#top-navigation li a:hover {
	text-decoration: underline;
}
.news-item {
	margin: 30px 25px;
	color: #606060;
}
.news-item span {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-align: right;
}
#main-content img {
	margin-right: 35px;
	float: left;
}
#links {
	margin: 0 25px;
	line-height: 2em;
}
#main-content span {
	display: inline-block;
	width: 160px;
	font-weight: bold;
}
#company {
	text-align: justify;
}