@charset "utf-8";

/*  General styles
----------------------------------------------------------*/
html {
  height: 100%;
}

body {
  background: #68676c;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
  
a {	color:#e27111; text-decoration: none; }

a:hover { color: #fff; }

b { font-weight: bold;}
em { font-style: italic;}

p {
  padding-bottom: 18px;
}

#homepage #content {
  width: 380px;
}

.large {
  font-size: 18px;
  font-weight: normal;
}


#itemlist-operations {}

#itemlist-operations li h4 {
	font-weight: bold !important;
}


#itemlist-operations li p {
	display: none;
}



#footer, #footer a {color:#E27111;}


