/*
  * { outline: 2px dotted red }
  * * { outline: 2px dotted green }
  * * * { outline: 2px dotted orange }
  * * * * { outline: 2px dotted blue }
  * * * * * { outline: 1px solid red }
  * * * * * * { outline: 1px solid green }
  * * * * * * * { outline: 1px solid orange }
  * * * * * * * * { outline: 1px solid blue }
/**/
/*
	GLOBAL ELEMENTS
*/
* {
	margin: 0;
	padding: 0;
}
dddtable{
	width: 100%;
	border: 0;
}
dddtd{
	text-align: center;
}
img{
	border: 0;
}
body, div, p{
	font-size: 12px;/*96.81%; /* 13px */
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
input{
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
select{
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
textarea{
  font-size: 11px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h1{
	font-size: 1.6em;
	margin-bottom: .8em;
	color: #83B640;
}
h2{
	font-size: 1.4em;
	margin-bottom: .3em;
	font-weight: normal;
	color: #83B640;
}
h3{
	font-size: 1.1em;
	margin-bottom: .3em;
	color: #83B640;
}
h4{
	font-size: 2em;
	color: #000000;
}
p{
	line-height: 1.3em;
	/*letter-spacing: .1em;*/
	margin-bottom: 1em;
	/*text-indent: 2em;*/
}
a{
  color: #000000;
}
a:hover{
	color: #6D90CA;
}
a:active{
	color: #6D90CA;
}
ul{
  margin-top: .5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
ol{
  margin-top: .5em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
/*
	GLOBAL CLASSES
*/
.clear{
	clear: both;
}
.separator{
	clear: both;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.link{
	cursor: pointer;
	cursor: hand; /* to set in IE */
}
.white{
	color: #FFFFFF;
}
.white:hover{
	color: #FFFFFF;
}
.justify {
	text-align: justify;
}
.right {
	float: right;
}
.center {
  text-align: center;
}
.absolute{
  position: absolute;
}
.normal{
  font-size: 12px;
}
.title {
  background: #6D90CA;
}
.title h2 {
  color: #FFFFFF;
}
.link h1 {
  color: #FFFFFF;
}
.active {
  background: #6D90CA;
}
.inactive {
  background: #ADB0B2;
}
.left{
  float: left;
  width:49%;
}
.right{
  float: left;
  width: 49%;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}

div .link a {
  text-decoration: none;
}

li {
  margin-bottom: .3em;
}