
body { font-family: "Helvetica", "Arial", sans-serif;
		font-size:medium;
		background-color: white;
 }
 
h1,h2,h3,h4,h5,h6,p,ul,ol,table {
	margin: 8px 0; 
}

ul, ol
{
	margin-top: 0px;
	padding-left: 20px;
}

h1  {  font-size:1.5em; color:#f26731; font-weight:bold }	
h2  { font-size:1.3em; color:#f26731; font-weight:normal }
h3  { font-size:1.15em; color:#f26731; font-weight:bold }
img { border: 0 }
li, p   { font-size:0.9em }

form ul { list-style-type: none; }

label { width:15em; display:inline-block }

/* LM VARIABLES */



ul.HorizontalMenu {
	margin: 0;
	padding: 6px 0;
	text-align:left;
	width:100%
}

ul.HorizontalMenu li {
	list-style:none;
	display:inline;
	position :relative;
}

ul.HorizontalMenu a {
	padding:5px;
	text-decoration:underline;
	color:white;
	font-weight:bold;
	border-right: 2px solid white;
	background:#001CA8;
}

.Fact
{
	background: url(images/fact.png) no-repeat;
	color: #004a8d;
	display: block;
	width: 300px;
	height: 36px;
	padding: 30px 10px 0px;
}
.NoteBubble
{
	background: url(images/note_bubble.png) no-repeat;
	color: #004a8d;
	display: block;
	width: 300px;
	height: 36px;
	padding: 9px 10px 0px;
}

/* STANDARD LM CSS ELEMENTS */

p.Error { color:#AA0000; border: 2px solid #AA0000; padding:10px; display:block; margin-top:5px }	

table.Normal  {border:1px solid #CCC; border-collapse:collapse; line-height:1.2em; border:1px solid #CCC; }
table.Normal td  { padding: 2px 3px; font-size:0.9em; font-weight:normal; border:1px solid #CCC;  }
table.Normal th  { background-color:#F97114; font-size:0.9em; margin:0px; padding:2px 3px; font-weight:bold; color:#FFF; }

table.Normal th a { color:#FFF }
table.Normal td a { border-bottom: 1px dotted; text-decoration:none }

	
table.Normal tr.row1 { background-color:#FFF;  }
table.Normal tr.row2 { background-color:#EFEFEF }

table.Normal th, table th { color: white; background: #545356; font-weight: bold;}
table.Normal tr.row1, table tr.Even { background: #f0f1f2; }
table.Normal tr.row2, table tr.Odd { background: white; }
table td, table th { padding: 5px; }
p, ul, ol
{
	color: #555456;
}
	
.caption
{
	color: #00498d;
	font-size: 11px;
}

a.LinkButton, span.LinkButton a
{
	background: url(images/link.png) no-repeat;
	display: block;
	width: 89px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
	font-size: 0.9em;
	color: white;
	text-decoration: none;
}