/* Lambda Controls basic style sheet */
BODY {
	FONT-FAMILY: verdana, tahoma, arial !important;
	LETTER-SPACING: 0em;
	FONT-SIZE: medium !important;
	COLOR: black;
	BACKGROUND-COLOR: #FCFCFC;
	MARGIN-LEFT: 5%;
	MARGIN-RIGHT: 5%;
	MARGIN-TOP: 1ex;
	TEXT-ALIGN: justify;
}
P {
	FONT-FAMILY: verdana, tahoma, arial !important;
	FONT-SIZE: 90% !important;
	MARGIN-TOP: 0pt;
	MARGIN-BOTTOM: 1ex;
}
H1 {
	FONT-FAMILY: arial !important;
	FONT-SIZE: 100% !important;
	COLOR: #C00000;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	MARGIN-TOP: 1ex;
	MARGIN-BOTTOM: 1ex;
}
H2 {
	FONT-FAMILY: arial !important;
	FONT-SIZE: 95% !important;
	COLOR: black;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	MARGIN-TOP: 0pt;
	MARGIN-BOTTOM: 9pt;
}
EM {
	FONT-FAMILY: arial !important;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	FONT-SIZE: 100% !important;
	COLOR: #C00000;
}
HR {
	HEIGHT: 2pt;
	BACKGROUND-COLOR: black;
	BORDER-COLOR: black;
	BORDER-STYLE: solid;
}
UL {
	FONT-SIZE: 100% !important;
	MARGIN-TOP: 0pt;
	MARGIN-BOTTOM: 0pt;
}
LI {
	FONT-SIZE: 90% !important;
	MARGIN-TOP: 0pt;
	MARGIN-BOTTOM: 1ex;
}

A {
	FONT-FAMILY: arial !important;
	FONT-SIZE: 100% !important;
	FONT-WEIGHT: bold;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
}
  A:link { color: #C00000 }
  A:visited { color: navy }
  A:hover   { 
	FONT-SIZE: 100% !important;
	TEXT-DECORATION: underline;
	COLOR: blue;
}
  A:active {
	TEXT-DECORATION: none;
	COLOR: blue;
}
  A:focus {
	TEXT-DECORATION: none;
	COLOR: blue;
}
