@CHARSET "UTF-8";

body {
	font-family: Verdana;
	font-weight: normal;
    font-size:   12px;
}

#header-image {
	background: transparent url(../img/tmpl/eus_picture.jpg) center center no-repeat;
}

a:link, a:visited {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a img { 
	border: 0; 
}

/* TinyMCE specific rules */
.mceContentBody {
	background-color:    #fff; 
	background-image:    none; 
	background-repeat:   no-repeat; 
	background-position: 0 0;
	font-size:           10px;
	color:               #000;
	font-family:         Arial;
	font-weight:         normal;
	padding:             0;
}