/* ****************************************************************************
 * FMC Stencils Stylesheet
 * 
 * 
 * --==[ Standard Colors, taken from FMC Logo ]==--
 * Background:	    #749CAF (R 116, G 156, B 175; H 133, S 65, L 137)
 * Foreground text: #466879 (R 70, G 104, B 121; H 133, S 64, L 90)
 *			    (slightly darker)
 *
 * --==[ Original Colors, "purple" ]==--
 * Background	  : #58648c (R 88, G 100, B 140; H 151, S 55, L 107)
 *		    #B198F4 (R 177, G 152, B 244; H 171, S 194, L 186)
 * Foreground text: #320880 (R 50, G 8, B 128; H 174, S 212, L 64)
 *
 * ****************************************************************************
 */

/* GENERAL */

* {
    font-family: verdana,arial, sans-serif;
    font-size:	 11pt;
}

body {
    background-color: #FFFFFF;
    color: #073E59;
    font-family: verdana,arial, sans-serif;
    font-size:	 11pt;
}




/* SPECIAL */


h1 {
	font-size: 10pt;
	padding: 5px;
	color: #ffffff;
	margin-top:	40px;
	margin-bottom: 20px;
	background-color: #A0B41B;
	text-align: center;
	line-height: 12px;
      font-family: verdana, arial, sans-serif;
      letter-spacing: 0.1em;
}

h2 {
	font-size: 13pt;
      padding-left: 15px;
      padding-bottom: 0px;
	color: #A0B41B;
	margin-top:	15px;
	margin-bottom: 15px;
      font-family: arial, sans-serif;
 	border-right-width: 0px;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #A0B41B;
	border-top-style: solid;
	border-top-color: #cccccc;
	line-height: 18px;
}

h3 {
	font-size: 12pt;
      padding-bottom: 0px;
      padding-left: 15px;
	color: #073E59;
	margin-top:	10px;
	margin-bottom: 2px;
      font-family: arial, sans-serif;
      text-decoration: underline;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 16px;
}


h4 {
	font-size: 11pt;
      padding: 5px;
	color: #073E59;
 	margin-top:	5px;
	margin-bottom: 0px;
      font-family: arial, sans-serif;
}

/* bad idea, IDs are unique */
#highlight {
	font-weight: bold;
      font-family: verdana,arial, sans-serif;
 	font-size: 11px;
}

A:link, A:visited {
	color: #073E59;
	font-size: 11px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;

	border-bottom-color: #073E59;
}
a:hover, a:active {
	color: #A0B41B;

	text-decoration: none;
	/*background-color: #F5F5F5;*/
	border-bottom-style: none;
}
p {
	margin-bottom: 0px;
	margin-top:	2px;
      padding: 5px;
      font-family: verdana,arial, sans-serif;
 	font-size: 11px;

}

li {
      line-height: 15px;
      padding-left: 15px;
      padding-top: 0px;
      background-image: url(arrow.gif);
      background-repeat: no-repeat;
      background-position: 0px 2px;
      font-size: 11px;
   	font-family: frutiger, Arial, Helvetica, Sans Serif;
   	list-style:none;
	color: #073E59;
	margin-top: 2px;
      margin-bottom: 2px;
}

b {
      margin-bottom: 5px;
	margin-top:	7px;
      padding: 5px;
      font-family: verdana,arial, sans-serif;
 	font-size: 11px;
 	font-weight: bold;
}

table {
      width: 80%;
      margin-top: 5px;
      margin-left: 80px;
      align: center;
      border-top-style:dotted;
      border-top-color:#073E59;
      border-top-width:1px;
      border-left-style:dotted;
      border-left-color:#073E59;
      border-left-width:1px;
      border-spacing:0px;
      background-color:#ffffff;

}

td {
      cellpadding:5px;
      padding:8px;
      border-right-style:dotted;
      border-right-color:#073E59;
      border-right-width:1px;
      border-bottom-style:dotted;
      border-bottom-color:#073E59;
      border-bottom-width:1px;
      font-family: verdana,arial, sans-serif;
 	font-size: 11px;

}
/* IDs must be unique in a document, thus a class "highlight" is better */
.highlight {
	font-weight: bold;
 	font-size: 11px;
	color:	     #466879;
}

#code {
    font-family: monospace;
}
