/* SEMS:  Core Element Styles 
   Copyright (C) 2009 SICOM Inc.
*/

* {
	padding: 0;
	margin: 0;
}


body {
	color: #000;
	line-height: normal;
	font-family: "lucidia grande", tahoma, "bitstream vera sans", sans-serif;
	font-size: 80%;
	text-align: left;
  height: 100%;
}

input, select, textarea {
  font-family: "lucidia grande", tahoma, "bitstream vera sans", sans-serif;
  font-size: 100%;
}



img {
	border: 0px;
}

a {
	color: #0b2256;
	text-decoration: underline;
	cursor: pointer;
}

a.tree_link {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #2a4e9e;
}

a:hover {
	color: #2a4e9e;
	text-decoration: none;
}

h1 {
	font-size: 170%;
  font-weight: bold;
}

h2 {
	font-size: 150%;
  font-weight: bold;
}

h3 {
	font-size: 120%;
  font-weight: bold;
}

h4 {
	font-size: 100%;
  font-weight: bold;
}

small {
	font-size: 85%;
}

smaller {
	font-size: 60%;
}

ul {
	margin-left: 1.5em;
	list-style: square;
}

ul ul {
	list-style: circle;
}

th {
  text-align: left;
}

label {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

.hiddentext span {
  display: none;
}

.clear {
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.right {
  float: right;
}

.left {
  float: left;
}

pre, .code {
  font-family: consolas, 'bitstream vera sans mono', monaco, monospace;
}
