body {color:#404040}

a {color:#404040;}
a:hover {color:#000;}

a.btn-contact{
	display:block;
	width:32px;
	height:32px;
	float:right;
	text-indent:-5000px;
	background-image:url(../design/email.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
a.btn-contact:hover{
	background-position:0 -32px;
}

a.btn-extranet{
	display:block;
	width:32px;
	height:32px;
	float:left;
	text-indent:-5000px;
	background-image:url(../design/extranet.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-right:4px;
}
a.btn-extranet:hover{
	background-position:0 -32px;
}

#footer, #footer a {color:#9f9f9f;}
#footer a:hover {color:#404040;}

.cols3 .col h3 {background-color:#e4f1f6; color:#3d99c2;}
.cols3 .col h3 a {color:#3d99c2;}
.cols3 .col h3 a:hover {color:#000;}
.cols3 .col-more {background:#F5F5F5;}

.cols2 .col-left .title h4, .cols2 .col-right h4 {color:#898a6b;}
.cols2 .col-left .title h4, .cols2 .col-left .title span {background-color:#FFF;}
.cols2 .col-left .article {color:#0891c1;}
.cols2 .col-left a:hover.article {color:#000;}

.cols2 .col-right {background-color:#F4F4F1;}
.cols2 .col-right h4 span {background-color:#F4F4F1;}

form div.text{
	margin-bottom:15px;
}

form div.text label{
	font-size:12px;
	color:#000000;
}

form div.text input, form div.text textarea{
	padding:3px;
	font-size:12px;
	width:340px;
}

form input.submit{
	color:#FFFFFF;
	font-size:13px;
	border:none;
	background-color:#000000;
	padding:6px 12px;
	margin-right:5px;
}